capistrano-team_notifications 2.0.1 → 2.0.2

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: 5f3416e9a6a4d3f96bec15d9f3199cc8ef45a043
4
- data.tar.gz: 6416276b95386270e8b68f1f4640523aa2fecf41
3
+ metadata.gz: 17a3b70a203a360e8c773560d814a2aa158ffa85
4
+ data.tar.gz: 1091f41f89091e453a06884bb094582d6d5bda87
5
5
  SHA512:
6
- metadata.gz: 5747f9b0570e2c96f7060367d23589a7f2217aa3bffe3e025cba147b316dc12292956955a14da5bf7451c332ff0758043d4f025878e8010d49b02439159a0d07
7
- data.tar.gz: 2bf4f5b348c644664973be373b6c77631440b438f375fe0187095d8be5c59e602b424d667c59efe3dfb85cbd29c3677f07b195f9fb050681ed1062c1977dd803
6
+ metadata.gz: 3952eebbd96da7daac2664cdbe40af894ce60ab00ede7e39f4a499f6487ed6b724f233fecd84afec6d7d7404b284f5c744190c86a83d2f618b7fa1cecfd23057
7
+ data.tar.gz: 6dc245cad30672c40a3d5f7c2a51f3e50c5a3d2f833fe355b091b5c7cb8ad4543e5ef1fdfccb0da768fa2de6d1563f463faf07dd9078829159af4887556e6131
data/README.md CHANGED
@@ -18,6 +18,8 @@ And then execute:
18
18
 
19
19
  ## Usage
20
20
 
21
+ First go to [Space notifications](https://space-notice.com/), create project like 'Facebook deploy' and get project token.
22
+
21
23
  Add to your deploy.rb file
22
24
 
23
25
  ```ruby
@@ -12,11 +12,11 @@ module Capistrano
12
12
  after 'deploy:migrations', 'team_notifications:finished'
13
13
 
14
14
  at_exit do
15
- log = fetch(:full_log)
15
+ # log = fetch(:full_log)
16
16
 
17
- if log.include?("rolling back")
18
- team_notify "%{deployer} FAILED to deploy %{application}#{': '+branch if branch} to %{stage}"
19
- end
17
+ # if log.include?("rolling back")
18
+ # team_notify "%{deployer} FAILED to deploy %{application}#{': '+branch if branch} to %{stage}"
19
+ # end
20
20
  end
21
21
 
22
22
  namespace :team_notifications do
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module TeamNotifications
3
- VERSION = "2.0.1"
3
+ VERSION = "2.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-team_notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Balashov