rucaptcha 3.2.1-arm64-darwin → 3.2.2-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/rucaptcha/3.1/rucaptcha.bundle +0 -0
- data/lib/rucaptcha/3.2/rucaptcha.bundle +0 -0
- data/lib/rucaptcha/configuration.rb +2 -0
- data/lib/rucaptcha/engine.rb +1 -1
- data/lib/rucaptcha/version.rb +1 -1
- data/lib/rucaptcha.rb +1 -0
- 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: 1a94dd5cd56121d6e1d8388597478fb1141e8c591af560f3b66c0c812b6bba7a
|
4
|
+
data.tar.gz: 6f88a21e0bca580e3e8d3d1ebedc1a148fe973456abac58a97b10260d32182a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5df097f1176ce3c64db9aea401d3fb25708b1abd2ecb44296776aca50e69bb5dfeb9baa505c16481c7bc3fb5d5286ddb029abe65b12ee817e72dd5c3796bf13
|
7
|
+
data.tar.gz: 84fe6e2ca59ca648d17409b12d491caf20924e1725b7cef3ff17aa25d334b433450e0659ba13d68474130ca2f3d9b089c14bd273a136cd2602bfced6c96d1f6b
|
data/README.md
CHANGED
Binary file
|
Binary file
|
data/lib/rucaptcha/engine.rb
CHANGED
@@ -6,7 +6,7 @@ module RuCaptcha
|
|
6
6
|
# https://github.com/rails/rails/blob/3-2-stable/actionpack/lib/action_dispatch/routing/route_set.rb#L268
|
7
7
|
# `app.routes.prepend` start from Rails 3.2 - 5.0
|
8
8
|
app.routes.prepend do
|
9
|
-
mount RuCaptcha::Engine =>
|
9
|
+
mount RuCaptcha::Engine => RuCaptcha.config.mount_path
|
10
10
|
end
|
11
11
|
|
12
12
|
RuCaptcha.check_cache_store! unless RuCaptcha.config.skip_cache_store_check
|
data/lib/rucaptcha/version.rb
CHANGED
data/lib/rucaptcha.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rucaptcha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.2
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Jason Lee
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|