1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Gem::Specification#date is set automatically by RubyGems.org.

This commit is contained in:
Hiroshi SHIBATA 2019-12-19 10:18:52 +09:00
parent 3b3a9edf48
commit fdd475386d
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -1,11 +1,9 @@
# -*- 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@ruby-lang.org"
s.description = "add console capabilities to IO instances."