[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
@ -123,7 +123,7 @@ Gem::Specification.new do |s|
|
|||||||
s.homepage = "http://flori.github.com/json"
|
s.homepage = "http://flori.github.com/json"
|
||||||
s.licenses = ["Ruby"]
|
s.licenses = ["Ruby"]
|
||||||
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
|
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.rubygems_version = "3.0.3"
|
||||||
s.summary = "JSON Implementation for Ruby"
|
s.summary = "JSON Implementation for Ruby"
|
||||||
s.test_files = ["tests/test_helper.rb"]
|
s.test_files = ["tests/test_helper.rb"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user