rucaptcha 3.2.3-aarch64-linux → 3.2.5-aarch64-linux

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: ae64922988cfd669df4bad6dc6d8c6c547f0bbed0398c88fd69b5543392550f7
4
- data.tar.gz: 847852d89fba69328b0a3c789b73dfff3f884dbb52c1700c0a3329d054a841ed
3
+ metadata.gz: 35107a4abd4bd2c7cb840f63196abed03c79e79494eec13cf92ebe3230d14629
4
+ data.tar.gz: 3a79575e067a08632addeba6bf5a3fa50d6457e659a56226909896aeeb9fc377
5
5
  SHA512:
6
- metadata.gz: 324633e8cfe2662de6f199c9d3ef730a6385006600fe6b6525cbb7647053aff1c5e577024c224317c1abf40ec4fa5eac717eb626a358679c92b7d0749b9637bc
7
- data.tar.gz: 03b0419f5f255909058d0f9f5e99f8ca6257dd9ed40fa4418950554c70b7c085ee4bc29d310ca6d2c4dee718fdc31fc7fde8eca9169f57c90640c5c13740c27a
6
+ metadata.gz: c3b740f6f1aad308aed31c8c191d57cc6a0af7760a5f7e431c441c988be9b5b164fbdb847b41139141981ef5df073d4b121d6e197ca004da709a76fdf29af130
7
+ data.tar.gz: 6cc830b84c9c7e680c67b2d64fb5fcc86ae22a2163b7a059100128924dd16c8e9f793962ea1c5237795e827e3fe86ab1a6a110a069fe59888f6c012da31418a3
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")
@@ -9,6 +9,6 @@ crate-type = ["cdylib"]
9
9
  [dependencies]
10
10
  image = "0.24"
11
11
  imageproc = "0.23"
12
- magnus = "0.6"
12
+ magnus = "0.7"
13
13
  rand = "0.8.5"
14
14
  rusttype = "0.9.2"
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module RuCaptcha
2
- VERSION = "3.2.3"
2
+ VERSION = "3.2.5"
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.3
4
+ version: 3.2.5
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Jason Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-04 00:00:00.000000000 Z
11
+ date: 2024-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -24,21 +24,20 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.2'
27
- force_ruby_platform: false
28
27
  - !ruby/object:Gem::Dependency
29
28
  name: rb_sys
30
29
  requirement: !ruby/object:Gem::Requirement
31
30
  requirements:
32
31
  - - ">="
33
32
  - !ruby/object:Gem::Version
34
- version: 0.9.86
33
+ version: 0.9.105
35
34
  type: :runtime
36
35
  prerelease: false
37
36
  version_requirements: !ruby/object:Gem::Requirement
38
37
  requirements:
39
38
  - - ">="
40
39
  - !ruby/object:Gem::Version
41
- version: 0.9.86
40
+ version: 0.9.105
42
41
  description:
43
42
  email: huacnlee@gmail.com
44
43
  executables: []
@@ -62,9 +61,8 @@ files:
62
61
  - ext/rucaptcha/src/captcha.rs
63
62
  - ext/rucaptcha/src/lib.rs
64
63
  - lib/rucaptcha.rb
65
- - lib/rucaptcha/3.1/rucaptcha.so
66
64
  - lib/rucaptcha/3.2/rucaptcha.so
67
- - lib/rucaptcha/3.3/rucaptcha.so
65
+ - lib/rucaptcha/3.4/rucaptcha.so
68
66
  - lib/rucaptcha/cache.rb
69
67
  - lib/rucaptcha/configuration.rb
70
68
  - lib/rucaptcha/controller_helpers.rb
@@ -84,17 +82,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
82
  requirements:
85
83
  - - ">="
86
84
  - !ruby/object:Gem::Version
87
- version: '3.1'
85
+ version: '3.2'
88
86
  - - "<"
89
87
  - !ruby/object:Gem::Version
90
- version: 3.4.dev
88
+ version: 3.5.dev
91
89
  required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  requirements:
93
91
  - - ">="
94
92
  - !ruby/object:Gem::Version
95
93
  version: '0'
96
94
  requirements: []
97
- rubygems_version: 3.4.4
95
+ rubygems_version: 3.5.23
98
96
  signing_key:
99
97
  specification_version: 4
100
98
  summary: Captcha Gem for Rails, which generates captcha image by Rust.
Binary file
Binary file