heel 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,6 +1,11 @@
1
1
  = Changelog
2
2
 
3
- == Version 0.3.1 - 2007-08-11
3
+ == Version 0.3.2 - 2007-08-30
4
+
5
+ * fix failure to find background option
6
+ * remember to double check your tests before releasing
7
+
8
+ == Version 0.3.1 - 2007-08-30
4
9
 
5
10
  * fix failure to find pid file [Bug #13530]
6
11
  * remember to stop releasing software in the wee hours of the morning
data/lib/heel/server.rb CHANGED
@@ -217,7 +217,7 @@ module Heel
217
217
  config.run
218
218
  config.log "heel running at http://#{options.address}:#{options.port} with document root #{options.document_root}"
219
219
 
220
- if background_me then
220
+ if c_background_me then
221
221
  config.write_pid_file
222
222
  else
223
223
  config.log "Use Ctrl-C to stop."
data/lib/heel/version.rb CHANGED
@@ -4,7 +4,7 @@ module Heel
4
4
  class Version
5
5
  MAJOR = 0
6
6
  MINOR = 3
7
- BUILD = 1
7
+ BUILD = 2
8
8
 
9
9
  class << self
10
10
  def to_a
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: heel
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.1
6
+ version: 0.3.2
7
7
  date: 2007-08-30 00:00:00 -06:00
8
8
  summary: A mongrel based static file webserver.
9
9
  require_paths: