mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +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'
|
require_relative 'lib/erb/version'
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
# for Ruby core repository
|
# for Ruby core repository
|
||||||
require_relative 'erb/version'
|
require_relative 'version'
|
||||||
end
|
end
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
Loading…
Add table
Add a link
Reference in a new issue