capistrano-consul_kv_lock 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0f2baec7ec296cc59dba0ca9554aefc04c976e9
4
- data.tar.gz: 3fb6e8e0dbb364e61d1a8404207e2f13c14fecc8
3
+ metadata.gz: 82388f59c13c02e7a7a7aaf521de61fe0a1b986e
4
+ data.tar.gz: 744e27b8dd823b2372b95fe30648e3365a7772b5
5
5
  SHA512:
6
- metadata.gz: bba77bed7cacef419bd72c905ef9779895f837b430c7a534dd732e9ef94977f0f0034c865ce60c0693c61bf9c2f1b4df1eb86f48f9e67b6393c2f3b87d1dfa9b
7
- data.tar.gz: 2cd95b55a1e3d7fc996837f8d3ee1c66838759893866e5538e6edd8640d54f6e9ebf48adcf6060d471f65b70fd1557622c580212cba6ab69df403719f453ca03
6
+ metadata.gz: aa2e99b389907ef918963bf3a54b2c2830d7381d9abb6e460c2b048b0dc3b8b2c7ea4f8c744a37d919879b9f2e046ef3ffa87294c8dbf13a4723cf02e8cfe74f
7
+ data.tar.gz: 2510a2a7cd0bf75db7c81705db064dd2aadcb8fd6ce25108e9821e743228d73028b0edc011bddc0ca7305eb6643f61eab0688a24b0496b1911567bd0606eccd0
data/README.md CHANGED
@@ -52,7 +52,7 @@ $ curl -X DELETE ${your_consul_host}:8500/v1/kv/deployment/locked
52
52
 
53
53
  ## Contributing
54
54
 
55
- 1. Fork it ( https://github.com/[my-github-username]/capistrano-consul_kv_lock/fork )
55
+ 1. Fork it ( https://github.com/udzura/capistrano-consul_kv_lock/fork )
56
56
  2. Create your feature branch (`git checkout -b my-new-feature`)
57
57
  3. Commit your changes (`git commit -am 'Add some feature'`)
58
58
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module ConsulKvLock
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -65,6 +65,7 @@ end
65
65
  before 'deploy:starting', 'consul_kv_lock:lock'
66
66
  before 'consul_kv_lock:lock', 'consul_kv_lock:check_lock'
67
67
  after 'deploy:finished', 'consul_kv_lock:unlock'
68
+ after 'deploy:failed', 'consul_kv_lock:unlock'
68
69
 
69
70
  namespace :load do
70
71
  task :defaults do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-consul_kv_lock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Uchio KONDO
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-16 00:00:00.000000000 Z
11
+ date: 2015-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano