mead_captcha 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mead_captcha/version.rb +1 -1
- data/mead_captcha.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 740030700a73c977084d4ebb77e16d72cb9ec9315c78dd5dbc35261f93949cf5
|
|
4
|
+
data.tar.gz: 0422e59ef4b50a09d86d29241508b4fb5e913ea78f1890fb7a4511a12361b5a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9daa8ae497ff7a20445bc7e066a80e76e9f4737eaf97b9e49c87100d5bc135353893e4d7d3a7141a83bb66332b8e868186d9a17a1640ae5bfd10f8654e0c83ae
|
|
7
|
+
data.tar.gz: cf1f2ff373695eb545e85cf119e6c06cbbfd9b992cf47775df4bc67d789a7d0762153e8293d93f2c00fc0983ef7cbea966cc9bc5de3949ef4772e26fdd0ae602
|
data/lib/mead_captcha/version.rb
CHANGED
data/mead_captcha.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "Makes it easy to add honeypots to your forms and obfuscate your params"
|
|
12
12
|
spec.description = "To help with keep the bots at bay this gem helps you easily add honeypots to forms and/or obfuscate your form field names"
|
|
13
|
-
spec.homepage = "https://github.com/cwagrant/
|
|
13
|
+
spec.homepage = "https://github.com/cwagrant/mead_captcha"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.required_ruby_version = ">= 2.4.0"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mead_captcha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- cwagrant
|
|
@@ -162,13 +162,13 @@ files:
|
|
|
162
162
|
- lib/mead_captcha/version.rb
|
|
163
163
|
- mead_captcha.gemspec
|
|
164
164
|
- vendor/assets/stylesheets/mead/style.css
|
|
165
|
-
homepage: https://github.com/cwagrant/
|
|
165
|
+
homepage: https://github.com/cwagrant/mead_captcha
|
|
166
166
|
licenses:
|
|
167
167
|
- MIT
|
|
168
168
|
metadata:
|
|
169
|
-
homepage_uri: https://github.com/cwagrant/
|
|
170
|
-
source_code_uri: https://github.com/cwagrant/
|
|
171
|
-
changelog_uri: https://github.com/cwagrant/
|
|
169
|
+
homepage_uri: https://github.com/cwagrant/mead_captcha
|
|
170
|
+
source_code_uri: https://github.com/cwagrant/mead_captcha
|
|
171
|
+
changelog_uri: https://github.com/cwagrant/mead_captcha
|
|
172
172
|
post_install_message:
|
|
173
173
|
rdoc_options: []
|
|
174
174
|
require_paths:
|