bot-away 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/lib/bot-away.rb +1 -1
- data/lib/bot-away/action_view/helpers/instance_tag.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
=== 1.0.2 2010-04-02
|
2
|
+
* Bugfixes:
|
3
|
+
* Resolved: Would sometimes generate honeypot tabindex of 0 instead of -1, interfering with keyboard operations
|
4
|
+
|
1
5
|
=== 1.0.1 2010-04-02
|
2
6
|
* 2 minor enhancements:
|
3
7
|
* ActionController::Request.accepts_unfiltered_params creates an array of params that will not be checked
|
data/lib/bot-away.rb
CHANGED