picnic 0.8.1 → 0.8.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +5 -0
  2. data/Rakefile +2 -1
  3. data/lib/picnic/cli.rb +1 -1
  4. metadata +2 -2
@@ -1,3 +1,8 @@
1
+ === 0.8.1.1 :: 2009-05-06
2
+
3
+ * The -c (--config file) option in the CLI interface was previously borken
4
+ and had no effect. This has now been fixed.
5
+
1
6
  === 0.8.1 :: 2009-05-01
2
7
 
3
8
  * The bundled version of camping has been updated so we are now compatible with
data/Rakefile CHANGED
@@ -21,7 +21,8 @@ HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
21
21
  ENV['NODOT'] = '1'
22
22
 
23
23
  NAME = "picnic"
24
- REV = nil
24
+ REV = 1
25
+ #REV = nil
25
26
  #REV = Time.now.strftime('%Y%m%d%H%M')
26
27
  #REV = `svn info`[/Revision: (\d+)/, 1] rescue nil
27
28
  VERS = ENV['VERSION'] || (Picnic::VERSION::STRING + (REV ? ".#{REV}" : ""))
@@ -136,7 +136,7 @@ module Picnic
136
136
 
137
137
 
138
138
  $CONF = Picnic::Conf.new
139
- $CONF.load_from_file(app, $APP_ROOT, $CONF_FILE)
139
+ $CONF.load_from_file(app, $APP_ROOT, $CONFIG_FILE)
140
140
 
141
141
  if $DAEMONIZE
142
142
  # TODO: use Process.daemon when RUBY_VERSION >= 1.9
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: picnic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Zukowski
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-01 00:00:00 -04:00
12
+ date: 2009-05-06 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency