mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed nonsense rubygems_version in input gemspec files
As it is ignored and set at building packages automatically, it is just nonsense to set in gemspec file for input.
This commit is contained in:
parent
4eff8a662a
commit
9a78e24f7d
5 changed files with 0 additions and 5 deletions
|
|
@ -131,7 +131,6 @@ Gem::Specification.new do |s|
|
|||
s.licenses = ["Ruby"]
|
||||
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
|
||||
s.required_ruby_version = Gem::Requirement.new(">= 2.0")
|
||||
s.rubygems_version = "3.0.3"
|
||||
s.summary = "JSON Implementation for Ruby"
|
||||
s.test_files = ["tests/test_helper.rb"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue