diff options
author | Kenta Murata <mrkn@users.noreply.github.com> | 2019-12-25 15:21:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 15:21:50 +0900 |
commit | 27453b04c85249372950b6b12fabbef8c0d1a80b (patch) | |
tree | 8ffc76d6c4ebe24cb0892b91fe51a3393e6d467a /ext | |
parent | 56e002981fab73a94c6038cb9de82aba6ff84eb4 (diff) | |
download | ruby-27453b04c85249372950b6b12fabbef8c0d1a80b.tar.gz |
Update the version of bigdecimal to 2.0.0 (#2784)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/bigdecimal/bigdecimal.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bigdecimal/bigdecimal.gemspec b/ext/bigdecimal/bigdecimal.gemspec index 53dbe91147..7d767f598b 100644 --- a/ext/bigdecimal/bigdecimal.gemspec +++ b/ext/bigdecimal/bigdecimal.gemspec @@ -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" |