mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "Use hard-coded vesion number for CI broken."
This reverts commit f5fef0a80d
.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
abc30f2591
commit
954d0c58c2
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require_relative "version"
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "csv"
|
spec.name = "csv"
|
||||||
spec.version = "1.0.2"
|
spec.version = CSV::VERSION
|
||||||
spec.authors = ["James Edward Gray II", "Kouhei Sutou"]
|
spec.authors = ["James Edward Gray II", "Kouhei Sutou"]
|
||||||
spec.email = [nil, "kou@cozmixng.org"]
|
spec.email = [nil, "kou@cozmixng.org"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue