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 6a2ce0e..1b006b5 100644
--- a/json.gemspec
+++ b/json.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Florian Frank}]
- s.date = %q{2011-06-14}
+ s.date = %q{2011-06-20}
s.description = %q{This is a JSON implementation as a Ruby extension in C.}
s.email = %q{flori@ping.de}
s.executables = [%q{edit_json.rb}, %q{prettify_json.rb}]
diff --git a/json_pure.gemspec b/json_pure.gemspec
index 4b70537..c1a95ed 100644
--- a/json_pure.gemspec
+++ b/json_pure.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Florian Frank}]
- s.date = %q{2011-06-14}
+ s.date = %q{2011-06-20}
s.description = %q{This is a JSON implementation in pure Ruby.}
s.email = %q{flori@ping.de}
s.executables = [%q{edit_json.rb}, %q{prettify_json.rb}]