rucaptcha 3.1.0-arm64-darwin → 3.1.2.pre3-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: bea39cfc2b5f85511c0503a5ad4ed3f2a8a41385d10cb3ecd0cb9afe3a6e5225
4
- data.tar.gz: d61ec3c0fca84b63dcb2d70f4eb22aa090742b4f95e5ef9e905b3348e3224f7e
3
+ metadata.gz: fa4c89b635ca3ccf56f386ed480220baafb65ca8ca633dfef673629cd39eaede
4
+ data.tar.gz: 29445d82a1bb1e3d2d951a50df297939eb37cae3bfb5eafa9853e3c5c8c3f913
5
5
  SHA512:
6
- metadata.gz: 07e2090a60b6ac4a390c2cebf689c8012e6723a9c71218bd30703fff93cce574c184b007c597e278072369be0af800c4cc063433e7ab2258b82ab4bc2104b096
7
- data.tar.gz: 7bd76be6212cdd3575df82077da48310c8ab63745f954a988f675afb50311769a446e906fef253299225d02f519c797167e070944272bb748de26d2e7c40253e
6
+ metadata.gz: 620ca2e383e0d3ce1b5d55a7cf973bcdc938de5694b6a60e086b0108eae0363865402af5a4e101a55f678bee29a9bf33feda677caf229d29b28d38132e671b4e
7
+ data.tar.gz: fd453fd578c82b7098b41469417afc3dfb59d7a5c3ec2d3610bb3905f2ab7288d305cb6834fed6985cbfc613139e94bdcc4d54f7a14b47d16971f7f78c410865
@@ -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.pre3"
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.pre3
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: 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.