rucaptcha 3.0.0-x86_64-linux → 3.0.1-x86_64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/rucaptcha.en.yml +3 -0
- data/config/locales/rucaptcha.pt-BR.yml +3 -0
- data/config/locales/rucaptcha.zh-CN.yml +3 -0
- data/config/locales/rucaptcha.zh-TW.yml +3 -0
- data/ext/rucaptcha/fonts/FuzzyBubbles-Regular.ttf +0 -0
- data/ext/rucaptcha/fonts/Handlee-Regular.ttf +0 -0
- data/lib/rucaptcha/version.rb +1 -1
- metadata +8 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 674ff5f607593f7ed105486ed4b481cf490acd0f5b9327ef70ade019c3df4542
|
4
|
+
data.tar.gz: f1d7baef23b1728bac32938757af7e9017d17e60198e509bf68a7ce37e81c30f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 242a7cea9682b70027039a7d71f897abe84dec997148b8d1018e982e11619458aacadc208c3fc085695510aa2ea0f48979922c997cff94c7cf30f98bfbade1ee
|
7
|
+
data.tar.gz: 7d51f9e9174cdbc4b8875a7762ca65b7f978d9ec01548e7fbb48a6f92879063cfe01389b6a699071fe26395606d9a483fdcd279cad552739b7afa2dd78647a1e
|
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.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Jason Lee
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -47,10 +47,16 @@ files:
|
|
47
47
|
- README.md
|
48
48
|
- Rakefile
|
49
49
|
- app/controllers/ru_captcha/captcha_controller.rb
|
50
|
+
- config/locales/rucaptcha.en.yml
|
51
|
+
- config/locales/rucaptcha.pt-BR.yml
|
52
|
+
- config/locales/rucaptcha.zh-CN.yml
|
53
|
+
- config/locales/rucaptcha.zh-TW.yml
|
50
54
|
- config/routes.rb
|
51
55
|
- ext/rucaptcha/Cargo.lock
|
52
56
|
- ext/rucaptcha/Cargo.toml
|
53
57
|
- ext/rucaptcha/extconf.rb
|
58
|
+
- ext/rucaptcha/fonts/FuzzyBubbles-Regular.ttf
|
59
|
+
- ext/rucaptcha/fonts/Handlee-Regular.ttf
|
54
60
|
- ext/rucaptcha/src/captcha.rs
|
55
61
|
- ext/rucaptcha/src/lib.rs
|
56
62
|
- lib/rucaptcha.rb
|