capistrano-isitdeployed 0.1.2 → 0.1.3

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
  SHA512:
3
- data.tar.gz: f911d28496a65239126bcc19f20569e144dcc6ac5136b9cb1181ac43484dea78cd5d42d0472ce840f7e8cabd498614f7532b7f75fb28f5ac6af98f53a95f88a8
4
- metadata.gz: f523e801dd6b293a687b57a4dac839d21736df87fe6d5532a6358c597c3eda5d3325c9d7d4141b8ed6d223cefa45c5c36c771deb98a1c8f2975ef71872181aef
3
+ metadata.gz: 72c3e4b0c39877bb65abb634e9fcb49b5363d38c699193278d65a78d388ca5f3a15509bf396dc655d08bc4cf88bdc63be60d3b8f4dc84f687dd4f394786d7039
4
+ data.tar.gz: 03e2d974ecd16208a7b8aa09bb38d45080c4ea63614b9a40072cab2ecd313c2cde1e147ce0770b5d87aa77137bd2a50a5618cc9b7402c1369cc17e11856d1e70
5
5
  SHA1:
6
- data.tar.gz: 85aa8b4ea01716a5fc5a8af7c347b8ec80373dd5
7
- metadata.gz: c7c593ac375e3eb57d4edb16223fae2901bb5311
6
+ metadata.gz: 8fb939ef12e9c0a3491a030abcf3b25557944e0b
7
+ data.tar.gz: 2d9cd3a22310eeafda281c24371f10115d2c78ee
data/Manifest.yml CHANGED
@@ -6,4 +6,3 @@
6
6
  - lib/capistrano/isitdeployed/version.rb
7
7
  - lib/capistrano/isitdeployed/config.rb
8
8
  - lib/capistrano/isitdeployed/debug.rb
9
- - lib/capistrano/isitdeployed/template/isitdeployed.yml
@@ -23,8 +23,8 @@ module Capistrano
23
23
  before 'deploy', 'isit:deploy'
24
24
  after 'deploy', 'isit:status:success'
25
25
  after 'deploy:rollback', 'isit:status:rollback'
26
- after 'isit:status_success', 'isit:update'
27
- after 'isit:status_rollback', 'isit:update'
26
+ after 'isit:status:success', 'isit:update'
27
+ after 'isit:status:rollback', 'isit:update'
28
28
 
29
29
  # task definitions
30
30
  namespace :isit do
@@ -3,8 +3,6 @@ module Capistrano
3
3
 
4
4
  ENDPOINT = 'http://www.isitdeployed.com'
5
5
  # ENDPOINT = 'http://0.0.0.0:3000'
6
- CONFIG_SRC = 'template/isitdeployed.yml'
7
- # CONFIG_DEST = 'config/isitdeployed.yml'
8
6
 
9
7
  end
10
8
  end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Isitdeployed
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-isitdeployed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas VIAL
@@ -59,7 +59,6 @@ files:
59
59
  - lib/capistrano/isitdeployed/version.rb
60
60
  - lib/capistrano/isitdeployed/config.rb
61
61
  - lib/capistrano/isitdeployed/debug.rb
62
- - lib/capistrano/isitdeployed/template/isitdeployed.yml
63
62
  homepage: https://github.com/tomav/capistrano-isitdeployed
64
63
  licenses: []
65
64
 
@@ -1,2 +0,0 @@
1
- project_id: x
2
- api_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx