summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json.gemspec2
-rw-r--r--json_pure.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/json.gemspec b/json.gemspec
index a970ad5..75926b1 100644
--- a/json.gemspec
+++ b/json.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.licenses = ["Ruby"]
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.rdoc"]
s.require_paths = ["lib"]
- s.rubygems_version = "2.1.4"
+ s.rubygems_version = "2.1.9"
s.summary = "JSON Implementation for Ruby"
s.test_files = ["./tests/test_json.rb", "./tests/test_json_addition.rb", "./tests/test_json_encoding.rb", "./tests/test_json_fixtures.rb", "./tests/test_json_generate.rb", "./tests/test_json_generic_object.rb", "./tests/test_json_string_matching.rb", "./tests/test_json_unicode.rb"]
diff --git a/json_pure.gemspec b/json_pure.gemspec
index 7d05093..228458e 100644
--- a/json_pure.gemspec
+++ b/json_pure.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.licenses = ["Ruby"]
s.rdoc_options = ["--title", "JSON implemention for ruby", "--main", "README.rdoc"]
s.require_paths = ["lib"]
- s.rubygems_version = "2.1.4"
+ s.rubygems_version = "2.1.9"
s.summary = "JSON Implementation for Ruby"
s.test_files = ["./tests/test_json.rb", "./tests/test_json_addition.rb", "./tests/test_json_encoding.rb", "./tests/test_json_fixtures.rb", "./tests/test_json_generate.rb", "./tests/test_json_generic_object.rb", "./tests/test_json_string_matching.rb", "./tests/test_json_unicode.rb"]