diff options
author | Justin Stoller <justin@puppetlabs.com> | 2012-06-12 13:21:52 -0700 |
---|---|---|
committer | Justin Stoller <justin@puppetlabs.com> | 2012-06-12 13:21:52 -0700 |
commit | 60375cda9fb4f4eea3f57336978d58fccaa2d9b5 (patch) | |
tree | 178d3116ca7cc182e9ab827ffc5c911754a0679b /Rakefile | |
parent | da36281f07a61e2689d38cba5d5e4fe529548628 (diff) | |
download | puppet-60375cda9fb4f4eea3f57336978d58fccaa2d9b5.tar.gz |
Make Puppet's gem package task the same name as other Puppetlabs' projects
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |