lockdown 0.3.3 → 0.3.4

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 CHANGED
@@ -1,7 +1,10 @@
1
- == 0.3.3 2008-04-29
1
+ == 0.3.4 2008-04-30
2
+ * Fixed: Addition of require 'lockdown/init' to config file
3
+
4
+ == 0.3.3 2008-04-30
2
5
  * Spoke too soon. Omitted user_group controller change.
3
6
 
4
- == 0.3.2 2008-04-29
7
+ == 0.3.2 2008-04-30
5
8
  * Management screens looking good. Now moving on to testing with starter application.
6
9
 
7
10
  == 0.3.1 2008-04-29
data/bin/lockdown CHANGED
@@ -102,7 +102,7 @@ begin
102
102
  File.open(config_file, "a") do |f|
103
103
  require_lockdown = %Q(require "lockdown/init")
104
104
 
105
- f << %Q(#{require_lockdown}\n\n) unless configuration_file_has?(require_lockdown)
105
+ f << %Q(\n\n#{require_lockdown}\n\n) unless configuration_file_has?(require_lockdown)
106
106
  end
107
107
  rescue Exception => e
108
108
  puts e.backtrace.join("\n")
@@ -2,7 +2,7 @@ module Lockdown #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Stone