summaryrefslogtreecommitdiff
path: root/json_pure.gemspec
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2012-08-17 16:41:01 +0200
committerFlorian Frank <flori@ping.de>2012-08-17 20:46:36 +0200
commit24321292a85626ab2294d431b723103c838a3821 (patch)
tree562da9564442ebf83bad3152474337c9249e6add /json_pure.gemspec
parent6575bae67d46ef30d8ffa03e2d917e0f6c532002 (diff)
downloadjson-24321292a85626ab2294d431b723103c838a3821.tar.gz
Move ruby macros into fbuffer.h
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 8d1bc2d..f18804d 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-07-26"
+ s.date = "2012-08-17"
s.description = "This is a JSON implementation in pure Ruby."
s.email = "flori@ping.de"
s.extra_rdoc_files = ["README.rdoc"]