aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenta Murata <mrkn@users.noreply.github.com>2019-12-25 15:21:50 +0900
committerGitHub <noreply@github.com>2019-12-25 15:21:50 +0900
commit27453b04c85249372950b6b12fabbef8c0d1a80b (patch)
tree8ffc76d6c4ebe24cb0892b91fe51a3393e6d467a
parent56e002981fab73a94c6038cb9de82aba6ff84eb4 (diff)
downloadruby-27453b04c85249372950b6b12fabbef8c0d1a80b.tar.gz
Update the version of bigdecimal to 2.0.0 (#2784)
-rw-r--r--ext/bigdecimal/bigdecimal.gemspec2
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"