rucaptcha 2.5.2 → 2.5.3
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/CHANGELOG.md +5 -0
- data/lib/rucaptcha/controller_helpers.rb +2 -0
- data/lib/rucaptcha/version.rb +1 -1
- 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: 205f6c8bd1251d0bcc44d418d043b77aa6fd6d0793ec8e610ed6b12a872a4717
|
|
4
|
+
data.tar.gz: 4e42a18ff0593ed6fe20d197f99c67f663a4c7ee810ae7574072e8d4a0e7fa3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8ecc552547272a8462042ab71a70b3396fab09057bd9ca6f322afa86d4f311e2f5bef3a09c324bbd695fc04581bea8ae45746422e00008462ffbb71e4407837
|
|
7
|
+
data.tar.gz: '08219d900e2d821308fec0eae4cc5372af709d892525f3539a1ae5aee6a3177825f06484af3b672e9b9c0a776d73d374c0be806efa11ffa27892a48d80e4e93a'
|
data/CHANGELOG.md
CHANGED
|
@@ -84,6 +84,8 @@ module RuCaptcha
|
|
|
84
84
|
end
|
|
85
85
|
|
|
86
86
|
def warning_when_session_invalid
|
|
87
|
+
return unless Rails.env.development?
|
|
88
|
+
|
|
87
89
|
Rails.logger.warn "
|
|
88
90
|
WARNING! The session.id is blank, RuCaptcha can't work properly, please keep session available.
|
|
89
91
|
More details about this: https://github.com/huacnlee/rucaptcha/pull/66
|
data/lib/rucaptcha/version.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: 2.5.
|
|
4
|
+
version: 2.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Lee
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|