diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-09 09:35:12 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-09 09:35:12 +0000 |
commit | f5fef0a80d597f40c2d1a8cc8079bf190039fd6f (patch) | |
tree | 9844580d5de7cc67f1964a0aff056092bb3c72dd | |
parent | a6108df9485ec81de6255208f8a931de9f7adb57 (diff) |
Use hard-coded vesion number for CI broken.
https://rubyci.org/logs/rubyci.s3.amazonaws.com/ubuntu/ruby-trunk/log/20180509T063003Z.fail.html.gz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/csv/csv.gemspec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/csv/csv.gemspec b/lib/csv/csv.gemspec index 5f4c74f58b..3b1440c44d 100644 --- a/lib/csv/csv.gemspec +++ b/lib/csv/csv.gemspec @@ -1,10 +1,8 @@ # frozen_string_literal: true -require_relative "version" - Gem::Specification.new do |spec| spec.name = "csv" - spec.version = CSV::VERSION + spec.version = "1.0.2" spec.authors = ["James Edward Gray II", "Kouhei Sutou"] spec.email = [nil, "[email protected]"] |