bot_challenge_page 0.11.0 → 1.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/README.md +2 -0
- data/lib/bot_challenge_page/version.rb +1 -1
- metadata +5 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62e4404007888e13f20c7ec554c37d7afd5727c5e3b2e21e671d72fa7bf9c589
|
|
4
|
+
data.tar.gz: 3f52d0766f04f9268fff39ebca416fa7fb51c7b2314dc4e39e204fce5c25811b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f9cc9d5917dbe0eced73fdbe74529644197d5181c2b77511bd5055664ba46b01525a149b1ff1258071015dec2862772179f11073ee28bb3fbfcd1c1b05300d6
|
|
7
|
+
data.tar.gz: 1d2a65e52aada9752f5d7149834a73ae75e6d9974839f91f55982da49b6803e3f3f2cd052f5fe809039de96f34e8180b916ac5da7c8eeb46e033c9c8dc1b7873
|
data/README.md
CHANGED
|
@@ -238,4 +238,6 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
238
238
|
|
|
239
239
|
* And yet another implementation in Rails that perhaps makes more assumptions about use cases, [turnstile-captcha](https://github.com/pfeiffer/turnstile-captcha). Haven't looked at it much.
|
|
240
240
|
|
|
241
|
+
* Great article summarizing our community of practice's knowledge of bot defenses, written after this gem: [Mitigating Aggressive Crawler Traffic in the Age of Generative AI: A Collaborative Approach from the University of North Carolina at Chapel Hill Libraries](https://journal.code4lib.org/articles/18489), by Jason Casden, David Romani, Tim Shearer, and Jeff Campbell, Code4Lib Journal Issue 61, 2025-10-21
|
|
242
|
+
|
|
241
243
|
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bot_challenge_page
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Rochkind
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: appraisal
|
|
@@ -103,7 +102,7 @@ dependencies:
|
|
|
103
102
|
version: '7.1'
|
|
104
103
|
- - "<"
|
|
105
104
|
- !ruby/object:Gem::Version
|
|
106
|
-
version: '8.
|
|
105
|
+
version: '8.2'
|
|
107
106
|
type: :runtime
|
|
108
107
|
prerelease: false
|
|
109
108
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -113,7 +112,7 @@ dependencies:
|
|
|
113
112
|
version: '7.1'
|
|
114
113
|
- - "<"
|
|
115
114
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: '8.
|
|
115
|
+
version: '8.2'
|
|
117
116
|
- !ruby/object:Gem::Dependency
|
|
118
117
|
name: http
|
|
119
118
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -128,7 +127,6 @@ dependencies:
|
|
|
128
127
|
- - "~>"
|
|
129
128
|
- !ruby/object:Gem::Version
|
|
130
129
|
version: '5.2'
|
|
131
|
-
description:
|
|
132
130
|
email:
|
|
133
131
|
- jonathan@dnil.net
|
|
134
132
|
executables: []
|
|
@@ -162,7 +160,6 @@ licenses:
|
|
|
162
160
|
metadata:
|
|
163
161
|
homepage_uri: https://github.com/samvera-labs/bot_challenge_page
|
|
164
162
|
source_code_uri: https://github.com/samvera-labs/bot_challenge_page
|
|
165
|
-
post_install_message:
|
|
166
163
|
rdoc_options: []
|
|
167
164
|
require_paths:
|
|
168
165
|
- lib
|
|
@@ -177,8 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
177
174
|
- !ruby/object:Gem::Version
|
|
178
175
|
version: '0'
|
|
179
176
|
requirements: []
|
|
180
|
-
rubygems_version: 3.
|
|
181
|
-
signing_key:
|
|
177
|
+
rubygems_version: 3.7.1
|
|
182
178
|
specification_version: 4
|
|
183
179
|
summary: Show a bot challenge interstitial for Rails, usually using Cloudflare Turnstile
|
|
184
180
|
test_files: []
|