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

Update the version of bigdecimal to 2.0.0 (#2784)

This commit is contained in:
Kenta Murata 2019-12-25 15:21:50 +09:00 committed by GitHub
parent 56e002981f
commit 27453b04c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2019-12-25 15:22:13 +09:00
Merged-By: mrkn <mrkn@ruby-lang.org>

View file

@ -1,6 +1,6 @@
# coding: utf-8
bigdecimal_version = '2.0.0.dev'
bigdecimal_version = '2.0.0'
Gem::Specification.new do |s|
s.name = "bigdecimal"