rucaptcha 3.1.0-arm64-darwin → 3.1.2-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca0002b126b3a80dfda336221a49355556689e4055921ea7d93d48332c9b685e
|
4
|
+
data.tar.gz: f85f1a8d76043ac60cf5252bb2ee5d337610e64d601207e7cd8ac24e2d40a87b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fa66d806badd6c86bd81d596a88fe03d40f6d575750f47153ff1e057362e64d0aa94be475f30e7c5e51aabb19732a039b1a6fefc5ebfe44aac6473760d2d46d
|
7
|
+
data.tar.gz: 494f9bf4a08d8de7403c31ea112fa0e2ce43e5b8823fb868ac1184005c7d6d9e5cee248fa10779ba48c6db57b131e77ddad6244a02b9ac9923437588c0b611de
|
data/ext/rucaptcha/Cargo.toml
CHANGED
Binary file
|
Binary file
|
Binary file
|
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: 3.1.
|
4
|
+
version: 3.1.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:
|
11
|
+
date: 2023-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -47,6 +47,7 @@ files:
|
|
47
47
|
- README.md
|
48
48
|
- Rakefile
|
49
49
|
- app/controllers/ru_captcha/captcha_controller.rb
|
50
|
+
- config/locales/rucaptcha.de-DE.yml
|
50
51
|
- config/locales/rucaptcha.en.yml
|
51
52
|
- config/locales/rucaptcha.pt-BR.yml
|
52
53
|
- config/locales/rucaptcha.zh-CN.yml
|
@@ -92,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
93
|
- !ruby/object:Gem::Version
|
93
94
|
version: '0'
|
94
95
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
+
rubygems_version: 3.3.22
|
96
97
|
signing_key:
|
97
98
|
specification_version: 4
|
98
99
|
summary: Captcha Gem for Rails, which generates captcha image by Rust.
|