summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-29 18:59:55 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-29 18:59:55 +0800
commit1920653013a26394a5102b6203205222dee2566d (patch)
treec34f1bb18e94c26fedd1e942a3be0e92a153ccc8
parentac92b79038ba1c161d6dadbba8c94763a2f15aa6 (diff)
downloadjson-1920653013a26394a5102b6203205222dee2566d.tar.gz
Gem::Specification#date is set automatically by RubyGems.org.
-rw-r--r--json.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/json.gemspec b/json.gemspec
index c29431a..1a23eb6 100644
--- a/json.gemspec
+++ b/json.gemspec
@@ -7,7 +7,6 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Florian Frank"]
- s.date = "2019-02-21"
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", "ext/json/extconf.rb"]