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

io-console.gemspec: bump

* ext/io/console/io-console.gemspec: bump.  [Bug #7762]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-02-03 07:54:29 +00:00
parent b381a662fe
commit b3d12956b4
3 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# -*- ruby -*-
_VERSION = "0.3"
_VERSION = "0.4"
Gem::Specification.new do |s|
s.name = "io-console"