caploy 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ Capistrano::Configuration.instance.load do
33
33
 
34
34
  namespace :cache do
35
35
  desc "Flush cache"
36
- task :clear, :roles => :app do
36
+ task :clear, :roles => :cache do
37
37
  run "cd #{current_path} && #{rake} cache:clear RAILS_ENV=#{stage}"
38
38
  end
39
39
  end
@@ -1,3 +1,3 @@
1
1
  module Caploy
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: caploy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.6
5
+ version: 0.1.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Schiller
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-03 00:00:00.000000000 Z
12
+ date: 2013-02-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gemcutter