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 a14a0cd commit 41bd565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.licenses = ['MIT']
spec.name = 'twitter'
spec.require_paths = ['lib']
spec.required_rubygems_version = '>= 1.3.6'
spec.required_rubygems_version = '>= 1.3.5'
spec.signing_key = File.expand_path("~/.gem/private_key.pem") if $0 =~ /gem\z/
spec.summary = spec.description
spec.test_files = Dir.glob("spec/**/*")
Expand Down

0 comments on commit 41bd565

Please sign in to comment.