Skip to content

Commit

Permalink
Loosen required_rubygems_version for compatibility with Ubuntu 10.04
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed May 6, 2013
1 parent 9a36c1a commit ef690ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octokit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.licenses = ['MIT']
spec.name = 'octokit'
spec.require_paths = ['lib']
spec.required_rubygems_version = '>= 1.3.6'
spec.required_rubygems_version = '>= 1.3.5'
spec.summary = spec.description
spec.test_files = Dir.glob("spec/**/*")
spec.version = Octokit::VERSION
Expand Down

0 comments on commit ef690ae

Please sign in to comment.