зеркало из https://github.com/github/ruby.git
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:
Родитель
abc30f2591
Коммит
954d0c58c2
|
@ -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"]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче