fingerjam 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,7 @@
1
1
  Capistrano::Configuration.instance(:must_exist).load do
2
2
 
3
3
  set :strategy, Capistrano::Deploy::Strategy::Fingerjam.new(self)
4
- set :copy_cache, true
5
-
4
+ _cset(:copy_cache) { true }
6
5
  _cset(:cache_host) { "www.example.com" }
7
6
  _cset(:cache_protocol) { "https" }
8
7
 
@@ -1,3 +1,3 @@
1
1
  module Fingerjam
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: fingerjam
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.2
5
+ version: 0.5.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Steve Hoeksema
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-21 00:00:00 +13:00
13
+ date: 2011-02-22 00:00:00 +13:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency