rucaptcha 3.1.0 → 3.1.2.pre3

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: 8da58614b04f686a030c0d4a21be5979312f79e0832bf51fe9fda72896c19675
4
- data.tar.gz: ad7de5404b7b5d13b48f83a0bbb7e2c31916b021f9e4fce151e8aeb7d675a347
3
+ metadata.gz: 047742c9470ebfa1aabd1125546d3365221e3a6e3e0eb429c529e5d70a8c1e58
4
+ data.tar.gz: 6111fb2cd7bb715788ed817f23c9d077030666ce4412c0fdb803a5082b9313d6
5
5
  SHA512:
6
- metadata.gz: c417a2a25f6a3e3ac60997677ea21ff0788fdd3e4dd6a6694a23b55babc264ed2a1d21a8361c7db6b10c9397e0a208a093b3963f758bcbf37675ea640c8c829c
7
- data.tar.gz: 9c51aed47c9ee1a7938d2758be6a65f7f84e81901b41ea3b2c847378184052468f97392b4a141fd9656950880d8864f6941c49b014187cf1e8e2c7a15f076643
6
+ metadata.gz: b6b7c8a59f9ae1488bc8d19dc953803d4c1e8479da473d642b8305cc740b1c92a708c460a9bb86678e7cf560dcbadfa9656df380990d62e0bfadd476eb4c7bf2
7
+ data.tar.gz: a54466561323aa85e4a05df5bda054ecad21949539bdd9d37dd7fb8cbd6c16e5277f157f48768fa4a420497d495258715e6a21cd69f52a0f03f2cf9dac02f00d
@@ -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"
@@ -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: ruby
6
6
  authors:
7
7
  - Jason Lee
8
- autorequire:
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
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.9.18
41
- description:
41
+ description:
42
42
  email: huacnlee@gmail.com
43
43
  executables: []
44
44
  extensions:
@@ -48,6 +48,7 @@ files:
48
48
  - README.md
49
49
  - Rakefile
50
50
  - app/controllers/ru_captcha/captcha_controller.rb
51
+ - config/locales/rucaptcha.de-DE.yml
51
52
  - config/locales/rucaptcha.en.yml
52
53
  - config/locales/rucaptcha.pt-BR.yml
53
54
  - config/locales/rucaptcha.zh-CN.yml
@@ -72,7 +73,7 @@ homepage: https://github.com/huacnlee/rucaptcha
72
73
  licenses:
73
74
  - MIT
74
75
  metadata: {}
75
- post_install_message:
76
+ post_install_message:
76
77
  rdoc_options: []
77
78
  require_paths:
78
79
  - lib
@@ -83,12 +84,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
84
  version: 2.7.0
84
85
  required_rubygems_version: !ruby/object:Gem::Requirement
85
86
  requirements:
86
- - - ">="
87
+ - - ">"
87
88
  - !ruby/object:Gem::Version
88
- version: '0'
89
+ version: 1.3.1
89
90
  requirements: []
90
- rubygems_version: 3.4.0.dev
91
- signing_key:
91
+ rubygems_version: 3.4.1
92
+ signing_key:
92
93
  specification_version: 4
93
94
  summary: Captcha Gem for Rails, which generates captcha image by Rust.
94
95
  test_files: []