sumodev_deploy 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,8 @@ Capistrano::Configuration.instance.load do
18
18
  (assets + sprites).each do |file, filepath|
19
19
  upload file, "#{latest_release.shellescape}/#{path}#{filepath}"
20
20
  end
21
+
22
+ run_locally "rm -rf #{asset_path}"
21
23
  end
22
24
  end
23
25
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "sumodev_deploy"
5
- s.version = "0.4.1"
5
+ s.version = "0.4.2"
6
6
 
7
7
  s.authors = ["Jan De Poorter"]
8
8
  s.date = "2012-04-18"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sumodev_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: