summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2019-12-29 18:59:55 +0800
committerNobuyoshi Nakada <[email protected]>2020-06-25 15:32:41 +0900
commit1b076ca30d42a711041394836e7cca147edbcae7 ()
tree66392e553c922540b447ac43067a7840357a5ee8 /ext/json
parent4dbb10f29f3710c7ba5f9062b870e47710f2f735 (diff)
[flori/json] Gem::Specification#date is set automatically by RubyGems.org.
https://.com/flori/json/commit/1920653013
-rw-r--r--ext/json/json.gemspec1
1 files changed, 0 insertions, 1 deletions
@@ -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-12-11"
s.description = "This is a JSON implementation as a Ruby extension in C."
s.email = "[email protected]"
s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb", "ext/json/extconf.rb"]