slack_messaging 3.1.3 → 3.2.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 +4 -4
- data/Gemfile.lock +114 -0
- data/Guardfile +1 -1
- data/LICENSE.md +24 -6
- data/README.md +4 -2
- data/lib/slack_messaging/version.rb +1 -1
- metadata +17 -50
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f57c2e595525a83ea5221bb71ba88b1f7c0e09ff4bc60f433e67760318e66edf
|
|
4
|
+
data.tar.gz: 04306b4b5f3b0fd5c6e3bad638bc29ed058b7d05120d06a35d2a02e07c5541ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 000b6e3cd35178510a1bfa29b85893d344158ee726bbd01d42243b6c2a8d71ab9cce963c6bb04cdaa2dc1c86c059254d4758992dfa02c43ee57808ba97dc2fd6
|
|
7
|
+
data.tar.gz: 27c6ba43e85064e4bf9757f24bfada8a8dcbb5d20313a75b07db291a778dd988fe6558b871c061ea27c2691ca8fa9d6177edd12b3521af885dddb24cea111572
|
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
slack_messaging (3.2.3)
|
|
5
|
+
gli (~> 2.10)
|
|
6
|
+
hashie (>= 4.1, <= 5)
|
|
7
|
+
highline_wrapper (~> 1.1)
|
|
8
|
+
httparty (~> 0.18)
|
|
9
|
+
json (~> 2.5)
|
|
10
|
+
|
|
11
|
+
GEM
|
|
12
|
+
remote: https://rubygems.org/
|
|
13
|
+
specs:
|
|
14
|
+
ast (2.4.2)
|
|
15
|
+
coderay (1.1.3)
|
|
16
|
+
concurrent-ruby (1.1.9)
|
|
17
|
+
diff-lcs (1.4.4)
|
|
18
|
+
faker (2.19.0)
|
|
19
|
+
i18n (>= 1.6, < 2)
|
|
20
|
+
ffi (1.15.4)
|
|
21
|
+
formatador (0.3.0)
|
|
22
|
+
gli (2.20.1)
|
|
23
|
+
guard (2.18.0)
|
|
24
|
+
formatador (>= 0.2.4)
|
|
25
|
+
listen (>= 2.7, < 4.0)
|
|
26
|
+
lumberjack (>= 1.0.12, < 2.0)
|
|
27
|
+
nenv (~> 0.1)
|
|
28
|
+
notiffany (~> 0.0)
|
|
29
|
+
pry (>= 0.13.0)
|
|
30
|
+
shellany (~> 0.0)
|
|
31
|
+
thor (>= 0.18.1)
|
|
32
|
+
guard-compat (1.2.1)
|
|
33
|
+
guard-rspec (4.7.3)
|
|
34
|
+
guard (~> 2.1)
|
|
35
|
+
guard-compat (~> 1.1)
|
|
36
|
+
rspec (>= 2.99.0, < 4.0)
|
|
37
|
+
hashie (5.0.0)
|
|
38
|
+
highline (2.0.3)
|
|
39
|
+
highline_wrapper (1.3.1)
|
|
40
|
+
highline (~> 2.0)
|
|
41
|
+
httparty (0.20.0)
|
|
42
|
+
mime-types (~> 3.0)
|
|
43
|
+
multi_xml (>= 0.5.2)
|
|
44
|
+
i18n (1.8.11)
|
|
45
|
+
concurrent-ruby (~> 1.0)
|
|
46
|
+
json (2.6.1)
|
|
47
|
+
listen (3.7.0)
|
|
48
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
49
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
|
50
|
+
lumberjack (1.2.8)
|
|
51
|
+
method_source (1.0.0)
|
|
52
|
+
mime-types (3.4.1)
|
|
53
|
+
mime-types-data (~> 3.2015)
|
|
54
|
+
mime-types-data (3.2021.1115)
|
|
55
|
+
multi_xml (0.6.0)
|
|
56
|
+
nenv (0.3.0)
|
|
57
|
+
notiffany (0.1.3)
|
|
58
|
+
nenv (~> 0.1)
|
|
59
|
+
shellany (~> 0.0)
|
|
60
|
+
parallel (1.21.0)
|
|
61
|
+
parser (3.0.3.2)
|
|
62
|
+
ast (~> 2.4.1)
|
|
63
|
+
pry (0.14.1)
|
|
64
|
+
coderay (~> 1.1)
|
|
65
|
+
method_source (~> 1.0)
|
|
66
|
+
rainbow (3.0.0)
|
|
67
|
+
rb-fsevent (0.11.0)
|
|
68
|
+
rb-inotify (0.10.1)
|
|
69
|
+
ffi (~> 1.0)
|
|
70
|
+
regexp_parser (2.2.0)
|
|
71
|
+
rexml (3.2.5)
|
|
72
|
+
rspec (3.10.0)
|
|
73
|
+
rspec-core (~> 3.10.0)
|
|
74
|
+
rspec-expectations (~> 3.10.0)
|
|
75
|
+
rspec-mocks (~> 3.10.0)
|
|
76
|
+
rspec-core (3.10.1)
|
|
77
|
+
rspec-support (~> 3.10.0)
|
|
78
|
+
rspec-expectations (3.10.1)
|
|
79
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
80
|
+
rspec-support (~> 3.10.0)
|
|
81
|
+
rspec-mocks (3.10.2)
|
|
82
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
83
|
+
rspec-support (~> 3.10.0)
|
|
84
|
+
rspec-support (3.10.3)
|
|
85
|
+
rubocop (1.23.0)
|
|
86
|
+
parallel (~> 1.10)
|
|
87
|
+
parser (>= 3.0.0.0)
|
|
88
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
89
|
+
regexp_parser (>= 1.8, < 3.0)
|
|
90
|
+
rexml
|
|
91
|
+
rubocop-ast (>= 1.12.0, < 2.0)
|
|
92
|
+
ruby-progressbar (~> 1.7)
|
|
93
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
|
94
|
+
rubocop-ast (1.14.0)
|
|
95
|
+
parser (>= 3.0.1.1)
|
|
96
|
+
ruby-progressbar (1.11.0)
|
|
97
|
+
shellany (0.0.1)
|
|
98
|
+
thor (1.1.0)
|
|
99
|
+
unicode-display_width (2.1.0)
|
|
100
|
+
|
|
101
|
+
PLATFORMS
|
|
102
|
+
x86_64-darwin-19
|
|
103
|
+
|
|
104
|
+
DEPENDENCIES
|
|
105
|
+
bundler (~> 2.2)
|
|
106
|
+
faker (~> 2.15)
|
|
107
|
+
guard-rspec (~> 4.3)
|
|
108
|
+
pry (~> 0.13)
|
|
109
|
+
rspec (~> 3.9)
|
|
110
|
+
rubocop (~> 1.10)
|
|
111
|
+
slack_messaging!
|
|
112
|
+
|
|
113
|
+
BUNDLED WITH
|
|
114
|
+
2.2.32
|
data/Guardfile
CHANGED
data/LICENSE.md
CHANGED
|
@@ -1,11 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
BSD 3-Clause "New" or "Revised" License
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Copyright (c) 2014 Emma Sax.
|
|
4
|
+
All rights reserved.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
Redistribution and use in source and binary forms, with or without
|
|
7
|
+
modification, are permitted provided that the following conditions are met:
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
10
|
+
list of conditions, and the following disclaimer.
|
|
8
11
|
|
|
9
|
-
|
|
12
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
13
|
+
this list of conditions, and the following disclaimer in the documentation
|
|
14
|
+
and/or other materials provided with the distribution.
|
|
10
15
|
|
|
11
|
-
|
|
16
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
17
|
+
contributors may be used to endorse or promote products derived from
|
|
18
|
+
this software without specific prior written permission.
|
|
19
|
+
|
|
20
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
21
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
22
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
23
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
24
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
25
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
26
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
27
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
28
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
29
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Slack Messaging
|
|
1
|
+
# Slack Messaging
|
|
2
2
|
|
|
3
3
|
This is a simple project designed to post messages to a given Slack channel as a bot.
|
|
4
4
|
|
|
@@ -92,7 +92,9 @@ To run the tests, run `bundle exec rspec` from the command-line. GitHub Actions
|
|
|
92
92
|
|
|
93
93
|
### Contributing
|
|
94
94
|
|
|
95
|
-
To submit a feature request, bug ticket, etc, please submit an official [GitHub
|
|
95
|
+
To submit a feature request, bug ticket, etc, please submit an official [GitHub issue](https://github.com/emmahsax/slack_messaging/issues/new). To copy or make changes, please [fork this repository](https://github.com/emmahsax/slack_messaging/fork). When/if you'd like to contribute back to this upstream, please create a pull request on this repository.
|
|
96
|
+
|
|
97
|
+
Please follow included Issue Template(s) and Pull Request Template(s) when creating issues or pull requests.
|
|
96
98
|
|
|
97
99
|
### Security Policy
|
|
98
100
|
|
metadata
CHANGED
|
@@ -1,29 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slack_messaging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Emma Sax
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: activesupport
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '6.0'
|
|
20
|
-
type: :runtime
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - "~>"
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '6.0'
|
|
27
13
|
- !ruby/object:Gem::Dependency
|
|
28
14
|
name: gli
|
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -42,16 +28,22 @@ dependencies:
|
|
|
42
28
|
name: hashie
|
|
43
29
|
requirement: !ruby/object:Gem::Requirement
|
|
44
30
|
requirements:
|
|
45
|
-
- - "
|
|
31
|
+
- - ">="
|
|
46
32
|
- !ruby/object:Gem::Version
|
|
47
33
|
version: '4.1'
|
|
34
|
+
- - "<="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: '5'
|
|
48
37
|
type: :runtime
|
|
49
38
|
prerelease: false
|
|
50
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
40
|
requirements:
|
|
52
|
-
- - "
|
|
41
|
+
- - ">="
|
|
53
42
|
- !ruby/object:Gem::Version
|
|
54
43
|
version: '4.1'
|
|
44
|
+
- - "<="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '5'
|
|
55
47
|
- !ruby/object:Gem::Dependency
|
|
56
48
|
name: highline_wrapper
|
|
57
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -94,20 +86,6 @@ dependencies:
|
|
|
94
86
|
- - "~>"
|
|
95
87
|
- !ruby/object:Gem::Version
|
|
96
88
|
version: '2.5'
|
|
97
|
-
- !ruby/object:Gem::Dependency
|
|
98
|
-
name: rack
|
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
|
100
|
-
requirements:
|
|
101
|
-
- - "~>"
|
|
102
|
-
- !ruby/object:Gem::Version
|
|
103
|
-
version: '2.2'
|
|
104
|
-
type: :runtime
|
|
105
|
-
prerelease: false
|
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
107
|
-
requirements:
|
|
108
|
-
- - "~>"
|
|
109
|
-
- !ruby/object:Gem::Version
|
|
110
|
-
version: '2.2'
|
|
111
89
|
- !ruby/object:Gem::Dependency
|
|
112
90
|
name: bundler
|
|
113
91
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -164,20 +142,6 @@ dependencies:
|
|
|
164
142
|
- - "~>"
|
|
165
143
|
- !ruby/object:Gem::Version
|
|
166
144
|
version: '0.13'
|
|
167
|
-
- !ruby/object:Gem::Dependency
|
|
168
|
-
name: rake
|
|
169
|
-
requirement: !ruby/object:Gem::Requirement
|
|
170
|
-
requirements:
|
|
171
|
-
- - "~>"
|
|
172
|
-
- !ruby/object:Gem::Version
|
|
173
|
-
version: '13.0'
|
|
174
|
-
type: :development
|
|
175
|
-
prerelease: false
|
|
176
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
177
|
-
requirements:
|
|
178
|
-
- - "~>"
|
|
179
|
-
- !ruby/object:Gem::Version
|
|
180
|
-
version: '13.0'
|
|
181
145
|
- !ruby/object:Gem::Dependency
|
|
182
146
|
name: rspec
|
|
183
147
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -206,7 +170,8 @@ dependencies:
|
|
|
206
170
|
- - "~>"
|
|
207
171
|
- !ruby/object:Gem::Version
|
|
208
172
|
version: '1.10'
|
|
209
|
-
description: Sending
|
|
173
|
+
description: Sending personalized messages and quotes to a Slack channel of your choice
|
|
174
|
+
via the command-line.
|
|
210
175
|
email:
|
|
211
176
|
executables:
|
|
212
177
|
- slack-messaging
|
|
@@ -214,6 +179,7 @@ extensions: []
|
|
|
214
179
|
extra_rdoc_files: []
|
|
215
180
|
files:
|
|
216
181
|
- Gemfile
|
|
182
|
+
- Gemfile.lock
|
|
217
183
|
- Guardfile
|
|
218
184
|
- LICENSE.md
|
|
219
185
|
- QuoteExample.png
|
|
@@ -236,7 +202,8 @@ files:
|
|
|
236
202
|
homepage: https://github.com/emmahsax/slack_messaging
|
|
237
203
|
licenses:
|
|
238
204
|
- BSD-3-Clause
|
|
239
|
-
metadata:
|
|
205
|
+
metadata:
|
|
206
|
+
rubygems_mfa_required: 'true'
|
|
240
207
|
post_install_message:
|
|
241
208
|
rdoc_options: []
|
|
242
209
|
require_paths:
|
|
@@ -252,10 +219,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
252
219
|
- !ruby/object:Gem::Version
|
|
253
220
|
version: '0'
|
|
254
221
|
requirements: []
|
|
255
|
-
rubygems_version: 3.2.
|
|
222
|
+
rubygems_version: 3.2.32
|
|
256
223
|
signing_key:
|
|
257
224
|
specification_version: 4
|
|
258
|
-
summary: Personalized Slack
|
|
225
|
+
summary: Personalized quotes and messages sent straight to Slack
|
|
259
226
|
test_files:
|
|
260
227
|
- spec/spec_helper.rb
|
|
261
228
|
- spec/slack_messaging/config_spec.rb
|