aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgem_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gem_helper.rb b/gem_helper.rb
index cfaeb69..fe33ce0 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::Package::build(spec).build
+ Gem::Package.build(spec)
else
files.concat(spec.files)
print "%s\n" % files.join("\n")