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 7d22c38 commit 5e705f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Gem::Specification.new do |spec|
spec.name = 't'
spec.require_paths = %w(lib)
spec.required_ruby_version = '>= 1.9.3'
spec.required_rubygems_version = '>= 1.3.5'
spec.summary = 'CLI for Twitter'
spec.version = T::Version
end

0 comments on commit 5e705f3

Please sign in to comment.