aboutsummaryrefslogtreecommitdiffstats
path: root/gem_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'gem_helper.rb')
-rwxr-xr-xgem_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gem_helper.rb b/gem_helper.rb
index 86dfced..cfaeb69 100755
--- a/gem_helper.rb
+++ b/gem_helper.rb
@@ -162,7 +162,7 @@ if ARGV[0] == "build" or ARGV[0] == "install"
spec = Gem::Specification.from_yaml(YAML.dump(header))
unless dry_run
- Gem::Builder.new(spec).build
+ Gem::Package::build(spec).build
else
files.concat(spec.files)
print "%s\n" % files.join("\n")