ruby-changes:51169
From: hsbt <ko1@a...>
Date: Wed, 9 May 2018 20:44:14 +0900 (JST)
Subject: [ruby-changes:51169] hsbt:r63376 (trunk): Revert "Use hard-coded vesion number for CI broken."
hsbt 2018-05-09 20:44:06 +0900 (Wed, 09 May 2018) New Revision: 63376 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63376 Log: Revert "Use hard-coded vesion number for CI broken." This reverts commit f5fef0a80d597f40c2d1a8cc8079bf190039fd6f. Modified files: trunk/lib/csv/csv.gemspec Index: lib/csv/csv.gemspec =================================================================== --- lib/csv/csv.gemspec (revision 63375) +++ lib/csv/csv.gemspec (revision 63376) @@ -1,8 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/lib/csv/csv.gemspec#L1 # frozen_string_literal: true +require_relative "version" + Gem::Specification.new do |spec| spec.name = "csv" - spec.version = "1.0.2" + spec.version = CSV::VERSION spec.authors = ["James Edward Gray II", "Kouhei Sutou"] spec.email = [nil, "kou@c..."] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/