rucaptcha 3.2.2-arm64-darwin → 3.2.4-arm64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a94dd5cd56121d6e1d8388597478fb1141e8c591af560f3b66c0c812b6bba7a
4
- data.tar.gz: 6f88a21e0bca580e3e8d3d1ebedc1a148fe973456abac58a97b10260d32182a3
3
+ metadata.gz: e4e44cb2afef98bea4b50768ef15d2f1cef1a6a816e38c33d56097d3a2f29926
4
+ data.tar.gz: 8574fba93095adabd1a01b304e3fa27bb40ab6759034d1656bb5ab02cfee7e82
5
5
  SHA512:
6
- metadata.gz: f5df097f1176ce3c64db9aea401d3fb25708b1abd2ecb44296776aca50e69bb5dfeb9baa505c16481c7bc3fb5d5286ddb029abe65b12ee817e72dd5c3796bf13
7
- data.tar.gz: 84fe6e2ca59ca648d17409b12d491caf20924e1725b7cef3ff17aa25d334b433450e0659ba13d68474130ca2f3d9b089c14bd273a136cd2602bfced6c96d1f6b
6
+ metadata.gz: 253a154c601a5f627c2ff8834bb1f751fa8bfaf01249601076cdcc39bc90259d92bfddb762a4789385d41701586f394b8044c20bee212b6de71cb8944c366e7f
7
+ data.tar.gz: de344b77360f0497aa351766cf3984f12fe0897fb1e2eef335e1165d54e33783aaea03afdb8afe66fa3b959862ac4691c86192d747d1ce43f613a32331f3b78b
data/Rakefile CHANGED
@@ -11,6 +11,7 @@ CROSS_PLATFORMS = %w[
11
11
  x86_64-darwin
12
12
  x86_64-linux
13
13
  x86_64-linux-musl
14
+ aarch64-linux-musl
14
15
  ]
15
16
 
16
17
  spec = Bundler.load_gemspec("rucaptcha.gemspec")
@@ -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.4"
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.4
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: 2023-10-16 00:00:00.000000000 Z
11
+ date: 2024-11-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
  - - ">="