From c3fd3d60f668d7d2b9a0e837d4877300e5674648 Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Tue, 1 Oct 2013 13:55:07 +0200 Subject: New spec --- json.gemspec | 5 +++-- json_pure.gemspec | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/json.gemspec b/json.gemspec index 057756d..30e14f4 100644 --- a/json.gemspec +++ b/json.gemspec @@ -1,4 +1,5 @@ # -*- encoding: utf-8 -*- +# stub: json 1.8.0 ruby lib Gem::Specification.new do |s| s.name = "json" @@ -6,7 +7,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Florian Frank"] - s.date = "2013-05-13" + s.date = "2013-09-24" s.description = "This is a JSON implementation as a Ruby extension in C." s.email = "flori@ping.de" s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb"] @@ -16,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.0.3" + s.rubygems_version = "2.1.4" 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 2185202..10ca5e0 100644 --- a/json_pure.gemspec +++ b/json_pure.gemspec @@ -1,4 +1,5 @@ # -*- encoding: utf-8 -*- +# stub: json_pure 1.8.0 ruby lib Gem::Specification.new do |s| s.name = "json_pure" @@ -6,7 +7,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Florian Frank"] - s.date = "2013-05-13" + s.date = "2013-09-24" s.description = "This is a JSON implementation in pure Ruby." s.email = "flori@ping.de" s.extra_rdoc_files = ["README.rdoc"] @@ -15,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.0.3" + s.rubygems_version = "2.1.4" 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"] -- cgit v1.2.1