chatwork_webhook_verify 0.1.1 → 2.0.0
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/lib/chatwork_webhook_verify/version.rb +1 -1
- data/spec/dummy/config/environments/test.rb +9 -1
- metadata +20 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1194c9be8fe5de31ef3a788c675e81447c83d993906602caa0fd225ed710bac
|
|
4
|
+
data.tar.gz: 1ecbdb7260477ed4343cb79aff35061eba628e8d6fc5205e666382de5cb7526d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c49d318b15a64e5da2784996c2319cd6167e17e61c3a33a2f1487ff6e168d58f1663ab7086e85066fb6fbf3840fff0d25a564e59f616541090f07726f58df01e
|
|
7
|
+
data.tar.gz: 259aa83ca9e12a3f8261c58202a48942c5c6f761e658d17716d45fd1f44d4aa9b54ca827017e29314454692680d2b7aa8fc96b16b7c78010bd67a1bc7bd0d562
|
|
@@ -23,7 +23,11 @@ Rails.application.configure do
|
|
|
23
23
|
config.action_controller.perform_caching = false
|
|
24
24
|
|
|
25
25
|
# Raise exceptions instead of rendering exception templates.
|
|
26
|
-
|
|
26
|
+
if ActiveSupport.version >= Gem::Version.new("7.1.0")
|
|
27
|
+
config.action_dispatch.show_exceptions = :none
|
|
28
|
+
else
|
|
29
|
+
config.action_dispatch.show_exceptions = false
|
|
30
|
+
end
|
|
27
31
|
|
|
28
32
|
# Disable request forgery protection in test environment.
|
|
29
33
|
config.action_controller.allow_forgery_protection = false
|
|
@@ -33,4 +37,8 @@ Rails.application.configure do
|
|
|
33
37
|
|
|
34
38
|
# Raises error for missing translations
|
|
35
39
|
# config.action_view.raise_on_missing_translations = true
|
|
40
|
+
|
|
41
|
+
if ActiveSupport.version >= Gem::Version.new("7.1.0")
|
|
42
|
+
config.active_support.cache_format_version = 7.0
|
|
43
|
+
end
|
|
36
44
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chatwork_webhook_verify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sue445
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2024-12-27 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: actionpack
|
|
@@ -25,7 +24,7 @@ dependencies:
|
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
25
|
version: '0'
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
28
|
-
name:
|
|
27
|
+
name: coveralls_reborn
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
30
29
|
requirements:
|
|
31
30
|
- - ">="
|
|
@@ -108,6 +107,20 @@ dependencies:
|
|
|
108
107
|
- - "<"
|
|
109
108
|
- !ruby/object:Gem::Version
|
|
110
109
|
version: 0.18.0
|
|
110
|
+
- !ruby/object:Gem::Dependency
|
|
111
|
+
name: term-ansicolor
|
|
112
|
+
requirement: !ruby/object:Gem::Requirement
|
|
113
|
+
requirements:
|
|
114
|
+
- - "!="
|
|
115
|
+
- !ruby/object:Gem::Version
|
|
116
|
+
version: 1.11.1
|
|
117
|
+
type: :development
|
|
118
|
+
prerelease: false
|
|
119
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
120
|
+
requirements:
|
|
121
|
+
- - "!="
|
|
122
|
+
- !ruby/object:Gem::Version
|
|
123
|
+
version: 1.11.1
|
|
111
124
|
- !ruby/object:Gem::Dependency
|
|
112
125
|
name: yard
|
|
113
126
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -179,8 +192,8 @@ metadata:
|
|
|
179
192
|
homepage_uri: https://github.com/sue445/chatwork_webhook_verify
|
|
180
193
|
source_code_uri: https://github.com/sue445/chatwork_webhook_verify
|
|
181
194
|
changelog_uri: https://github.com/sue445/chatwork_webhook_verify/blob/master/CHANGELOG.md
|
|
195
|
+
documentation_uri: https://sue445.github.io/chatwork_webhook_verify/
|
|
182
196
|
rubygems_mfa_required: 'true'
|
|
183
|
-
post_install_message:
|
|
184
197
|
rdoc_options: []
|
|
185
198
|
require_paths:
|
|
186
199
|
- lib
|
|
@@ -188,15 +201,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
188
201
|
requirements:
|
|
189
202
|
- - ">="
|
|
190
203
|
- !ruby/object:Gem::Version
|
|
191
|
-
version: '
|
|
204
|
+
version: '3.1'
|
|
192
205
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
193
206
|
requirements:
|
|
194
207
|
- - ">="
|
|
195
208
|
- !ruby/object:Gem::Version
|
|
196
209
|
version: '0'
|
|
197
210
|
requirements: []
|
|
198
|
-
rubygems_version: 3.2
|
|
199
|
-
signing_key:
|
|
211
|
+
rubygems_version: 3.6.2
|
|
200
212
|
specification_version: 4
|
|
201
213
|
summary: Verify ChatWork webhook signature
|
|
202
214
|
test_files:
|