bricolage 5.24.0 → 5.24.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f06abf75b09a7c9188d54ca938ccca52e8f122b5
4
- data.tar.gz: 59c808715776490dc3374ef141528c3dc1d61960
3
+ metadata.gz: 1d0cbd465338d7ad47a0fd37f5edc712dc5ac7c7
4
+ data.tar.gz: be95897f0f1860e8b43ea2201110f91687ef73c9
5
5
  SHA512:
6
- metadata.gz: ee5d6895a71111e135885180841cc2c5518cf7fc822bdad0ea576c84a5f77fccade1a3f0f8d68ab3240c3e9cc4d21e01798c685f73e3e8fc114ed6997daf69e2
7
- data.tar.gz: df04ca26661704bc676ee26afcbe1d9bc2940bfbd97bd8c70f42725ee4ccf5842046903620f1e87471ffd97bdbeec9059a8b61c42de0dda37142df9692d067cb
6
+ metadata.gz: 3732f5d62daf375d0c6d0a4704ee9eecc854ea1ea996c9f6f7708f1151278880f297691a5eb181d03820ddc534dc065ad8ed980c9d09fedda22964befce2bdac
7
+ data.tar.gz: 49894037d035d1fe666a0ba3f003d3ed1b08f45e6b02687e0b06a9eb4b0ee1bf9b0e1f9db54228e5212c61d4c7478475fa019b981316fbedc51e7479938bd79a
@@ -212,9 +212,9 @@ module Bricolage
212
212
 
213
213
  def opts_default
214
214
  super.merge({
215
- 'local-state-dir' => OptionValue.new('default value', nil),
215
+ 'local-state-dir' => OptionValue.new('default value', '/tmp/bricolage'),
216
216
  'enable-queue' => OptionValue.new('default value', false),
217
- 'queue-path' => OptionValue.new('default value', '/tmp/bricolage')
217
+ 'queue-path' => OptionValue.new('default value', nil)
218
218
  })
219
219
  end
220
220
  private :opts_default
@@ -323,7 +323,8 @@ Options:
323
323
  end
324
324
 
325
325
  def queue_path
326
- if opt = @opts['queue-path']
326
+ opt = @opts['queue-path']
327
+ if opt.value
327
328
  Pathname(opt.value)
328
329
  else
329
330
  nil
@@ -1,4 +1,4 @@
1
1
  module Bricolage
2
2
  APPLICATION_NAME = 'Bricolage'
3
- VERSION = '5.24.0'
3
+ VERSION = '5.24.1'
4
4
  end
@@ -1,3 +1 @@
1
- log-dir: "log"
2
- s3-log: "s3_log:"
3
1
  enable-queue: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bricolage
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.24.0
4
+ version: 5.24.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Minero Aoki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-06 00:00:00.000000000 Z
11
+ date: 2017-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg