rakelib/create_release.rake in cpl-0.3.0 vs rakelib/create_release.rake in cpl-0.3.1

- old
+ new

@@ -72,9 +72,9 @@ def release_the_new_gem_version puts "ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ" puts "Use the OTP for RubyGems!" puts "ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ" - sh_in_dir(gem_root, "gem release") + sh_in_dir(gem_root, "gem release -p") end end end