bot-away 1.0.1 → 1.0.2
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/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