protect_via_honeypots 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ begin
10
10
  protect_via_honeypots creates some hidden fields. As normal users don't mess with hidden fields we can assume that when those fields are filled with data: a bot filled it.
11
11
  So when that happens, protect_via_honeypots throws an error (as the same way protect_from_forgery does)}
12
12
  gem.email = "roy@royapps.nl"
13
- gem.homepage = "http://github.com/roy/hello-gem"
13
+ gem.homepage = "http://github.com/roy/protect_via_honeypots"
14
14
  gem.authors = ["Roy van der Meij"]
15
15
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
16
16
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
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.1"
8
+ s.version = "0.1.2"
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"]
@@ -32,7 +32,7 @@ So when that happens, protect_via_honeypots throws an error (as the same way pro
32
32
  "protect_via_honeypots.gemspec",
33
33
  "test/helper.rb"
34
34
  ]
35
- s.homepage = %q{http://github.com/roy/hello-gem}
35
+ s.homepage = %q{http://github.com/roy/protect_via_honeypots}
36
36
  s.rdoc_options = ["--charset=UTF-8"]
37
37
  s.require_paths = ["lib"]
38
38
  s.rubygems_version = %q{1.3.7}
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: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roy van der Meij
@@ -58,7 +58,7 @@ files:
58
58
  - protect_via_honeypots.gemspec
59
59
  - test/helper.rb
60
60
  has_rdoc: true
61
- homepage: http://github.com/roy/hello-gem
61
+ homepage: http://github.com/roy/protect_via_honeypots
62
62
  licenses: []
63
63
 
64
64
  post_install_message: