We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac92b79 commit 1920653Copy full SHA for 1920653
json.gemspec
@@ -7,7 +7,6 @@ Gem::Specification.new do |s|
7
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
s.require_paths = ["lib"]
9
s.authors = ["Florian Frank"]
10
- s.date = "2019-02-21"
11
s.description = "This is a JSON implementation as a Ruby extension in C."
12
s.email = "flori@ping.de"
13
s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb", "ext/json/extconf.rb"]
0 commit comments