summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-23 08:49:50 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-23 08:50:33 +0900
commit78ec5e2bd32b2c2b8db50919e35c29d9f9cdecb2 (patch)
tree6854673ca136802a6f528a8dba1cc4aeec7038a1
parent92cf5c451a6ec0f3a00e291eb909e57cf38fbea4 (diff)
downloadjson-78ec5e2bd32b2c2b8db50919e35c29d9f9cdecb2.tar.gz
keyword argument is provided after Ruby 2.0+
-rw-r--r--Rakefile2
-rw-r--r--json.gemspecbin5439 -> 5439 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ce39095..c75f5bb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -100,7 +100,7 @@ if defined?(Gem) and defined?(Gem::PackageTask)
s.email = "flori@ping.de"
s.homepage = "http://flori.github.com/#{PKG_NAME}"
s.license = 'Ruby'
- s.required_ruby_version = '>= 1.9'
+ s.required_ruby_version = '>= 2.0'
end
desc 'Creates a json_pure.gemspec file'
diff --git a/json.gemspec b/json.gemspec
index 63693d5..7af2055 100644
--- a/json.gemspec
+++ b/json.gemspec
Binary files differ