mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove YAML::VERSION because it conflicts with Psych::VERSION
This commit is contained in:
parent
21f7cca2c6
commit
352887b731
2 changed files with 1 additions and 10 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue