ruby-changes:21422
From: nobu <ko1@a...>
Date: Sun, 16 Oct 2011 19:51:36 +0900 (JST)
Subject: [ruby-changes:21422] nobu:r33470 (trunk): * ext/bigdecimal/bigdecimal.gemspec (files): fixed typo, and
nobu 2011-10-16 19:46:30 +0900 (Sun, 16 Oct 2011) New Revision: 33470 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33470 Log: * ext/bigdecimal/bigdecimal.gemspec (files): fixed typo, and removed nonexistent file. * ext/bigdecimal/bigdecimal.gemspec (homepage): added. * ext/io/console/io-console.gemspec (homepage): ditto. Modified files: trunk/ChangeLog trunk/ext/bigdecimal/bigdecimal.gemspec trunk/ext/io/console/io-console.gemspec Index: ChangeLog =================================================================== --- ChangeLog (revision 33469) +++ ChangeLog (revision 33470) @@ -1,3 +1,12 @@ +Sun Oct 16 19:46:16 2011 Nobuyoshi Nakada <nobu@r...> + + * ext/bigdecimal/bigdecimal.gemspec (files): fixed typo, and + removed nonexistent file. + + * ext/bigdecimal/bigdecimal.gemspec (homepage): added. + + * ext/io/console/io-console.gemspec (homepage): ditto. + Fri Oct 14 12:13:57 2011 Nobuyoshi Nakada <nobu@r...> * ext/pty/pty.c (pty_check): should return nil until the child Index: ext/bigdecimal/bigdecimal.gemspec =================================================================== --- ext/bigdecimal/bigdecimal.gemspec (revision 33469) +++ ext/bigdecimal/bigdecimal.gemspec (revision 33470) @@ -6,6 +6,7 @@ s.version = _VERSION s.date = "2011-07-30" s.summary = "Arbitrary-precision decimal floating-point number library." + s.homepage = "http://www.ruby-lang.org" s.email = "mrkn@m..." s.description = "This library provides arbitrary-precision decimal floating-point number class." s.authors = ["Kenta Murata", "Shigeo Kobayashi"] @@ -17,11 +18,10 @@ README depend extconf.rb lib/bigdecimal/jacobian.rb - lib/bigdecimal/lcdcmp.rb + lib/bigdecimal/ludcmp.rb lib/bigdecimal/math.rb lib/bigdecimal/newton.rb lib/bigdecimal/util.rb - lib/bigdecimal/version.rb sample/linear.rb sample/nlsolve.rb sample/pi.rb Index: ext/io/console/io-console.gemspec =================================================================== --- ext/io/console/io-console.gemspec (revision 33469) +++ ext/io/console/io-console.gemspec (revision 33470) @@ -8,6 +8,7 @@ s.summary = "Console interface" s.email = "nobu@r..." s.description = "add console capabilities to IO instances." + s.homepage = "http://www.ruby-lang.org" s.authors = ["Nobu Nakada"] s.require_path = %[.] s.files = %w[console.c extconf.rb lib/console/size.rb] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/