chatwork_webhook_verify 2.0.1 → 2.0.2
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/README.md +1 -1
- data/lib/chatwork_webhook_verify/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1af6f974bd30a8e020b0d0ff76b3a0bbff553c52fb75e49c14331eda31f8959b
|
|
4
|
+
data.tar.gz: 2db85939c3a689ce2c665c047994031c1e784394457ab019f43a753b805f4bf2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79eaa598550f0108877850f6fde6a7c21de1cfcd25884f1ccb668d75751305bb6339ac99b3c28828a02970b12c5f633ba48c96964482ffdad32542883adcca6d
|
|
7
|
+
data.tar.gz: fe72a5cc567e74a51f8203b2bb7e96dff10bfc31cdb3a40b1a7fd93e28743d37f866ef704da46b6b0f481576537b07d55fe2b092cd6113c75f8b566cf7ee751f
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@ Verify ChatWork webhook signature
|
|
|
3
3
|
|
|
4
4
|
[](https://badge.fury.io/rb/chatwork_webhook_verify)
|
|
5
5
|
[](https://github.com/sue445/chatwork_webhook_verify/actions/workflows/test.yml)
|
|
6
|
-
[](https://qlty.sh/gh/sue445/projects/chatwork_webhook_verify)
|
|
7
7
|
[](https://coveralls.io/github/sue445/chatwork_webhook_verify?branch=master)
|
|
8
8
|
|
|
9
9
|
## Installation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chatwork_webhook_verify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sue445
|
|
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
208
208
|
- !ruby/object:Gem::Version
|
|
209
209
|
version: '0'
|
|
210
210
|
requirements: []
|
|
211
|
-
rubygems_version:
|
|
211
|
+
rubygems_version: 4.0.16
|
|
212
212
|
specification_version: 4
|
|
213
213
|
summary: Verify ChatWork webhook signature
|
|
214
214
|
test_files:
|