rucaptcha 3.2.4-aarch64-linux-musl

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.
metadata ADDED
@@ -0,0 +1,101 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rucaptcha
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.2.4
5
+ platform: aarch64-linux-musl
6
+ authors:
7
+ - Jason Lee
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-11-04 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: railties
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '3.2'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '3.2'
27
+ force_ruby_platform: false
28
+ - !ruby/object:Gem::Dependency
29
+ name: rb_sys
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: 0.9.86
35
+ type: :runtime
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: 0.9.86
42
+ description:
43
+ email: huacnlee@gmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - README.md
49
+ - Rakefile
50
+ - app/controllers/ru_captcha/captcha_controller.rb
51
+ - config/locales/rucaptcha.de-DE.yml
52
+ - config/locales/rucaptcha.en.yml
53
+ - config/locales/rucaptcha.pt-BR.yml
54
+ - config/locales/rucaptcha.zh-CN.yml
55
+ - config/locales/rucaptcha.zh-TW.yml
56
+ - config/routes.rb
57
+ - ext/rucaptcha/Cargo.lock
58
+ - ext/rucaptcha/Cargo.toml
59
+ - ext/rucaptcha/extconf.rb
60
+ - ext/rucaptcha/fonts/FuzzyBubbles-Regular.ttf
61
+ - ext/rucaptcha/fonts/Handlee-Regular.ttf
62
+ - ext/rucaptcha/src/captcha.rs
63
+ - ext/rucaptcha/src/lib.rs
64
+ - lib/rucaptcha.rb
65
+ - lib/rucaptcha/3.1/rucaptcha.so
66
+ - lib/rucaptcha/3.2/rucaptcha.so
67
+ - lib/rucaptcha/3.3/rucaptcha.so
68
+ - lib/rucaptcha/cache.rb
69
+ - lib/rucaptcha/configuration.rb
70
+ - lib/rucaptcha/controller_helpers.rb
71
+ - lib/rucaptcha/engine.rb
72
+ - lib/rucaptcha/errors/configuration.rb
73
+ - lib/rucaptcha/version.rb
74
+ - lib/rucaptcha/view_helpers.rb
75
+ homepage: https://github.com/huacnlee/rucaptcha
76
+ licenses:
77
+ - MIT
78
+ metadata: {}
79
+ post_install_message:
80
+ rdoc_options: []
81
+ require_paths:
82
+ - lib
83
+ required_ruby_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: '3.1'
88
+ - - "<"
89
+ - !ruby/object:Gem::Version
90
+ version: 3.4.dev
91
+ required_rubygems_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: 3.3.22
96
+ requirements: []
97
+ rubygems_version: 3.4.4
98
+ signing_key:
99
+ specification_version: 4
100
+ summary: Captcha Gem for Rails, which generates captcha image by Rust.
101
+ test_files: []