mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
* lib/rubygems: update to RubyGems 2.0.6. the patch by drbrain.
[ruby-core:56633] [Backport #8787] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5ac6776b0f
commit
cbf9816635
11 changed files with 129 additions and 67 deletions
|
@ -96,12 +96,15 @@ class Gem::PackageTask < Rake::PackageTask
|
|||
def define
|
||||
super
|
||||
|
||||
task :package => [:gem]
|
||||
|
||||
gem_file = File.basename gem_spec.cache_file
|
||||
gem_path = File.join package_dir, gem_file
|
||||
gem_dir = File.join package_dir, gem_spec.full_name
|
||||
|
||||
task :package => [:gem]
|
||||
|
||||
directory package_dir
|
||||
directory gem_dir
|
||||
|
||||
desc "Build the gem file #{gem_file}"
|
||||
task :gem => [gem_path]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue