rucaptcha 3.2.3-x86_64-linux → 3.2.5-x86_64-linux

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: b1f73d0ffb509f69544ddd55f3c4ccc1e37c847d8d97ea058176158ea2557b90
4
- data.tar.gz: fb030f6e6571338365bb67ca01a1cd10ad21b1b62058e3bd4dcca41ec44f7c04
3
+ metadata.gz: 8dd3f1501e693e7a69ef7115f6d1ea3adb15caeef4e4649651344b61f303ccf9
4
+ data.tar.gz: 3ddb556df1cf4faeff1115a95304c394a32e88e2142f78fc98e150a750d17227
5
5
  SHA512:
6
- metadata.gz: 1dde803be1c60581e6289b9fb4ec8e3f6659ac32a55aec3e7f7aa0957abe32a5d46fe54b5bfef0cb6a2d1f5f28c1643e9ae6ed28da5c2ef7b40b6ea9d894aa1b
7
- data.tar.gz: 70dc0ff70b92b35708fccd6125e982fafa6bf06bf2cd54330e47e039a49f3ab555e81e4249e2c0eb05cd31e0c00a9088bbe3a7a36973d1343443feab50236b98
6
+ metadata.gz: 679431548e74a72c091077034c0eec66f92a39b50b602826187cf3ed99d8ea1df818a03cb3ad3f215f69682c9cefdfdce3720be667fdb76337ef119b636c6db2
7
+ data.tar.gz: 63dca6a6919f008481431c949a1d495a00f9daaed72d75ce2ff02165a3ba1aded07f5e145554a0376ecbca9144e9409691d6504b06f69734df895663f670724c
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: x86_64-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