rucaptcha 3.1.2.pre4-arm64-darwin → 3.1.3-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rucaptcha/{3.0 → 3.2}/rucaptcha.bundle +0 -0
- data/lib/rucaptcha/version.rb +1 -1
- metadata +13 -13
- data/lib/rucaptcha/2.7/rucaptcha.bundle +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12688d10f9f6ffd6d5779267a2915bde4ba4b40208ec7569c9c75683ee74faa6
|
4
|
+
data.tar.gz: e2b0338bb2bc44c4203c9291b1e1580c8f3071cef369bf100db31bb2b17502ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a130b3265861d0b2e6eba09bcbb81fc387378d19ce5a92cb2c1c6c9e8203f1f4f349be28f27e323a1ee450e19ce1e2e3e869dc48cff3a46c1f248d8b5142a003
|
7
|
+
data.tar.gz: a1a364d62a146cd70ed98f9f2511735faad335d7a8c4655b76940b757842286e29b26d38781537a9ac3d4dabdcaa67b1563782e66b054cd0d8ce32df456c07e9
|
Binary file
|
data/lib/rucaptcha/version.rb
CHANGED
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.1.
|
4
|
+
version: 3.1.3
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Jason Lee
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -24,6 +24,7 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '3.2'
|
27
|
+
force_ruby_platform: false
|
27
28
|
- !ruby/object:Gem::Dependency
|
28
29
|
name: rb_sys
|
29
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -38,7 +39,7 @@ dependencies:
|
|
38
39
|
- - ">="
|
39
40
|
- !ruby/object:Gem::Version
|
40
41
|
version: 0.9.18
|
41
|
-
description:
|
42
|
+
description:
|
42
43
|
email: huacnlee@gmail.com
|
43
44
|
executables: []
|
44
45
|
extensions: []
|
@@ -61,9 +62,8 @@ files:
|
|
61
62
|
- ext/rucaptcha/src/captcha.rs
|
62
63
|
- ext/rucaptcha/src/lib.rs
|
63
64
|
- lib/rucaptcha.rb
|
64
|
-
- lib/rucaptcha/2.7/rucaptcha.bundle
|
65
|
-
- lib/rucaptcha/3.0/rucaptcha.bundle
|
66
65
|
- lib/rucaptcha/3.1/rucaptcha.bundle
|
66
|
+
- lib/rucaptcha/3.2/rucaptcha.bundle
|
67
67
|
- lib/rucaptcha/cache.rb
|
68
68
|
- lib/rucaptcha/configuration.rb
|
69
69
|
- lib/rucaptcha/controller_helpers.rb
|
@@ -75,7 +75,7 @@ homepage: https://github.com/huacnlee/rucaptcha
|
|
75
75
|
licenses:
|
76
76
|
- MIT
|
77
77
|
metadata: {}
|
78
|
-
post_install_message:
|
78
|
+
post_install_message:
|
79
79
|
rdoc_options: []
|
80
80
|
require_paths:
|
81
81
|
- lib
|
@@ -83,18 +83,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
83
83
|
requirements:
|
84
84
|
- - ">="
|
85
85
|
- !ruby/object:Gem::Version
|
86
|
-
version: '
|
86
|
+
version: '3.1'
|
87
87
|
- - "<"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 3.
|
89
|
+
version: 3.3.dev
|
90
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
91
|
requirements:
|
92
|
-
- - "
|
92
|
+
- - ">="
|
93
93
|
- !ruby/object:Gem::Version
|
94
|
-
version:
|
94
|
+
version: '0'
|
95
95
|
requirements: []
|
96
|
-
rubygems_version: 3.3
|
97
|
-
signing_key:
|
96
|
+
rubygems_version: 3.4.3
|
97
|
+
signing_key:
|
98
98
|
specification_version: 4
|
99
99
|
summary: Captcha Gem for Rails, which generates captcha image by Rust.
|
100
100
|
test_files: []
|
Binary file
|