summaryrefslogtreecommitdiff
path: root/json.gemspec
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2013-02-22 03:10:36 +0100
committerFlorian Frank <flori@ping.de>2013-02-22 03:10:36 +0100
commit4d77909d2d482670a455fff45215d5858cd6d87f (patch)
tree98172513a4642b0fc313c9806f986aa7e8299ea5 /json.gemspec
parenta1f8f1487e1f37a78e775354d17b24a288ab8cbd (diff)
downloadjson-4d77909d2d482670a455fff45215d5858cd6d87f.tar.gz
Fix regex encoding problem on ruby-head, ouch
Diffstat (limited to 'json.gemspec')
-rw-r--r--json.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.gemspec b/json.gemspec
index cbe6440..d3c0489 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 = ["Florian Frank"]
- s.date = "2013-02-20"
+ s.date = "2013-02-22"
s.description = "This is a JSON implementation as a Ruby extension in C."
s.email = "flori@ping.de"
s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb"]