chatwork_webhook_verify 2.0.0 → 2.0.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: d1194c9be8fe5de31ef3a788c675e81447c83d993906602caa0fd225ed710bac
4
- data.tar.gz: 1ecbdb7260477ed4343cb79aff35061eba628e8d6fc5205e666382de5cb7526d
3
+ metadata.gz: eb479a2753809496b6cb5752c46d92858e9318fbd2ad422f198701940280d3cb
4
+ data.tar.gz: 3bea869a9dfdb2dcbc14fc556d430690cfb504ce6cc259f44cb074ba12250837
5
5
  SHA512:
6
- metadata.gz: c49d318b15a64e5da2784996c2319cd6167e17e61c3a33a2f1487ff6e168d58f1663ab7086e85066fb6fbf3840fff0d25a564e59f616541090f07726f58df01e
7
- data.tar.gz: 259aa83ca9e12a3f8261c58202a48942c5c6f761e658d17716d45fd1f44d4aa9b54ca827017e29314454692680d2b7aa8fc96b16b7c78010bd67a1bc7bd0d562
6
+ metadata.gz: f4ed796713a2e7f0b5a03aed21a10b2df08cf534ecf03aae9d8895338491e9a37d29605a8b5877b8d772be47ecd5c67ed45e8a601f1c3f003dc6138c87911b2e
7
+ data.tar.gz: fa69d053b93bf25cb0a3ef7cd49105ba25e71ea2cb49df7abd471c6dbaa86aea37579288a2daafd0350b2a3604ddc4187f49ca6e4fcb7b626159eb0737790b27
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  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
- [![Build Status](https://github.com/sue445/chatwork_webhook_verify/workflows/test/badge.svg?branch=master)](https://github.com/sue445/chatwork_webhook_verify/actions?query=workflow%3Atest)
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
6
  [![Maintainability](https://api.codeclimate.com/v1/badges/d7ea5e910c29987c7c0e/maintainability)](https://codeclimate.com/github/sue445/chatwork_webhook_verify/maintainability)
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
 
data/Rakefile CHANGED
@@ -14,6 +14,4 @@ RDoc::Task.new(:rdoc) do |rdoc|
14
14
  rdoc.rdoc_files.include('lib/**/*.rb')
15
15
  end
16
16
 
17
- load 'rails/tasks/statistics.rake'
18
-
19
17
  require 'bundler/gem_tasks'
@@ -1,3 +1,3 @@
1
1
  module ChatworkWebhookVerify
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -11,6 +11,10 @@ if ENV["CI"]
11
11
  end
12
12
 
13
13
  require "bundler/setup"
14
+
15
+ # FIXME: NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger when activesupport < 7.1
16
+ require "logger"
17
+
14
18
  require "chatwork_webhook_verify"
15
19
  require "rspec/its"
16
20
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chatwork_webhook_verify
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2024-12-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: actionpack
@@ -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.2
211
+ rubygems_version: 3.6.7
212
212
  specification_version: 4
213
213
  summary: Verify ChatWork webhook signature
214
214
  test_files:
@@ -226,6 +226,7 @@ test_files:
226
226
  - spec/dummy/bin/rake
227
227
  - spec/dummy/bin/setup
228
228
  - spec/dummy/bin/update
229
+ - spec/dummy/config.ru
229
230
  - spec/dummy/config/application.rb
230
231
  - spec/dummy/config/boot.rb
231
232
  - spec/dummy/config/environment.rb
@@ -244,6 +245,5 @@ test_files:
244
245
  - spec/dummy/config/routes.rb
245
246
  - spec/dummy/config/secrets.yml
246
247
  - spec/dummy/config/spring.rb
247
- - spec/dummy/config.ru
248
248
  - spec/rails_helper.rb
249
249
  - spec/spec_helper.rb