gorilla-capistrano-recipes 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -18,7 +18,7 @@ configuration.load do
18
18
 
19
19
  namespace :deploy do
20
20
  desc "Keep only 3 releases"
21
- task :after_default do
21
+ after "deploy:default" do
22
22
  cleanup
23
23
  end
24
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gorilla-capistrano-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benny Degezelle