1
0
Fork 0
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:
hsbt 2018-05-09 11:44:06 +00:00
parent abc30f2591
commit 954d0c58c2

View file

@ -1,8 +1,10 @@
# 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@cozmixng.org"]