rucaptcha 3.1.0-x86_64-linux → 3.1.2.pre2-x86_64-linux

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: 39c45e6c5556d25a32b47cf0666bfa4d769860d4ff914b3fa492907062a3d79d
4
- data.tar.gz: 30893dffa9475ba03736bb1e3283ca2ecf74c3cfc54c92bd2b806ea982bc7d0a
3
+ metadata.gz: ceb3e74ab716746a9e53ff3c6e3f55af30cbab4b050ff58d54c2e47ae47279dd
4
+ data.tar.gz: 44eb98ba58eec4ad1b70997cd18b9434d57b39f26d4b714d1db737c62be533f1
5
5
  SHA512:
6
- metadata.gz: b0a35a8344048a7a22f7fe0730058c0482a56495e00d1faad565abe685979c9cc3b55cda06b71d36ca4c164e3b28739ffb14c92e067c3159f8641210076adddc
7
- data.tar.gz: 7948de68f657d925db4894319aa8383f80682a39333986a7f16ec074cf490124b1d568cf6e6323bd8d6cd8c3fbc4b8a672e6d8a5e8082671bc73624ed3efddc3
6
+ metadata.gz: 9cf8f395bdbb4bdb29896c75ef60562ee9d1c6eac52037bf5ae0f8de16aaef55c6af1f1f9641f97335c3bb965fc7970b2cd7117483681b4d6606399c0843166f
7
+ data.tar.gz: 30e641862de8b4b7914750222c74077345411e922429139f54ed5b19af90806cec0b9b9b822f8982a5af898566733c5a1174b9226111efbe3843e59a76d9cec4
@@ -0,0 +1,3 @@
1
+ 'de-DE':
2
+ rucaptcha:
3
+ invalid: "Falsches Captcha (Wenn es nicht erkannt wird, klicken Sie darauf , um das Captcha zu aktualisieren)"
@@ -9,6 +9,6 @@ crate-type = ["cdylib"]
9
9
  [dependencies]
10
10
  image = "0.24.4"
11
11
  imageproc = "0.23.0"
12
- magnus = "0.3"
12
+ magnus = "0.4"
13
13
  rand = "0.8.5"
14
14
  rusttype = "0.9.2"
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module RuCaptcha
2
- VERSION = "3.1.0"
2
+ VERSION = "3.1.2.pre2"
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.1.0
4
+ version: 3.1.2.pre2
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-11-05 00:00:00.000000000 Z
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
@@ -88,11 +89,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
89
  version: 3.2.dev
89
90
  required_rubygems_version: !ruby/object:Gem::Requirement
90
91
  requirements:
91
- - - ">="
92
+ - - ">"
92
93
  - !ruby/object:Gem::Version
93
- version: '0'
94
+ version: 1.3.1
94
95
  requirements: []
95
- rubygems_version: 3.4.0.dev
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.