simple-config 0.1.15 → 0.1.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/simple-config.rb +2 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3802eadf526f76b397016241703e797aba91053c
|
4
|
+
data.tar.gz: ec5f8ae2dac660f98f63a85fa3a40530c87bbe92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d1b5026c0cd3f59003531f2ef2836b1bea4f05117c5f4f567d3a478068e24944b65f6fc6e5498568bd6698fc33545ba48ed36dc84c5bd0466805773dcc54e2f
|
7
|
+
data.tar.gz: e34abe993b229824625535cc911c63a57101e1230716a70f456b8210e3144ee088b20ee64f983b629b8f55a664eb09608f4df343501cdc1e75071d43d827d505
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/simple-config.rb
CHANGED
@@ -40,7 +40,8 @@ class SimpleConfig
|
|
40
40
|
|
41
41
|
def scan_to_h(txt)
|
42
42
|
|
43
|
-
raw_a = LineTree.new(txt.gsub(/(^-*$)|(#.*)/,'').strip
|
43
|
+
raw_a = LineTree.new(txt.gsub(/(^-*$)|(#.*)/,'').strip,
|
44
|
+
ignore_blank_lines: false).to_a
|
44
45
|
|
45
46
|
# if there are any orphan lines which aren't nested underneath a
|
46
47
|
# label, they will be fixed using the following statement
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple-config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
31
31
|
GOyi72Dr1XTvfW8Vje543EzUeJP4EjrtsoS0tbx5hs2J8Ey8zv39aU4aNyM1h0Fv
|
32
32
|
1BzvTQ2PY7IAEQ==
|
33
33
|
-----END CERTIFICATE-----
|
34
|
-
date: 2014-12-
|
34
|
+
date: 2014-12-28 00:00:00.000000000 Z
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: line-tree
|
metadata.gz.sig
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
T頊�vβ�D����u]�e\:U�3�s>'�n]�_"J�*�2}>��v\B�D�O%y�M��$.�1�,�� ��|��>��
|
2
|
+
R���"�W�d���w9Tl��=�+s�@��讫ߖY���7_!��[�3��b'�e�x��Z`^�*0��"���B�sD%p��|\��Ӧ�E������:_��V���#��uV���n��j�M:��z�"���_�+�����ʓ���M}'j�DY���F�Y�a����#
|