io-console.gemspec: update
* ext/io/console/io-console.gemspec: use Date keyword and add licenses. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a9cbe8c721
commit
36ed400fe3
@ -1,10 +1,11 @@
|
|||||||
# -*- ruby -*-
|
# -*- ruby -*-
|
||||||
_VERSION = "0.4.0.1"
|
_VERSION = "0.4.0.1"
|
||||||
|
date = %w$Date$[1]
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "io-console"
|
s.name = "io-console"
|
||||||
s.version = _VERSION
|
s.version = _VERSION
|
||||||
s.date = "2013-02-03"
|
s.date = date
|
||||||
s.summary = "Console interface"
|
s.summary = "Console interface"
|
||||||
s.email = "nobu@ruby-lang.org"
|
s.email = "nobu@ruby-lang.org"
|
||||||
s.description = "add console capabilities to IO instances."
|
s.description = "add console capabilities to IO instances."
|
||||||
@ -13,4 +14,5 @@ Gem::Specification.new do |s|
|
|||||||
s.require_path = %[.]
|
s.require_path = %[.]
|
||||||
s.files = %w[console.c extconf.rb lib/console/size.rb]
|
s.files = %w[console.c extconf.rb lib/console/size.rb]
|
||||||
s.extensions = %w[extconf.rb]
|
s.extensions = %w[extconf.rb]
|
||||||
|
s.licenses = "ruby"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user