mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/bigdecimal/bigdecimal.gemspec: Update authors
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6193a3148a
commit
184eaedb3a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sat Jun 15 10:19:06 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
|
* ext/bigdecimal/bigdecimal.gemspec: Update authors
|
||||||
|
|
||||||
Sat Jun 15 10:02:26 2013 Tanaka Akira <akr@fsij.org>
|
Sat Jun 15 10:02:26 2013 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* bignum.c (bdigs_small_rshift): Extracted from big_rshift.
|
* bignum.c (bdigs_small_rshift): Extracted from big_rshift.
|
||||||
|
|
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
||||||
s.homepage = "http://www.ruby-lang.org"
|
s.homepage = "http://www.ruby-lang.org"
|
||||||
s.email = "mrkn@mrkn.jp"
|
s.email = "mrkn@mrkn.jp"
|
||||||
s.description = "This library provides arbitrary-precision decimal floating-point number class."
|
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.require_path = %[.]
|
||||||
s.files = %w[
|
s.files = %w[
|
||||||
bigdecimal.gemspec
|
bigdecimal.gemspec
|
||||||
|
|
Loading…
Add table
Reference in a new issue