Skip to content

Commit eef4c29

Browse files
author
Nicolas Leger
committed
Specify required Ruby version
1 parent e06ea23 commit eef4c29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

github_api.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Gem::Specification.new do |gem|
1212
gem.description = %q{ Ruby client that supports all of the GitHub API methods. It's build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Client::Repos.new if working solely with repositories is your main concern. Intuitive query methods allow you easily call API endpoints. }
1313
gem.version = Github::VERSION::STRING.dup
1414

15+
gem.required_ruby_version = '>= 1.9.2'
16+
1517
gem.files = Dir['Rakefile', '{features,lib,spec}/**/*', 'README*', 'LICENSE*']
1618
gem.require_paths = %w[ lib ]
1719

0 commit comments

Comments
 (0)