From 7fd0a67e8645bc20b2cec4f0a21029c5e03ce9ed Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Tue, 2 Oct 2012 15:57:21 +0200 Subject: Add JSON::GenericObject.from_hashes This method transforms hashes of hashes into GenericObject structures. --- json_pure.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json_pure.gemspec') 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"] -- cgit v1.2.1