Fixed LoadError of version file.
This commit is contained in:
parent
f103ed8b7d
commit
036039c8a2
@ -1,7 +1,7 @@
|
||||
begin
|
||||
require_relative "lib/logger/version"
|
||||
rescue LoadError # Fallback to load version file in ruby core repository
|
||||
require_relative "logger/version"
|
||||
require_relative "version"
|
||||
end
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
|
Loading…
x
Reference in New Issue
Block a user