rucaptcha 3.1.2-x86_64-linux → 3.1.4.pre-x86_64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -0
- data/lib/rucaptcha/{2.7 → 3.2}/rucaptcha.so +0 -0
- data/lib/rucaptcha/version.rb +1 -1
- metadata +13 -13
- data/lib/rucaptcha/3.0/rucaptcha.so +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4a5ddcb380cc5a5a58565894325f3a76e00256e63bf90b641fd1a77ea2d444c
|
4
|
+
data.tar.gz: '05985f8c4e6ad1d370d25aefe674a5aaece1de66edc0746c022cb933fa39715f'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 896e5e82fed6546cd26a19b3d3bff1ac5fc315c45f2f138e88982bcc8b035e604b4d29f41aab58782d3d1587ff0381201dcc61ea7bcf517cfc128ee07ac257c1
|
7
|
+
data.tar.gz: 7e0a0431f28a0068529bf8a1d61638d85f983f4ca10cd01973df08ba44d1f899905a6e0823f7729318fe7379013f668cbeb80dc2504639b2f1352249929a6ceb
|
data/Rakefile
CHANGED
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.4.pre
|
5
5
|
platform: x86_64-linux
|
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-11 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.so
|
65
|
-
- lib/rucaptcha/3.0/rucaptcha.so
|
66
65
|
- lib/rucaptcha/3.1/rucaptcha.so
|
66
|
+
- lib/rucaptcha/3.2/rucaptcha.so
|
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: 1.3.1
|
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
|