ruby-changes:61669
From: Hiroshi <ko1@a...>
Date: Thu, 11 Jun 2020 13:29:26 +0900 (JST)
Subject: [ruby-changes:61669] fdd475386d (master): Gem::Specification#date is set automatically by RubyGems.org.
https://git.ruby-lang.org/ruby.git/commit/?id=fdd475386d From fdd475386d25948fc9c82930c9c7e2feb6e69e84 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 19 Dec 2019 10:18:52 +0900 Subject: Gem::Specification#date is set automatically by RubyGems.org. diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index 814bd4e..297c994 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -1,11 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ext/io/console/io-console.gemspec#L1 # -*- ruby -*- _VERSION = "0.5.6" -date = %w$Date:: $[1] Gem::Specification.new do |s| s.name = "io-console" s.version = _VERSION - s.date = date s.summary = "Console interface" s.email = "nobu@r..." s.description = "add console capabilities to IO instances." -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/