[前][次][番号順一覧][スレッド一覧]

ruby-changes:26990

From: nobu <ko1@a...>
Date: Mon, 4 Feb 2013 21:15:39 +0900 (JST)
Subject: [ruby-changes:26990] nobu:r39042 (trunk): io-console.gemspec: limit date length

nobu	2013-02-04 21:15:32 +0900 (Mon, 04 Feb 2013)

  New Revision: 39042

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39042

  Log:
    io-console.gemspec: limit date length
    
    * ext/io/console/io-console.gemspec: limit Date keyword length to get rid of locale format.

  Modified files:
    trunk/ext/io/console/io-console.gemspec

Index: ext/io/console/io-console.gemspec
===================================================================
--- ext/io/console/io-console.gemspec	(revision 39041)
+++ ext/io/console/io-console.gemspec	(revision 39042)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/io/console/io-console.gemspec#L1
 # -*- ruby -*-
 _VERSION = "0.4.0.1"
-date = %w$Date$[1]
+date = %w$Date::                           $[1]
 
 Gem::Specification.new do |s|
   s.name = "io-console"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]