rucaptcha 3.1.0-x86_64-darwin → 3.1.2.pre3-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: 3ae985016346ddc4b9fd5cf6b4a3e9ed5c6ac79e7b3d4e09c4c69cf93db755ba
4
- data.tar.gz: 28cbb5c020d9da5bbc8fdf1f06ea63e0be69acf38dc898458a44de7d8f0a40d0
3
+ metadata.gz: cc2729bc0db90018ee7e24d349fdf3033d755a8c1c20f53e63d02e2a3070a2fe
4
+ data.tar.gz: eea19f18d6b007fe8f5578f4dad0e1a4c926304bbac96236603dd4c0495d7a11
5
5
  SHA512:
6
- metadata.gz: 81387989dd00779986cb99da85336c4323f943dd849c1e75d59fb17b170d8edcd7c590dd28163b795757afe9dd47bdca4e2a928547631b09b117d0d2c1bb94c0
7
- data.tar.gz: 1593552cfe29594c85ccefde8362a7b33516cdb53184f754c6b3ce4bf01c81516d8c54add6db468b2c7a68c699edfd3ecf37b315eda6c1962ad66c00942542a1
6
+ metadata.gz: d54e96b58f92473cadf107d42b42bb9246aa5cd3ace3f79d1bf13f8a7da8a1d992991dcdf3fd2a11b6f91ddf9d5cbef47ea17d4d31aad4aa217007da9cf68f69
7
+ data.tar.gz: 4fbf711a027d855b0e3e82634cca37fe9b8f8bcd6bda8368e74353d33870041584c57c6dd87b39b7f5b42ab2204b27401c4438588dde3d84d306400eb3d4f27e
@@ -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: x86_64-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.