1
0
Fork 0
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:
Hiroshi SHIBATA 2019-12-23 08:49:50 +09:00 committed by Nobuyoshi Nakada
parent bb4a2351cb
commit 4dbb10f29f
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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"]