diff options
author | Florian Frank <flori@ping.de> | 2011-06-20 14:19:31 +0200 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2011-06-20 14:19:31 +0200 |
commit | 3822d9f3765020f8a2b2279f0c036a9fc9be9944 (patch) | |
tree | 79e845a52f41820ba40784f8d1046bdf66acb5b0 | |
parent | 96e24da84893ea9724122ae3929aff66dbb3a9db (diff) | |
download | json-3822d9f3765020f8a2b2279f0c036a9fc9be9944.tar.gz |
new gemspecs
-rw-r--r-- | json.gemspec | 2 | ||||
-rw-r--r-- | json_pure.gemspec | 2 |
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}] |