mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
Fixed inconsistency gemspec location
foo.gemspec should be located under the `lib/foo` directory.
This commit is contained in:
parent
c3bdf7043c
commit
9dc60de4fc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue