chatopsify 0.0.3 → 0.0.4

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
  SHA256:
3
- metadata.gz: 296a8fa9bb7d7496e1f073aa6f08e0900a38ca045bef70ad4bfb285400e0e7e7
4
- data.tar.gz: 5932bac724d4db9fbac66388761f1a7c66ace06dc89050b5c9d2d4060efc987a
3
+ metadata.gz: 216f9a98d4907836c37bfc4454f177b1ba57acdf83e24b84e800c8d67f1c5d9c
4
+ data.tar.gz: d493671383220e3df3d80cc07627bd31ab27c3fc9ab8e23a3bad49ecfdd215ba
5
5
  SHA512:
6
- metadata.gz: 6188cd8506de37a49c2376dc6ee8679a1fb4252e5f179074404696d44b0730974102943b99e7acb3b1c516d9db3c41256a66088766b146172a585ad9e01f862f
7
- data.tar.gz: 92e6aa61b3b7660d3118657cd140e0b01aa8d543ae6a6007d9ee6f822b984bd3a389f13ab985bf13c024dd7ad1ba60dfa5e374ab4daf519f7dc6b27713accea8
6
+ metadata.gz: f035c97f0c8449746fb3ea2f16361736d2841e162e4b965a5f63037931216e53b6949631cd66a857d4e749341faf31ff97d202539396e90e2b658ab1cd03c982
7
+ data.tar.gz: d3d04ec37b3683597cc7a530314947cbc3ea086522c1993589579d9a3804c2cffcfb835160285327a7adc37e0108841b206ff65f910876097009d626c914a80b
@@ -9,8 +9,8 @@ namespace :chatops do
9
9
  end
10
10
  end
11
11
  end
12
- # before 'deploy:starting', 'chatops:notify_started'
13
- before 'rbenv:validate', 'chatops:notify_started'
12
+ before 'deploy:starting', 'chatops:notify_started'
13
+ # before 'rbenv:validate', 'chatops:notify_started'
14
14
 
15
15
  desc "Notify ChatOps Finished"
16
16
  task :notify_finished do
@@ -22,8 +22,8 @@ namespace :chatops do
22
22
  end
23
23
  end
24
24
  end
25
- # after 'deploy:finished', 'chatops:notify_finished'
26
- before 'deploy:failed', 'chatops:notify_finished'
25
+ after 'deploy:finished', 'chatops:notify_finished'
26
+ # before 'deploy:failed', 'chatops:notify_finished'
27
27
 
28
28
  desc "Notify ChatOps Finished"
29
29
  task :notify_failed do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Chatopsify
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chatopsify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - phunt