pushpop-slack 0.2.0 → 0.2.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 +4 -4
- data/README.md +2 -2
- data/lib/pushpop-slack.rb +3 -2
- data/lib/pushpop-slack/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb3171272177bd57c83136502ab62ecd176a9a0f
|
|
4
|
+
data.tar.gz: 414f282b050664a3c1bd52399f0f20f9ed918705
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 576df515bcfba1373f7e4d9d46767d18439f02bbf534c0206d39bff540fa6848e138ebb36397a6fec54e1ac8edc6b92307ac435c666da7922e5a3acae1f81690
|
|
7
|
+
data.tar.gz: 92fd5604ab64c8b8a15c4d77ec774eb7a23b736021d59d69d243fa26ef44f0fc6bfd1931dc47c8c6689f4546f80d3fde8772b1a9a73a55375c0220060ada2cde
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## pushpop-
|
|
1
|
+
## pushpop-slack
|
|
2
2
|
|
|
3
3
|
A [Pushpop](https://github.com/pushpop-project/pushpop) plugin for sending messages to Slack
|
|
4
4
|
|
|
@@ -156,4 +156,4 @@ end
|
|
|
156
156
|
|
|
157
157
|
### Contributing
|
|
158
158
|
|
|
159
|
-
Code and documentation issues and pull requests are welcome.
|
|
159
|
+
Code and documentation issues and pull requests are welcome.
|
data/lib/pushpop-slack.rb
CHANGED
|
@@ -21,14 +21,15 @@ module Pushpop
|
|
|
21
21
|
|
|
22
22
|
def run(last_response=nil, step_responses=nil)
|
|
23
23
|
|
|
24
|
-
configure(last_response, step_responses)
|
|
24
|
+
ret = configure(last_response, step_responses)
|
|
25
25
|
|
|
26
26
|
unless _message
|
|
27
27
|
raise 'Please set the message to send to Slack'
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
send_message
|
|
31
|
-
|
|
31
|
+
|
|
32
|
+
ret
|
|
32
33
|
end
|
|
33
34
|
|
|
34
35
|
def send_message
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pushpop-slack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe Wegner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pushpop
|