Skip to content

Commit 44b0709

Browse files
committed
Change to drop support for ruby 1.9.3
1 parent d2899a0 commit 44b0709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
1111
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. }
1212
gem.license = "MIT"
1313
gem.version = Github::VERSION.dup
14-
gem.required_ruby_version = '>= 1.9.2'
14+
gem.required_ruby_version = '>= 2.0.0'
1515

1616
gem.files = Dir['{lib}/**/*']
1717
gem.require_paths = %w[ lib ]

0 commit comments

Comments
 (0)