slack_messaging 3.2.0 → 3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8dca88b2aa6f5f3f6c6d00b959fc61757cb09585125c57f9e8b97196fecb90aa
4
- data.tar.gz: a2209e3efd4abdb1a68cbfe284d1d3c037ff2132bc4c3b022625e3d232ab826b
3
+ metadata.gz: ff367f91483a01dd3efa6ad11451c98cf8864b98af6ab574221de239b81f35d9
4
+ data.tar.gz: 9d3326f6a9af4191d586842e7a613dc87f6e321781a99b15a25055ffd0cd5c77
5
5
  SHA512:
6
- metadata.gz: '099fcbf29e6141abfb0e0d7616c8257764994ca916110db53b1f94ed9253222e62bdf2b5c67b787910c16781d206cc2ce81abd7e35e3b7d98c89c8e803ac719f'
7
- data.tar.gz: 7582a545af09cf57b4c03297e56675b13bba4f76e0f2e6de204e9e8a28173347af941c87e7902c721c8bf2e16e1de1f54cd705e832bbff16ff4f450e03e1da9a
6
+ metadata.gz: 38fccb60c71e951fa5184053cdec3c8c32d80c1d0ce42d3ab95c3a5d718dcbb8d74037adbf7334fc65fe47ccb10c94100c268bb9e5991bc9b430778a03ca6dd6
7
+ data.tar.gz: d54b05b48864b10cdde5e4e9aa33013b780cb40a64562fb5930da730389dc437d85ec5cf42363b1bbdc5af12c94936190a6711657e9195ea2997425e96df0a10
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- slack_messaging (3.2.0)
4
+ slack_messaging (3.2.1)
5
5
  gli (~> 2.10)
6
- hashie (~> 4.1)
6
+ hashie (~> 4.1, <= 5)
7
7
  highline_wrapper (~> 1.1)
8
8
  httparty (~> 0.18)
9
9
  json (~> 2.5)
@@ -15,18 +15,18 @@ GEM
15
15
  coderay (1.1.3)
16
16
  concurrent-ruby (1.1.9)
17
17
  diff-lcs (1.4.4)
18
- faker (2.18.0)
18
+ faker (2.19.0)
19
19
  i18n (>= 1.6, < 2)
20
- ffi (1.15.3)
20
+ ffi (1.15.4)
21
21
  formatador (0.3.0)
22
22
  gli (2.20.1)
23
- guard (2.17.0)
23
+ guard (2.18.0)
24
24
  formatador (>= 0.2.4)
25
25
  listen (>= 2.7, < 4.0)
26
26
  lumberjack (>= 1.0.12, < 2.0)
27
27
  nenv (~> 0.1)
28
28
  notiffany (~> 0.0)
29
- pry (>= 0.9.12)
29
+ pry (>= 0.13.0)
30
30
  shellany (~> 0.0)
31
31
  thor (>= 0.18.1)
32
32
  guard-compat (1.2.1)
@@ -38,27 +38,27 @@ GEM
38
38
  highline (2.0.3)
39
39
  highline_wrapper (1.3.0)
40
40
  highline (~> 2.0)
41
- httparty (0.18.1)
41
+ httparty (0.20.0)
42
42
  mime-types (~> 3.0)
43
43
  multi_xml (>= 0.5.2)
44
- i18n (1.8.10)
44
+ i18n (1.8.11)
45
45
  concurrent-ruby (~> 1.0)
46
- json (2.5.1)
47
- listen (3.5.1)
46
+ json (2.6.1)
47
+ listen (3.7.0)
48
48
  rb-fsevent (~> 0.10, >= 0.10.3)
49
49
  rb-inotify (~> 0.9, >= 0.9.10)
50
50
  lumberjack (1.2.8)
51
51
  method_source (1.0.0)
52
52
  mime-types (3.3.1)
53
53
  mime-types-data (~> 3.2015)
54
- mime-types-data (3.2021.0704)
54
+ mime-types-data (3.2021.0901)
55
55
  multi_xml (0.6.0)
56
56
  nenv (0.3.0)
57
57
  notiffany (0.1.3)
58
58
  nenv (~> 0.1)
59
59
  shellany (~> 0.0)
60
- parallel (1.20.1)
61
- parser (3.0.1.1)
60
+ parallel (1.21.0)
61
+ parser (3.0.2.0)
62
62
  ast (~> 2.4.1)
63
63
  pry (0.14.1)
64
64
  coderay (~> 1.1)
@@ -81,22 +81,22 @@ GEM
81
81
  rspec-mocks (3.10.2)
82
82
  diff-lcs (>= 1.2.0, < 2.0)
83
83
  rspec-support (~> 3.10.0)
84
- rspec-support (3.10.2)
85
- rubocop (1.18.2)
84
+ rspec-support (3.10.3)
85
+ rubocop (1.22.3)
86
86
  parallel (~> 1.10)
87
87
  parser (>= 3.0.0.0)
88
88
  rainbow (>= 2.2.2, < 4.0)
89
89
  regexp_parser (>= 1.8, < 3.0)
90
90
  rexml
91
- rubocop-ast (>= 1.7.0, < 2.0)
91
+ rubocop-ast (>= 1.12.0, < 2.0)
92
92
  ruby-progressbar (~> 1.7)
93
93
  unicode-display_width (>= 1.4.0, < 3.0)
94
- rubocop-ast (1.7.0)
94
+ rubocop-ast (1.13.0)
95
95
  parser (>= 3.0.1.1)
96
96
  ruby-progressbar (1.11.0)
97
97
  shellany (0.0.1)
98
98
  thor (1.1.0)
99
- unicode-display_width (2.0.0)
99
+ unicode-display_width (2.1.0)
100
100
 
101
101
  PLATFORMS
102
102
  x86_64-darwin-19
@@ -111,4 +111,4 @@ DEPENDENCIES
111
111
  slack_messaging!
112
112
 
113
113
  BUNDLED WITH
114
- 2.2.21
114
+ 2.2.31
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Slack Messaging [![Main](https://github.com/emmahsax/slack_messaging/actions/workflows/main.yml/badge.svg)](https://github.com/emmahsax/slack_messaging/actions/workflows/main.yml)
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SlackMessaging
4
- VERSION = '3.2.0'
4
+ VERSION = '3.2.1'
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.2.0
4
+ version: 3.2.1
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-07-06 00:00:00.000000000 Z
11
+ date: 2021-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gli
@@ -31,6 +31,9 @@ dependencies:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '4.1'
34
+ - - "<="
35
+ - !ruby/object:Gem::Version
36
+ version: '5'
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -38,6 +41,9 @@ dependencies:
38
41
  - - "~>"
39
42
  - !ruby/object:Gem::Version
40
43
  version: '4.1'
44
+ - - "<="
45
+ - !ruby/object:Gem::Version
46
+ version: '5'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: highline_wrapper
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -212,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
212
218
  - !ruby/object:Gem::Version
213
219
  version: '0'
214
220
  requirements: []
215
- rubygems_version: 3.2.15
221
+ rubygems_version: 3.2.22
216
222
  signing_key:
217
223
  specification_version: 4
218
224
  summary: Personalized quotes and messages sent straight to Slack