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.
- data.tar.gz.sig +2 -1
- data/lib/strelka.rb +4 -3
- metadata +1 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
֛��5\m�i���,OD���)��K�2�@�Qo�E��r.�>CѪ��N=|Kxi +.R�B|���%A_p� ��� [��X�Z>$I�� �w�{�/�uߧ�i�O�;�#�2�:�G�QUޡ����<[�@T�=8�yly9/�d��=b��? ��74%�)a�p� ^Φ˝���,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:
|
|
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
|
-
|
|
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
metadata.gz.sig
CHANGED
|
Binary file
|