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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb479a2753809496b6cb5752c46d92858e9318fbd2ad422f198701940280d3cb
4
- data.tar.gz: 3bea869a9dfdb2dcbc14fc556d430690cfb504ce6cc259f44cb074ba12250837
3
+ metadata.gz: 1af6f974bd30a8e020b0d0ff76b3a0bbff553c52fb75e49c14331eda31f8959b
4
+ data.tar.gz: 2db85939c3a689ce2c665c047994031c1e784394457ab019f43a753b805f4bf2
5
5
  SHA512:
6
- metadata.gz: f4ed796713a2e7f0b5a03aed21a10b2df08cf534ecf03aae9d8895338491e9a37d29605a8b5877b8d772be47ecd5c67ed45e8a601f1c3f003dc6138c87911b2e
7
- data.tar.gz: fa69d053b93bf25cb0a3ef7cd49105ba25e71ea2cb49df7abd471c6dbaa86aea37579288a2daafd0350b2a3604ddc4187f49ca6e4fcb7b626159eb0737790b27
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
  [![Gem Version](https://badge.fury.io/rb/chatwork_webhook_verify.svg)](https://badge.fury.io/rb/chatwork_webhook_verify)
5
5
  [![test](https://github.com/sue445/chatwork_webhook_verify/actions/workflows/test.yml/badge.svg)](https://github.com/sue445/chatwork_webhook_verify/actions/workflows/test.yml)
6
- [![Maintainability](https://api.codeclimate.com/v1/badges/d7ea5e910c29987c7c0e/maintainability)](https://codeclimate.com/github/sue445/chatwork_webhook_verify/maintainability)
6
+ [![Maintainability](https://qlty.sh/gh/sue445/projects/chatwork_webhook_verify/maintainability.svg)](https://qlty.sh/gh/sue445/projects/chatwork_webhook_verify)
7
7
  [![Coverage Status](https://coveralls.io/repos/github/sue445/chatwork_webhook_verify/badge.svg?branch=master)](https://coveralls.io/github/sue445/chatwork_webhook_verify?branch=master)
8
8
 
9
9
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module ChatworkWebhookVerify
2
- VERSION = '2.0.1'
2
+ VERSION = '2.0.2'
3
3
  end
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.1
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: 3.6.7
211
+ rubygems_version: 4.0.16
212
212
  specification_version: 4
213
213
  summary: Verify ChatWork webhook signature
214
214
  test_files: