mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
a6108df948
commit
f5fef0a80d
1 changed files with 1 additions and 3 deletions
|
@ -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, "kou@cozmixng.org"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue