rucaptcha 3.1.2-x86_64-darwin → 3.1.3-x86_64-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 +11 -11
- 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: ce35bd8a09711588a7f86d09719a254090935ee8f895dba53059d9c5d9c4d8c5
|
4
|
+
data.tar.gz: a5596a8d28682c72a1ff6a8be042bc9a0ce21eb5af87f5f5715db55f299fa24b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26be6d12ff4b1fea6f61f38cd3520f1b7efed5009ade26718b2425395fa06c3a4c12e566fda2e9ee341ffe794caebfecca8c2ee7194c8bd8734f409a277e3541
|
7
|
+
data.tar.gz: 41b92d836b857eebcebe417d2e5864adbf4d5b5451fe02f0a7684b7a2d548dced0327740d8365bd6385b4e380090c863c71cbcc61275e0649798f7e4c63c36f9
|
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-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
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
|