protect_via_honeypots 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -19,7 +19,7 @@ module ProtectViaHoneypots
19
19
 
20
20
  module InstanceMethods
21
21
  def verify_honeypots
22
- verified_request? || raise (ActionController::InvalidHoneyPots)
22
+ verified_request? || raise(ActionController::InvalidHoneyPots)
23
23
  end
24
24
 
25
25
  def verified_request?
Binary file
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{protect_via_honeypots}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Roy van der Meij"]
@@ -29,6 +29,7 @@ So when that happens, protect_via_honeypots throws an error (as the same way pro
29
29
  "lib/protect_via_honeypots/form_tag_helper_extensions.rb",
30
30
  "pkg/protect_via_honeypots-0.1.0.gem",
31
31
  "pkg/protect_via_honeypots-0.1.1.gem",
32
+ "pkg/protect_via_honeypots-0.1.2.gem",
32
33
  "protect_via_honeypots.gemspec",
33
34
  "test/helper.rb"
34
35
  ]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protect_via_honeypots
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roy van der Meij
@@ -55,6 +55,7 @@ files:
55
55
  - lib/protect_via_honeypots/form_tag_helper_extensions.rb
56
56
  - pkg/protect_via_honeypots-0.1.0.gem
57
57
  - pkg/protect_via_honeypots-0.1.1.gem
58
+ - pkg/protect_via_honeypots-0.1.2.gem
58
59
  - protect_via_honeypots.gemspec
59
60
  - test/helper.rb
60
61
  has_rdoc: true