lockdown 0.5.16 → 0.5.17
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 +3 -2
- data/lib/lockdown/classy-inheritance.rb +2 -0
- data/lib/lockdown/version.rb +1 -1
- data/website/index.html +1 -1
- metadata +2 -2
data/History.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
== 0.5.
|
|
1
|
+
== 0.5.17 2008-07-21
|
|
2
|
+
* Updated included classy inheritance library 0.6.1.
|
|
3
|
+
== 0.5.16 2008-07-18
|
|
2
4
|
* Updated included classy inheritance library.
|
|
3
|
-
|
|
4
5
|
== 0.5.14 2008-07-18
|
|
5
6
|
* Change: option no_migration to skip-migrations to mimick other generator options
|
|
6
7
|
* Fixed: errant creation of sessions directory in app/controllers
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
$:.unshift(File.dirname(__FILE__)) unless
|
|
2
2
|
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
|
|
3
3
|
|
|
4
|
+
=begin
|
|
4
5
|
module ActiveRecord::Validations::ClassMethods
|
|
5
6
|
def validates_associated(association, options = {})
|
|
6
7
|
class_eval do
|
|
@@ -15,6 +16,7 @@ module ActiveRecord::Validations::ClassMethods
|
|
|
15
16
|
end
|
|
16
17
|
end
|
|
17
18
|
end
|
|
19
|
+
=end
|
|
18
20
|
|
|
19
21
|
module Stonean
|
|
20
22
|
module ClassyInheritance
|
data/lib/lockdown/version.rb
CHANGED
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.17</a>
|
|
37
37
|
</div>
|
|
38
38
|
<h2>What</h2>
|
|
39
39
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lockdown
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Stone
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-07-
|
|
12
|
+
date: 2008-07-21 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|