diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-04 12:23:51 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-04 12:23:51 +0000 |
commit | d06141cde7402ee6003a59a7a47650d3f642f4b0 (patch) | |
tree | eca3d7143a5da6447bfcb8eb75141662f108a4e6 /ext/io/console/io-console.gemspec | |
parent | 1a15c3770e7979e70cc6ca1a82f1e3458a90c3b4 (diff) |
io-console.gemspec: 0.4.1
* ext/io/console/io-console.gemspec: bump to 0.4.1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/io/console/io-console.gemspec')
-rw-r--r-- | ext/io/console/io-console.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index 35ad311150..2c65db9c3f 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -1,5 +1,5 @@ # -*- ruby -*- -_VERSION = "0.4.0.1" +_VERSION = "0.4.1" date = %w$Date:: $[1] Gem::Specification.new do |s| |