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:
parent
3b3a9edf48
commit
fdd475386d
1 changed files with 0 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue