mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[flori/json] keyword argument is provided after Ruby 2.0+
https://github.com/flori/json/commit/78ec5e2bd3
This commit is contained in:
parent
bb4a2351cb
commit
4dbb10f29f
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ Gem::Specification.new do |s|
|
|||
s.homepage = "http://flori.github.com/json"
|
||||
s.licenses = ["Ruby"]
|
||||
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
|
||||
s.required_ruby_version = Gem::Requirement.new(">= 1.9")
|
||||
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…
Reference in a new issue