ruby-changes:54330
From: naruse <ko1@a...>
Date: Tue, 25 Dec 2018 14:57:17 +0900 (JST)
Subject: [ruby-changes:54330] naruse:r66541 (ruby_2_6): merge revision(s) 66535:
naruse 2018-12-25 14:57:13 +0900 (Tue, 25 Dec 2018) New Revision: 66541 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66541 Log: merge revision(s) 66535: Import bigdecimal 1.4.1 * https://github.com/ruby/bigdecimal/compare/v1.4.0..v1.4.1 Modified directories: branches/ruby_2_6/ Modified files: branches/ruby_2_6/ext/bigdecimal/bigdecimal.gemspec Index: ruby_2_6/ext/bigdecimal/bigdecimal.gemspec =================================================================== --- ruby_2_6/ext/bigdecimal/bigdecimal.gemspec (revision 66540) +++ ruby_2_6/ext/bigdecimal/bigdecimal.gemspec (revision 66541) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_6/ext/bigdecimal/bigdecimal.gemspec#L1 # coding: utf-8 -bigdecimal_version = '1.4.0' +bigdecimal_version = '1.4.1' Gem::Specification.new do |s| s.name = "bigdecimal" @@ -24,6 +24,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ruby_2_6/ext/bigdecimal/bigdecimal.gemspec#L24 ext/bigdecimal/extconf.rb ext/bigdecimal/util/extconf.rb ext/bigdecimal/util/util.c + lib/bigdecimal.rb lib/bigdecimal/jacobian.rb lib/bigdecimal/ludcmp.rb lib/bigdecimal/math.rb Index: ruby_2_6 =================================================================== --- ruby_2_6 (revision 66540) +++ ruby_2_6 (revision 66541) Property changes on: ruby_2_6 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /trunk:r66535 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/