ruby-changes:58670
From: Hiroshi <ko1@a...>
Date: Sat, 9 Nov 2019 11:08:55 +0900 (JST)
Subject: [ruby-changes:58670] 352887b731 (master): Remove YAML::VERSION because it conflicts with Psych::VERSION
https://git.ruby-lang.org/ruby.git/commit/?id=352887b731 From 352887b731f02c42abf6b905cde1737cc2249290 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Sat, 9 Nov 2019 11:08:24 +0900 Subject: Remove YAML::VERSION because it conflicts with Psych::VERSION diff --git a/lib/yaml/version.rb b/lib/yaml/version.rb deleted file mode 100644 index b8e83d8..0000000 --- a/lib/yaml/version.rb +++ /dev/null @@ -1,3 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/#L0 -module YAML - VERSION = "0.1.0" -end diff --git a/lib/yaml/yaml.gemspec b/lib/yaml/yaml.gemspec index 2272af4..d78e816 100644 --- a/lib/yaml/yaml.gemspec +++ b/lib/yaml/yaml.gemspec @@ -1,12 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/lib/yaml/yaml.gemspec#L1 -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@t...", "hsbt@r..."] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/