diff options
-rw-r--r-- | ext/json/json.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec index 63665146dd..21a99b01b9 100644 --- a/ext/json/json.gemspec +++ b/ext/json/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-12-11" 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"] |