Ruby 1.9.3 shipped with rubygems 1.8.6.1, so minimum rubygems version is redundant

This commit is contained in:
Erik Michaels-Ober 2015-08-14 19:31:42 +02:00
parent 4350af8e0c
commit c0f4439957
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ Gem::Specification.new do |spec|
spec.name = 'mlb'
spec.require_paths = %w(lib)
spec.required_ruby_version = '>= 1.9.3'
spec.required_rubygems_version = '>= 1.3.5'
spec.summary = spec.description
spec.version = MLB::Version
end