ruby-changes:48990
From: hsbt <ko1@a...>
Date: Mon, 11 Dec 2017 12:27:51 +0900 (JST)
Subject: [ruby-changes:48990] hsbt:r61109 (trunk): Bump version to cmath-1.0.0 as default gems.
hsbt 2017-12-11 12:27:47 +0900 (Mon, 11 Dec 2017) New Revision: 61109 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61109 Log: Bump version to cmath-1.0.0 as default gems. Modified files: trunk/lib/cmath.gemspec Index: lib/cmath.gemspec =================================================================== --- lib/cmath.gemspec (revision 61108) +++ lib/cmath.gemspec (revision 61109) @@ -3,8 +3,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/cmath.gemspec#L3 Gem::Specification.new do |spec| spec.name = "cmath" - spec.version = "0.0.1" - spec.date = '2017-02-02' + spec.version = "1.0.0" + spec.date = '2017-12-11' spec.authors = ["Tadayoshi Funaba"] spec.email = [nil] @@ -17,7 +17,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/cmath.gemspec#L17 spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.required_ruby_version = ">= 2.5.0dev" + spec.required_ruby_version = ">= 2.3.0" spec.add_development_dependency "bundler" spec.add_development_dependency "rake" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/