ruby-changes:29256
From: zzak <ko1@a...>
Date: Sat, 15 Jun 2013 10:19:46 +0900 (JST)
Subject: [ruby-changes:29256] zzak:r41308 (trunk): * ext/bigdecimal/bigdecimal.gemspec: Update authors
zzak 2013-06-15 10:19:30 +0900 (Sat, 15 Jun 2013) New Revision: 41308 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41308 Log: * ext/bigdecimal/bigdecimal.gemspec: Update authors Modified files: trunk/ChangeLog trunk/ext/bigdecimal/bigdecimal.gemspec Index: ChangeLog =================================================================== --- ChangeLog (revision 41307) +++ ChangeLog (revision 41308) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Jun 15 10:19:06 2013 Zachary Scott <zachary@z...> + + * ext/bigdecimal/bigdecimal.gemspec: Update authors + Sat Jun 15 10:02:26 2013 Tanaka Akira <akr@f...> * bignum.c (bdigs_small_rshift): Extracted from big_rshift. Index: ext/bigdecimal/bigdecimal.gemspec =================================================================== --- ext/bigdecimal/bigdecimal.gemspec (revision 41307) +++ ext/bigdecimal/bigdecimal.gemspec (revision 41308) @@ -9,7 +9,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.gemspec#L9 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"] + s.authors = ["Kenta Murata", "Zachary Scott", "Shigeo Kobayashi"] s.require_path = %[.] s.files = %w[ bigdecimal.gemspec -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/