ruby-changes:26980
From: nobu <ko1@a...>
Date: Sun, 3 Feb 2013 17:35:34 +0900 (JST)
Subject: [ruby-changes:26980] nobu:r39032 (trunk): * ext/io/console/io-console.gemspec: fix date.
nobu 2013-02-03 17:22:43 +0900 (Sun, 03 Feb 2013) New Revision: 39032 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39032 Log: * ext/io/console/io-console.gemspec: fix date. Modified files: trunk/ext/io/console/io-console.gemspec Index: ext/io/console/io-console.gemspec =================================================================== --- ext/io/console/io-console.gemspec (revision 39031) +++ ext/io/console/io-console.gemspec (revision 39032) @@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ext/io/console/io-console.gemspec#L1 # -*- ruby -*- -_VERSION = "0.4" +_VERSION = "0.4.0.1" Gem::Specification.new do |s| s.name = "io-console" s.version = _VERSION - s.date = "2011-06-24" + s.date = "2013-02-03" s.summary = "Console interface" s.email = "nobu@r..." s.description = "add console capabilities to IO instances." -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/