mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Fixed inconsistency gemspec location
foo.gemspec should be located under the `lib/foo` directory.
This commit is contained in:
parent
c3bdf7043c
commit
9dc60de4fc
@ -2,7 +2,7 @@ begin
|
||||
require_relative 'lib/erb/version'
|
||||
rescue LoadError
|
||||
# for Ruby core repository
|
||||
require_relative 'erb/version'
|
||||
require_relative 'version'
|
||||
end
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
Loading…
x
Reference in New Issue
Block a user