rucaptcha 3.0.0-x86_64-darwin → 3.0.1-x86_64-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: 61f111c757bc8be18351fd6c64932cbe8960f2abd555cd374db9a00c2674dbfb
4
- data.tar.gz: cebc898eb54a74b2825d360c27eb5a6ca176dc718832b673e2a7c4615fb4c531
3
+ metadata.gz: bd8458be9bd1e3ff1f7ca6c91f3c5def1aa34a6c842a466f7c91e112d74f77db
4
+ data.tar.gz: e182f1299ecb872dd626abd66321e652a81f65b6edfe00f9794df7ad749a7b61
5
5
  SHA512:
6
- metadata.gz: 479bea1c53da1df123308dc72be4df242009f273757741b4c8106119ae17c676fb6265c61c11e04e78327e8b6ee284c90733b0c6f47f13eaea58d87fdc284948
7
- data.tar.gz: 4ea3367009556aef392e0bce3dbbba3462dc08a2112e4e6ef3ec570cd4a017a34dbdf2907bf79e87b9d764d001a6c0250b7603545f388e862c258b90156b2a53
6
+ metadata.gz: 64d540ac9ee34d0063da9366a2b14538439086a1bcb32a579838fa85921a367dbb622e207d6b37eb3e45c756b7ab22530d26955e7f06a8fc1e3926ca32efb37f
7
+ data.tar.gz: f14a97a632ad5b89f6c5fb65cbf0f7dd7369f7bd97bf698a5e590f4381e65abe62331ff9a36bfdb9cf8f355cfd145a4f6c40eeba8bcf5bb4c37d27848e9491ca
@@ -0,0 +1,3 @@
1
+ en:
2
+ rucaptcha:
3
+ invalid: "The captcha code is incorrect (if you can't read, you can click image to refresh it)"
@@ -0,0 +1,3 @@
1
+ 'pt-BR':
2
+ rucaptcha:
3
+ invalid: "Código inválido!"
@@ -0,0 +1,3 @@
1
+ 'zh-CN':
2
+ rucaptcha:
3
+ invalid: "验证码不正确(如无法识别,可以点击刷新验证码)"
@@ -0,0 +1,3 @@
1
+ 'zh-TW':
2
+ rucaptcha:
3
+ invalid: "驗證碼不正確(如無法識別,可以點擊刷新驗證碼)"
@@ -1,3 +1,3 @@
1
1
  module RuCaptcha
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
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.0
4
+ version: 3.0.1
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Jason Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-13 00:00:00.000000000 Z
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