1
0
Fork 0
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:
Hiroshi SHIBATA 2019-11-09 11:08:24 +09:00
parent 21f7cca2c6
commit 352887b731
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 1 additions and 10 deletions

View file

@ -1,3 +0,0 @@
module YAML
VERSION = "0.1.0"
end

View file

@ -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"]