rucaptcha 3.1.2-x86_64-darwin → 3.1.4.pre-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/Rakefile +1 -0
- 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: 390fae83a511f8119a8089dbaff5314a53ce0881d222b5b3b5b37bdcd7fae8c0
|
4
|
+
data.tar.gz: 96fd0cb19fba08045eee2b679ebcad82ca8d93f8729dab02b515c98298e8b147
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ef95f48d73878fdce82729083b69dd96bbbf6b153cc3d6a0b49a6ea088977c8b84a589668c0a78ef2017aef84e978d81b02debf0a190de6bb24d0fffa313b51
|
7
|
+
data.tar.gz: ab104ca5faa21f4c98ca7bb6e857ee29b69e97b052d2a625ac5ce7efc0fb25efd5908254066d4f9a1ad8381d8937088cb6ad765b1a57baec72f1693cd2ab94be
|
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-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-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.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: 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
|