protect_via_honeypots 0.1.3 → 0.2.0
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.
- data/VERSION +1 -1
- data/lib/protect_via_honeypots.rb +1 -1
- data/pkg/protect_via_honeypots-0.1.3.gem +0 -0
- data/protect_via_honeypots.gemspec +3 -2
- metadata +6 -5
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.2.0
|
Binary file
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{protect_via_honeypots}
|
8
|
-
s.version = "0.
|
8
|
+
s.version = "0.2.0"
|
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"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-11-24}
|
13
13
|
s.description = %q{In the never ending battle with the form bots, here's my attempt to mislead them.
|
14
14
|
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.
|
15
15
|
So when that happens, protect_via_honeypots throws an error (as the same way protect_from_forgery does)}
|
@@ -30,6 +30,7 @@ So when that happens, protect_via_honeypots throws an error (as the same way pro
|
|
30
30
|
"pkg/protect_via_honeypots-0.1.0.gem",
|
31
31
|
"pkg/protect_via_honeypots-0.1.1.gem",
|
32
32
|
"pkg/protect_via_honeypots-0.1.2.gem",
|
33
|
+
"pkg/protect_via_honeypots-0.1.3.gem",
|
33
34
|
"protect_via_honeypots.gemspec",
|
34
35
|
"test/helper.rb"
|
35
36
|
]
|
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:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 0.
|
8
|
+
- 2
|
9
|
+
- 0
|
10
|
+
version: 0.2.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Roy van der Meij
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-11-24 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -56,6 +56,7 @@ files:
|
|
56
56
|
- pkg/protect_via_honeypots-0.1.0.gem
|
57
57
|
- pkg/protect_via_honeypots-0.1.1.gem
|
58
58
|
- pkg/protect_via_honeypots-0.1.2.gem
|
59
|
+
- pkg/protect_via_honeypots-0.1.3.gem
|
59
60
|
- protect_via_honeypots.gemspec
|
60
61
|
- test/helper.rb
|
61
62
|
has_rdoc: true
|