summaryrefslogtreecommitdiff
path: root/json_pure.gemspec
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2012-10-02 15:57:21 +0200
committerFlorian Frank <flori@ping.de>2012-10-02 15:57:21 +0200
commit7fd0a67e8645bc20b2cec4f0a21029c5e03ce9ed (patch)
treef480da1f3bfb85a3a44e27ba9a1d9a6faa23f639 /json_pure.gemspec
parent0d8c4b944ba49df57ffb69d81179d2ae949cd51d (diff)
downloadjson-7fd0a67e8645bc20b2cec4f0a21029c5e03ce9ed.tar.gz
Add JSON::GenericObject.from_hashes
This method transforms hashes of hashes into GenericObject structures.
Diffstat (limited to 'json_pure.gemspec')
-rw-r--r--json_pure.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/json_pure.gemspec b/json_pure.gemspec
index 33b0231..715c8ac 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 = ["Florian Frank"]
- s.date = "2012-08-17"
+ s.date = "2012-10-02"
s.description = "This is a JSON implementation in pure Ruby."
s.email = "flori@ping.de"
s.extra_rdoc_files = ["README.rdoc"]