rucaptcha 3.0.0 → 3.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 454e9b29c2267b83abb3f31091563ee3499b33ce9ff37596135719c4ff6d14e0
4
- data.tar.gz: e61ce51fe008accceffd467c275f0f2651ff5d844d07e055559701a4d9862a47
3
+ metadata.gz: bb32b93e6a58016c5fb75bc0f74ef9db13f3642748eda7962739680612725bf3
4
+ data.tar.gz: 39fbbece91c7e0ae082d6f2c25c73cecc083366e6881502483b978e75883eddc
5
5
  SHA512:
6
- metadata.gz: f78c94ef9d64322a61ad98d09b1349389ee6368b40b6a987f2e967ae224f9ead906dd954e35c406d75f4fd5137f939d985e99fdbb715acac9b8c5e41fceecb52
7
- data.tar.gz: 630e24d98c3f9508ce5095a3754bbd3eeff81dc14fe3c41183036e8b29392f2e76f0d462fa3fad52917f65e7bb4da306bcab11cca07682501d186e859d98888f
6
+ metadata.gz: 4e46623dd14ba547ac2b569b5ad6e9debfb20ccc5275b7c3860cd4de391c0bc221edfae10efbf5b946fb40467b9a55a66a311876da5dba6941ad94162fb5e79e
7
+ data.tar.gz: e3c22ba0b553b491908b88b898d84c4764f7fa8fbb8b994454e1883f91e185032ba3acc1076791831bcaf46574914fbd68d1cbc5653338b7cf64a6f71b54ff69
@@ -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: ruby
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
@@ -48,10 +48,16 @@ files:
48
48
  - README.md
49
49
  - Rakefile
50
50
  - app/controllers/ru_captcha/captcha_controller.rb
51
+ - config/locales/rucaptcha.en.yml
52
+ - config/locales/rucaptcha.pt-BR.yml
53
+ - config/locales/rucaptcha.zh-CN.yml
54
+ - config/locales/rucaptcha.zh-TW.yml
51
55
  - config/routes.rb
52
56
  - ext/rucaptcha/Cargo.lock
53
57
  - ext/rucaptcha/Cargo.toml
54
58
  - ext/rucaptcha/extconf.rb
59
+ - ext/rucaptcha/fonts/FuzzyBubbles-Regular.ttf
60
+ - ext/rucaptcha/fonts/Handlee-Regular.ttf
55
61
  - ext/rucaptcha/src/captcha.rs
56
62
  - ext/rucaptcha/src/lib.rs
57
63
  - lib/rucaptcha.rb