зеркало из https://github.com/github/ruby.git
Remove YAML::VERSION because it conflicts with Psych::VERSION
This commit is contained in:
Родитель
21f7cca2c6
Коммит
352887b731
|
@ -1,3 +0,0 @@
|
|||
module YAML
|
||||
VERSION = "0.1.0"
|
||||
end
|
|
@ -1,12 +1,6 @@
|
|||
begin
|
||||
require_relative "lib/yaml/version"
|
||||
rescue LoadError # Fallback to load version file in ruby core repository
|
||||
require_relative "version"
|
||||
end
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "yaml"
|
||||
spec.version = YAML::VERSION
|
||||
spec.version = "0.1.0"
|
||||
spec.authors = ["Aaron Patterson", "SHIBATA Hiroshi"]
|
||||
spec.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org"]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче