Fixup r66984. Update the location of bundler gemspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8f8b51c6ac
commit
8cca079d3b
@ -9,7 +9,7 @@ module Spec
|
|||||||
end
|
end
|
||||||
|
|
||||||
def gemspec
|
def gemspec
|
||||||
@gemspec ||= root.join(ruby_core? ? "lib/bundler.gemspec" : "bundler.gemspec")
|
@gemspec ||= root.join(ruby_core? ? "lib/bundler/bundler.gemspec" : "bundler.gemspec")
|
||||||
end
|
end
|
||||||
|
|
||||||
def bindir
|
def bindir
|
||||||
|
@ -89,7 +89,7 @@ def sync_default_gems(gem)
|
|||||||
`rm -rf lib/bundler* libexec/bundler libexec/bundle libexec/bundle_ruby spec/bundler man/bundle* man/gemfile*`
|
`rm -rf lib/bundler* libexec/bundler libexec/bundle libexec/bundle_ruby spec/bundler man/bundle* man/gemfile*`
|
||||||
`cp -r ../../bundler/bundler/lib/bundler* ./lib`
|
`cp -r ../../bundler/bundler/lib/bundler* ./lib`
|
||||||
`cp -r ../../bundler/bundler/exe/bundle* ./libexec`
|
`cp -r ../../bundler/bundler/exe/bundle* ./libexec`
|
||||||
`cp ../../bundler/bundler/bundler.gemspec ./lib`
|
`cp ../../bundler/bundler/bundler.gemspec ./lib/bundler`
|
||||||
`cp -r ../../bundler/bundler/spec spec/bundler`
|
`cp -r ../../bundler/bundler/spec spec/bundler`
|
||||||
`cp -r ../../bundler/bundler/man/*.{1,5,1\.txt,5\.txt,ronn} ./man`
|
`cp -r ../../bundler/bundler/man/*.{1,5,1\.txt,5\.txt,ronn} ./man`
|
||||||
`rm -rf spec/bundler/support/artifice/vcr_cassettes`
|
`rm -rf spec/bundler/support/artifice/vcr_cassettes`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user