Skip to content

Commit

Permalink
Ruby 1.9.3 shipped with rubygems 1.8.6.1, so minimum rubygems version…
Browse files Browse the repository at this point in the history
… is redundant
  • Loading branch information
sferik committed Aug 14, 2015
1 parent 6bec996 commit 73b1375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twurl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Gem::Specification.new do |spec|
spec.rdoc_options = ['--title', 'twurl -- OAuth-enabled curl for the Twitter API', '--main', 'README', '--line-numbers', '--inline-source']
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 1.9.3'
spec.required_rubygems_version = '>= 1.3.5'
spec.rubyforge_project = 'twurl'
spec.summary = spec.description
spec.version = Twurl::Version
Expand Down

0 comments on commit 73b1375

Please sign in to comment.