1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/bigdecimal/bigdecimal.gemspec: bigdecimal version 1.2.5.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2014-01-15 15:17:33 +00:00
parent c804e6217c
commit 986a99b239
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Jan 16 00:17:00 2014 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/bigdecimal.gemspec: bigdecimal version 1.2.5.
Wed Jan 15 20:30:31 2014 Masaki Matsushita <glass.saga@gmail.com>
* io.c (io_binwrite): use writev(2) to avoid double write if available.

View file

@ -1,5 +1,5 @@
# -*- ruby -*-
_VERSION = "1.2.4"
_VERSION = "1.2.5"
date = %w$Date:: $[1]
Gem::Specification.new do |s|