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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a04e27c80f5f8484a18466ee1d3a564ac7be2e21f5fdfa931b63b62c21ac62b2
4
- data.tar.gz: 92bbc84b1c51c418c117bb1630d9e58f3dbae94940e09d38a12d38d942b5646e
3
+ metadata.gz: 740030700a73c977084d4ebb77e16d72cb9ec9315c78dd5dbc35261f93949cf5
4
+ data.tar.gz: 0422e59ef4b50a09d86d29241508b4fb5e913ea78f1890fb7a4511a12361b5a2
5
5
  SHA512:
6
- metadata.gz: 28cd36b307aa865a5260ad72335ad23c4ea98f8c166eff7c4fb736f54e68a061f4ca6e0f1fab93bd037b6bafa63841d9d3c6f0386a23d097445b9f7696366898
7
- data.tar.gz: 39df99478e79b1f9e590a1ad0a33ff68e78e0032c951da3f8e0a31ac4c00818221a9b73573cbcdf3d55986970b73aeb9ccbb5607cc9792fd629c4a6c94331d22
6
+ metadata.gz: 9daa8ae497ff7a20445bc7e066a80e76e9f4737eaf97b9e49c87100d5bc135353893e4d7d3a7141a83bb66332b8e868186d9a17a1640ae5bfd10f8654e0c83ae
7
+ data.tar.gz: cf1f2ff373695eb545e85cf119e6c06cbbfd9b992cf47775df4bc67d789a7d0762153e8293d93f2c00fc0983ef7cbea966cc9bc5de3949ef4772e26fdd0ae602
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MeadCaptcha
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
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/mead"
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.2
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/mead
165
+ homepage: https://github.com/cwagrant/mead_captcha
166
166
  licenses:
167
167
  - MIT
168
168
  metadata:
169
- homepage_uri: https://github.com/cwagrant/mead
170
- source_code_uri: https://github.com/cwagrant/mead
171
- changelog_uri: https://github.com/cwagrant/mead
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: