summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJustin Stoller <justin@puppetlabs.com>2012-06-12 13:21:52 -0700
committerJustin Stoller <justin@puppetlabs.com>2012-06-12 13:21:52 -0700
commit60375cda9fb4f4eea3f57336978d58fccaa2d9b5 (patch)
tree178d3116ca7cc182e9ab827ffc5c911754a0679b /Rakefile
parentda36281f07a61e2689d38cba5d5e4fe529548628 (diff)
downloadpuppet-60375cda9fb4f4eea3f57336978d58fccaa2d9b5.tar.gz
Make Puppet's gem package task the same name as other Puppetlabs' projects
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e59d20ade..642d8d9cc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -40,7 +40,7 @@ task :default do
end
desc "Create the tarball and the gem - use when releasing"
-task :puppetpackages => [:create_gem, :package]
+task :puppetpackages => [:gem, :package]
RSpec::Core::RakeTask.new do |t|
t.pattern ='spec/{unit,integration}/**/*.rb'