slackened 0.0.4 → 0.0.5
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
- checksums.yaml.gz.sig +0 -0
- data/lib/slackened/error.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1dad96cf481b766b1e7b046964a08c695307b566fcbeaf572e7378199f9d77b
|
4
|
+
data.tar.gz: 394a94d8b16ab82b7bff86ae88ee310dc02ef77fd6cbb940f56226755be13060
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d019f4464ef8467544b07f7dec82fbd7e80df20a30cbfe9b56473dd145fa959b9e73c22293f76ddbdd8193fe1e703d6e5a410b4ca608ad26bf86a453888fa3a3
|
7
|
+
data.tar.gz: e4ab4960eef773dd6c3056d14955afb3820e0efe81d08ce2d168d44c015b57f6952f3c24bb5be0dc691951886c38e9d3da9f98de8c57091a114aac2e8c29ac67
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/slackened/error.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slackened
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Matyus
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
kSxIyBhjGtfFTmutQUKLBZmOzNf1g4sxY0BylDvd+Ce270mbViFvmpwkpiKpPqQQ
|
36
36
|
2UTSf+Edp6/W5RDQoUAObJKcsvzDv5tp
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2024-09-
|
38
|
+
date: 2024-09-16 00:00:00.000000000 Z
|
39
39
|
dependencies: []
|
40
40
|
description: A lightweight interface interacting with your Slack app via the web APIs
|
41
41
|
email: michael@maty.us
|
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
81
81
|
- - ">="
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: 3.
|
83
|
+
version: 3.0.0
|
84
84
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
85
85
|
requirements:
|
86
86
|
- - ">="
|
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
89
|
requirements:
|
90
90
|
- '"Activate incoming webhooks" in your Slack App settings and store the URL secretly/securely/safely
|
91
91
|
outside of your codebase'
|
92
|
-
rubygems_version: 3.
|
92
|
+
rubygems_version: 3.5.3
|
93
93
|
signing_key:
|
94
94
|
specification_version: 4
|
95
95
|
summary: Interact with your Slack apps
|
metadata.gz.sig
CHANGED
Binary file
|