rucaptcha 3.1.2-x86_64-linux → 3.1.3-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/lib/rucaptcha/{2.7 → 3.2}/rucaptcha.so +0 -0
- data/lib/rucaptcha/version.rb +1 -1
- metadata +11 -11
- 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: 7d38431a1a172af9c19dbaef3173d9d3262e9de1e343c88f73b3ab047839cce3
|
4
|
+
data.tar.gz: fb106f76956c0655536cf48ab6d11bfe87c6cf3d81ca8f03fb991bc9c5e64b21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0ed10042e041ea980cd643c26a3d9768dd1653f2243ae50d87404e648807fe724322a38164cbde86d9b410a70e30a2305760e019829182cecd6f919c192aec3
|
7
|
+
data.tar.gz: 31431b04abeb8c5f223a24be051ae68592cf5f770a51ed3939c035f31752c865323f9e8a3364b5d79a4b4f0d307f87b872c071a240552245daf7916b0bd837b0
|
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: 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-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.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
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
|