summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-06-20 14:19:31 +0200
committerFlorian Frank <flori@ping.de>2011-06-20 14:19:31 +0200
commit3822d9f3765020f8a2b2279f0c036a9fc9be9944 (patch)
tree79e845a52f41820ba40784f8d1046bdf66acb5b0
parent96e24da84893ea9724122ae3929aff66dbb3a9db (diff)
downloadjson-3822d9f3765020f8a2b2279f0c036a9fc9be9944.tar.gz
new gemspecs
-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}]