strelka 0.0.1.pre.233 → 0.0.1.pre.234

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.
Files changed (4) hide show
  1. data.tar.gz.sig +2 -1
  2. data/lib/strelka.rb +4 -3
  3. metadata +1 -1
  4. metadata.gz.sig +0 -0
data.tar.gz.sig CHANGED
@@ -1 +1,2 @@
1
- ���^��INU]�א��, ��KR%/T��,����qpwQrTY
1
+ ֛��5\m�i���,OD���)��K�2�@�Qo�E��r.�>CѪ��N=|K xi +.R�B|���%A_p� ��� [��X�Z>$I�� �w�{�/�uߧ�i�O�;�#�2�:�G�QUޡ����<[�@ T�=8yly9/�d��=b�� ? ��74%�)ap� ^Φ˝���,7}���>K��S�Z�
2
+ C���v��.��UO<Wfm �k�w�v�)�8����T�ҮQ��VX��_�����
data/lib/strelka.rb CHANGED
@@ -27,7 +27,7 @@ module Strelka
27
27
  VERSION = '0.0.1'
28
28
 
29
29
  # Version-control revision constant
30
- REVISION = %q$Revision: 4f0cbd7b3070 $
30
+ REVISION = %q$Revision: c67001fb4ad1 $
31
31
 
32
32
  require 'strelka/constants'
33
33
  include Strelka::Constants
@@ -70,8 +70,9 @@ module Strelka
70
70
 
71
71
  ### Convenience method -- Load the Configurability::Config from +configfile+
72
72
  ### and install it.
73
- def self::load_config( configfile, defaults={} )
74
- self.log.info "Loading universal config from %p" % [ configfile ]
73
+ def self::load_config( configfile, defaults=nil )
74
+ defaults ||= Configurability.gather_defaults
75
+ self.log.info "Loading universal config from %p." % [ configfile ]
75
76
  self.config = Configurability::Config.load( configfile, defaults )
76
77
  self.config.install
77
78
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strelka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre.233
4
+ version: 0.0.1.pre.234
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
metadata.gz.sig CHANGED
Binary file