lockdown 0.5.5 → 0.5.6
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 +6 -0
- data/lib/lockdown/system.rb +1 -1
- data/lib/lockdown/version.rb +1 -1
- data/website/generator.html +1 -1
- data/website/index.html +1 -1
- metadata +1 -1
data/History.txt
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
== 0.5.6 2008-06-05
|
|
2
|
+
* Fixed: Misspelling of respond_to?, for some reason I keep thinking responds_to?
|
|
3
|
+
|
|
4
|
+
== 0.5.5 2008-06-05
|
|
5
|
+
* Fixed: Changed request comparison code. Requests that were supposed to be passing were failing.
|
|
6
|
+
|
|
1
7
|
== 0.5.4 2008-06-05
|
|
2
8
|
* Fixed: Issue with helpers in Rails 2.1, @action_name is no longer accessible, must call action_name method.
|
|
3
9
|
* Fixed: Issue with users controller, show method not having user_groups_for_user instance variable
|
data/lib/lockdown/system.rb
CHANGED
data/lib/lockdown/version.rb
CHANGED
data/website/generator.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<h1>Lockdown</h1>
|
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/lockdown"; return false'>
|
|
35
35
|
<p>Get Version</p>
|
|
36
|
-
<a href="http://rubyforge.org/projects/lockdown" class="numbers">0.5.
|
|
36
|
+
<a href="http://rubyforge.org/projects/lockdown" class="numbers">0.5.6</a>
|
|
37
37
|
</div>
|
|
38
38
|
<h2>What</h2>
|
|
39
39
|
|
data/website/index.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<h1>Lockdown</h1>
|
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/lockdown"; return false'>
|
|
35
35
|
<p>Get Version</p>
|
|
36
|
-
<a href="http://rubyforge.org/projects/lockdown" class="numbers">0.5.
|
|
36
|
+
<a href="http://rubyforge.org/projects/lockdown" class="numbers">0.5.6</a>
|
|
37
37
|
</div>
|
|
38
38
|
<h2>What</h2>
|
|
39
39
|
|