slackit 1.1.11 → 1.1.12
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/CHANGELOG.md +8 -2
- data/VERSION.txt +1 -1
- data/lib/slackit/version.rb +1 -1
- data/slackit.gemspec +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3397c20f772d78d60ff367b9e92b681318231f144192cc890bc36a1012aa5349
|
|
4
|
+
data.tar.gz: cb3c5a06d57ba5c5311b1cab050ca9e1e08c86f717e93d02bc9536c0dd6d78bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f63d8dd46bc95088ebb28d45cf862aad2737b76fdb0e2921cb7cf62ee2f853523d3b7546a10891bb2b60ecda3e9dace8c351fd9f032fbf58c817d939b9a897c
|
|
7
|
+
data.tar.gz: 40051760901b3c3190fa62279efaa6f30bd90ccc1b034764c29e5cf9f7a6e779ebc024616af278606c8f8301542b7c74aa19ecdcc4125b14268a87cc19993521
|
data/CHANGELOG.md
CHANGED
|
@@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
|
|
6
6
|
This changelog was automatically generated using [Caretaker](https://github.com/AntiPhotonltd/slackit) by [Wolf Software](https://github.com/WolfSoftware)
|
|
7
7
|
|
|
8
|
-
### [Unreleased](https://github.com/AntiPhotonltd/slackit/compare/v1.1.
|
|
8
|
+
### [Unreleased](https://github.com/AntiPhotonltd/slackit/compare/v1.1.11...HEAD)
|
|
9
9
|
|
|
10
|
-
-
|
|
10
|
+
- Release v1.1.11 [`[head]`](https://github.com/AntiPhotonltd/slackit/commit/) [`[TGWolf]`](https://github.com/TGWolf)
|
|
11
|
+
|
|
12
|
+
### [v1.1.10](https://github.com/AntiPhotonltd/slackit/compare/v1.1.9...v1.1.10)
|
|
13
|
+
|
|
14
|
+
> Released on August, 4th 2020
|
|
15
|
+
|
|
16
|
+
- Pre-release push and test [`[c3c1d5a]`](https://github.com/AntiPhotonltd/slackit/commit/c3c1d5a64961f2fca8689661421985d55fa6813f) [`[TGWolf]`](https://github.com/TGWolf)
|
|
11
17
|
|
|
12
18
|
- Fix rake and bundle errors [`[4eb94e5]`](https://github.com/AntiPhotonltd/slackit/commit/4eb94e573cae25be2b616f25b6987b510b7f6395) [`[TGWolf]`](https://github.com/TGWolf)
|
|
13
19
|
|
data/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.12
|
data/lib/slackit/version.rb
CHANGED
data/slackit.gemspec
CHANGED
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
|
|
24
24
|
spec.add_development_dependency 'bundler', '~> 2'
|
|
25
25
|
spec.add_development_dependency 'cmessages', '~> 1.0.0'
|
|
26
|
-
spec.add_development_dependency 'json', '~> 2
|
|
26
|
+
spec.add_development_dependency 'json', '~> 2'
|
|
27
27
|
# spec.add_development_dependency 'net-http', '~> 0.1.0'
|
|
28
28
|
spec.add_development_dependency 'rake', '~> 12.3.3'
|
|
29
29
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
|
@@ -31,6 +31,6 @@ Gem::Specification.new do |spec|
|
|
|
31
31
|
|
|
32
32
|
spec.add_runtime_dependency 'cmessages', '~> 1.0.0'
|
|
33
33
|
# spec.add_runtime_dependency 'net-http', '~> 0.1.0'
|
|
34
|
-
spec.add_runtime_dependency 'json', '~> 2
|
|
34
|
+
spec.add_runtime_dependency 'json', '~> 2'
|
|
35
35
|
spec.add_runtime_dependency 'uri', '~> 0.10.0'
|
|
36
36
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slackit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Gurney aka Wolf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 2
|
|
47
|
+
version: '2'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 2
|
|
54
|
+
version: '2'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rake
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -114,14 +114,14 @@ dependencies:
|
|
|
114
114
|
requirements:
|
|
115
115
|
- - "~>"
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 2
|
|
117
|
+
version: '2'
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 2
|
|
124
|
+
version: '2'
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: uri
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
185
185
|
- !ruby/object:Gem::Version
|
|
186
186
|
version: '0'
|
|
187
187
|
requirements: []
|
|
188
|
-
rubygems_version: 3.
|
|
188
|
+
rubygems_version: 3.2.15
|
|
189
189
|
signing_key:
|
|
190
190
|
specification_version: 4
|
|
191
191
|
summary: A simple gem for posting to a slack incoming webhook.
|