rucaptcha 3.2.2-x86_64-darwin → 3.2.3-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: 898e6caf92b4973984791950c1cd43d631bafe5a583764d4548b1d2eb55d0c56
4
- data.tar.gz: '0258e74e793b73548de21ea8c5656a447d207169246bd962fc5edfd25dde81fd'
3
+ metadata.gz: 4a8f78e6f8b2a0b4a8ad589e9b6de92fc4a7acd37e271d9a8ff86eba6bdb76cb
4
+ data.tar.gz: 7a09699eeaae2ea74a4ad3b6637eb7f62a27737bc9e9e16868845249dfec083d
5
5
  SHA512:
6
- metadata.gz: 1f5b05924369a6f5de341f023dc6d9d2efb61b12b21256d930b6038639c6848038c10a221c100cbcec189517ee054dab2cd07df2a6a46f2e2fbd76609d65e19a
7
- data.tar.gz: cd0c2a3782639d272fe0e9db492d09afbdc20e5fa079060303f3ce7508e3a0adbffc7d3cdd86b4efbfa00a6696d687fc10ee73cc8b66cd22912175a912b0b94e
6
+ metadata.gz: d57820b368d7012cd3ce744c975e3410040951f70194cd25fe49edbab381a51c2e031025982fdd704cb7acc05a96042d313fcec1b931a3f0f702b55a0a92d3c0
7
+ data.tar.gz: 2139f382619cc02d927cfeacbd5199656ae17b86ff5b1baac3ac5131bbc4dcaa7c2cba27270a7b1d15b641e8c8dea6d32cbcf493aaa2269aade6733a32183919
@@ -7,8 +7,8 @@ version = "3.0.0"
7
7
  crate-type = ["cdylib"]
8
8
 
9
9
  [dependencies]
10
- image = "0.24.4"
11
- imageproc = "0.23.0"
12
- magnus = "0.4"
10
+ image = "0.24"
11
+ imageproc = "0.23"
12
+ magnus = "0.6"
13
13
  rand = "0.8.5"
14
14
  rusttype = "0.9.2"
@@ -23,7 +23,7 @@ pub fn create(
23
23
 
24
24
  #[magnus::init]
25
25
  fn init() -> Result<(), Error> {
26
- let class = define_class("RuCaptchaCore", Default::default())?;
26
+ let class = define_class("RuCaptchaCore", magnus::class::object())?;
27
27
  class.define_singleton_method("create", function!(create, 5))?;
28
28
 
29
29
  Ok(())
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module RuCaptcha
2
- VERSION = "3.2.2"
2
+ VERSION = "3.2.3"
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.2.2
4
+ version: 3.2.3
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: 2023-10-16 00:00:00.000000000 Z
11
+ date: 2024-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -31,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - ">="
33
33
  - !ruby/object:Gem::Version
34
- version: 0.9.18
34
+ version: 0.9.86
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - ">="
40
40
  - !ruby/object:Gem::Version
41
- version: 0.9.18
41
+ version: 0.9.86
42
42
  description:
43
43
  email: huacnlee@gmail.com
44
44
  executables: []
@@ -64,6 +64,7 @@ files:
64
64
  - lib/rucaptcha.rb
65
65
  - lib/rucaptcha/3.1/rucaptcha.bundle
66
66
  - lib/rucaptcha/3.2/rucaptcha.bundle
67
+ - lib/rucaptcha/3.3/rucaptcha.bundle
67
68
  - lib/rucaptcha/cache.rb
68
69
  - lib/rucaptcha/configuration.rb
69
70
  - lib/rucaptcha/controller_helpers.rb
@@ -86,7 +87,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
87
  version: '3.1'
87
88
  - - "<"
88
89
  - !ruby/object:Gem::Version
89
- version: 3.3.dev
90
+ version: 3.4.dev
90
91
  required_rubygems_version: !ruby/object:Gem::Requirement
91
92
  requirements:
92
93
  - - ">="