ruby-changes:61930
From: Hiroshi <ko1@a...>
Date: Thu, 25 Jun 2020 15:33:02 +0900 (JST)
Subject: [ruby-changes:61930] 1b076ca30d (master): [flori/json] Gem::Specification#date is set automatically by RubyGems.org.
https://git.ruby-lang.org/ruby.git/commit/?id=1b076ca30d From 1b076ca30d42a711041394836e7cca147edbcae7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Sun, 29 Dec 2019 18:59:55 +0800 Subject: [flori/json] Gem::Specification#date is set automatically by RubyGems.org. https://github.com/flori/json/commit/1920653013 diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec index 6366514..21a99b0 100644 --- a/ext/json/json.gemspec +++ b/ext/json/json.gemspec @@ -7,7 +7,6 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/json/json.gemspec#L7 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@p..." s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb", "ext/json/extconf.rb"] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/