mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to RubyGems 1.3.7.pre.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d0e5a34ac7
commit
372dcece3f
64 changed files with 759 additions and 240 deletions
|
@ -102,6 +102,7 @@ class Gem::PackageTask < Rake::PackageTask
|
|||
|
||||
gem_file = gem_spec.file_name
|
||||
gem_path = File.join package_dir, gem_file
|
||||
gem_dir = File.join package_dir, gem_spec.full_name
|
||||
|
||||
desc "Build the gem file #{gem_file}"
|
||||
task :gem => [gem_path]
|
||||
|
@ -109,7 +110,7 @@ class Gem::PackageTask < Rake::PackageTask
|
|||
trace = Rake.application.options.trace
|
||||
Gem.configuration.verbose = trace
|
||||
|
||||
file gem_path => [package_dir] + @gem_spec.files do
|
||||
file gem_path => [package_dir, gem_dir] + @gem_spec.files do
|
||||
when_writing "Creating #{gem_spec.file_name}" do
|
||||
Gem::Builder.new(gem_spec).build
|
||||
verbose trace do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue