slack_messaging 3.1.2 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a73075c6e11593cc450ed0822939778510aadbe4b76ca4f2a7d8174a7592b1af
4
- data.tar.gz: 50a35bda4778b110200d3ad8ada3f353b2df4b342ecec91286a8fc993907f6db
3
+ metadata.gz: 5c4c7aef44ea0d755210046e0f211673f25e69fca20f702304b3943c11ae3903
4
+ data.tar.gz: 27ba520ee53f03706b1b64dae70d768825990c2bad7680901b912f74e4a956ca
5
5
  SHA512:
6
- metadata.gz: 5766b459a88ced1e95b8ef00a52d09cac308503ca009ec9a8484e6a05ba50a255f49d74368d7c1104da3ab85d6705f6e25b98cf06dc98916dfb53f7d9cf685ad
7
- data.tar.gz: ba98335745cffc5f902f8b72a6f3bdc2eca626868d18f48aba876d164509afb6eb3ac5175b577fefde47bcb0dd76981172e61c8987f457b8a30e34e97e3158ae
6
+ metadata.gz: 3fc66d9bda665075b85519d8d5bf7d0ef8b87fb81c882e73a1e8d24d4fd816e64f3204ba08606991b3246b4e9f568689ed1be1585b55d6362015e550ef7c4395
7
+ data.tar.gz: 34ec445b8de695759dd74382e18dab2be6ad74eed7d341e0b4ee67941231d97f469a17da68b83226c3aa229e8a1c57b52e6ac293d69d01ec70e3d8b70906ed96
data/LICENSE.md ADDED
@@ -0,0 +1,11 @@
1
+ Copyright (c) 2014 Emma Sax. All rights reserved.
2
+
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
+
5
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
6
+
7
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
+
9
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10
+
11
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/README.md CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
22
22
  gem install slack_messaging
23
23
  ```
24
24
 
25
- ### Usage
25
+ ## Usage
26
26
 
27
27
  This project requires a config file that should look like this:
28
28
 
@@ -84,19 +84,29 @@ The output of slack_messaging will look something like this:
84
84
 
85
85
  I hope you enjoy printing fun and specialized messages to Slack!
86
86
 
87
- ### Tests
87
+ ## Tests
88
88
 
89
89
  To run the tests, run `bundle exec rspec` from the command-line. GitHub Actions will also run the tests upon every commit to make sure they're up to date and that everything is working correctly. Locally, you can also run `bundle exec guard` to automatically run tests as you develop!
90
90
 
91
- ## Contributing
91
+ ---
92
+
93
+ ### Contributing
92
94
 
93
95
  To submit a feature request, bug ticket, etc, please submit an official [GitHub Issue](https://github.com/emmahsax/slack_messaging/issues/new).
94
96
 
95
- To report any security vulnerabilities, please view this project's [Security Policy](https://github.com/emmahsax/slack_messaging/security/policy).
97
+ ### Security Policy
98
+
99
+ To report any security vulnerabilities, please view this repository's [Security Policy](https://github.com/emmahsax/slack_messaging/security/policy).
100
+
101
+ ### Licensing
102
+
103
+ For information on licensing, please see [LICENSE.md](https://github.com/emmahsax/slack_messaging/blob/main/LICENSE.md).
104
+
105
+ ### Code of Conduct
96
106
 
97
107
  When interacting with this repository, please follow [Contributor Covenant's Code of Conduct](https://contributor-covenant.org).
98
108
 
99
- ## Releasing
109
+ ### Releasing
100
110
 
101
111
  To make a new release of this gem:
102
112
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SlackMessaging
4
- VERSION = '3.1.2'
4
+ VERSION = '3.1.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack_messaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.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-03-09 00:00:00.000000000 Z
11
+ date: 2021-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -214,9 +214,8 @@ extensions: []
214
214
  extra_rdoc_files: []
215
215
  files:
216
216
  - Gemfile
217
- - Gemfile.lock
218
217
  - Guardfile
219
- - LICENSE
218
+ - LICENSE.md
220
219
  - QuoteExample.png
221
220
  - README.md
222
221
  - Rakefile
@@ -236,7 +235,7 @@ files:
236
235
  - spec/spec_helper.rb
237
236
  homepage: https://github.com/emmahsax/slack_messaging
238
237
  licenses:
239
- - MIT
238
+ - BSD-3-Clause
240
239
  metadata: {}
241
240
  post_install_message:
242
241
  rdoc_options: []
@@ -253,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
253
252
  - !ruby/object:Gem::Version
254
253
  version: '0'
255
254
  requirements: []
256
- rubygems_version: 3.2.3
255
+ rubygems_version: 3.2.15
257
256
  signing_key:
258
257
  specification_version: 4
259
258
  summary: Personalized Slack Messages
data/Gemfile.lock DELETED
@@ -1,129 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- slack_messaging (3.1.2)
5
- activesupport (~> 6.0)
6
- gli (~> 2.10)
7
- hashie (~> 4.1)
8
- highline_wrapper (~> 1.1)
9
- httparty (~> 0.18)
10
- json (~> 2.5)
11
- rack (~> 2.2)
12
-
13
- GEM
14
- remote: https://rubygems.org/
15
- specs:
16
- activesupport (6.1.3)
17
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (>= 1.6, < 2)
19
- minitest (>= 5.1)
20
- tzinfo (~> 2.0)
21
- zeitwerk (~> 2.3)
22
- ast (2.4.2)
23
- coderay (1.1.3)
24
- concurrent-ruby (1.1.8)
25
- diff-lcs (1.4.4)
26
- faker (2.16.0)
27
- i18n (>= 1.6, < 2)
28
- ffi (1.15.0)
29
- formatador (0.2.5)
30
- gli (2.20.0)
31
- guard (2.16.2)
32
- formatador (>= 0.2.4)
33
- listen (>= 2.7, < 4.0)
34
- lumberjack (>= 1.0.12, < 2.0)
35
- nenv (~> 0.1)
36
- notiffany (~> 0.0)
37
- pry (>= 0.9.12)
38
- shellany (~> 0.0)
39
- thor (>= 0.18.1)
40
- guard-compat (1.2.1)
41
- guard-rspec (4.7.3)
42
- guard (~> 2.1)
43
- guard-compat (~> 1.1)
44
- rspec (>= 2.99.0, < 4.0)
45
- hashie (4.1.0)
46
- highline (2.0.3)
47
- highline_wrapper (1.1.0)
48
- highline (~> 2.0)
49
- httparty (0.18.1)
50
- mime-types (~> 3.0)
51
- multi_xml (>= 0.5.2)
52
- i18n (1.8.9)
53
- concurrent-ruby (~> 1.0)
54
- json (2.5.1)
55
- listen (3.4.1)
56
- rb-fsevent (~> 0.10, >= 0.10.3)
57
- rb-inotify (~> 0.9, >= 0.9.10)
58
- lumberjack (1.2.8)
59
- method_source (1.0.0)
60
- mime-types (3.3.1)
61
- mime-types-data (~> 3.2015)
62
- mime-types-data (3.2021.0225)
63
- minitest (5.14.4)
64
- multi_xml (0.6.0)
65
- nenv (0.3.0)
66
- notiffany (0.1.3)
67
- nenv (~> 0.1)
68
- shellany (~> 0.0)
69
- parallel (1.20.1)
70
- parser (3.0.0.0)
71
- ast (~> 2.4.1)
72
- pry (0.14.0)
73
- coderay (~> 1.1)
74
- method_source (~> 1.0)
75
- rack (2.2.3)
76
- rainbow (3.0.0)
77
- rake (13.0.3)
78
- rb-fsevent (0.10.4)
79
- rb-inotify (0.10.1)
80
- ffi (~> 1.0)
81
- regexp_parser (2.1.1)
82
- rexml (3.2.4)
83
- rspec (3.10.0)
84
- rspec-core (~> 3.10.0)
85
- rspec-expectations (~> 3.10.0)
86
- rspec-mocks (~> 3.10.0)
87
- rspec-core (3.10.1)
88
- rspec-support (~> 3.10.0)
89
- rspec-expectations (3.10.1)
90
- diff-lcs (>= 1.2.0, < 2.0)
91
- rspec-support (~> 3.10.0)
92
- rspec-mocks (3.10.2)
93
- diff-lcs (>= 1.2.0, < 2.0)
94
- rspec-support (~> 3.10.0)
95
- rspec-support (3.10.2)
96
- rubocop (1.11.0)
97
- parallel (~> 1.10)
98
- parser (>= 3.0.0.0)
99
- rainbow (>= 2.2.2, < 4.0)
100
- regexp_parser (>= 1.8, < 3.0)
101
- rexml
102
- rubocop-ast (>= 1.2.0, < 2.0)
103
- ruby-progressbar (~> 1.7)
104
- unicode-display_width (>= 1.4.0, < 3.0)
105
- rubocop-ast (1.4.1)
106
- parser (>= 2.7.1.5)
107
- ruby-progressbar (1.11.0)
108
- shellany (0.0.1)
109
- thor (1.1.0)
110
- tzinfo (2.0.4)
111
- concurrent-ruby (~> 1.0)
112
- unicode-display_width (2.0.0)
113
- zeitwerk (2.4.2)
114
-
115
- PLATFORMS
116
- x86_64-darwin-20
117
-
118
- DEPENDENCIES
119
- bundler (~> 2.2)
120
- faker (~> 2.15)
121
- guard-rspec (~> 4.3)
122
- pry (~> 0.13)
123
- rake (~> 13.0)
124
- rspec (~> 3.9)
125
- rubocop (~> 1.10)
126
- slack_messaging!
127
-
128
- BUNDLED WITH
129
- 2.2.14
data/LICENSE DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2014 Emma Sax
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.