line-tree 0.3.9 → 0.3.10
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +1 -2
- data/lib/line-tree.rb +2 -2
- metadata +6 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b1d8b1746041adb44a1565d06ee0e99a6160b8b
|
|
4
|
+
data.tar.gz: 07e23606ccef2e084662cc41528e28652b87a37d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70701eba112ed9e6dfc56c78329c5322358742efe4b1f207d3f43f88f3ea773370a038e9b65422a8656368f58d9d9968ce5272a1d215fb76740b2dfcb84270ac
|
|
7
|
+
data.tar.gz: af3387a85784bdf7184b0e81039a57afbe23c9d48b42ea9c78e1fd2e393adda326e1312d5705bce80db8e92f4528c7632acd631fdaf2f53ebc8fda2b71b3c578
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
>�(=8x��z)�X�^�q���B{k����Z�3�T���kS�xT@���'KJ6���^�{CF@o>��o�b�[��y��G������;h���W�?����ӻ�{C�QV_iyb��x�ڂ-}���;�M�Q�m\s�67�O�ǻ���$}�v"*<=����Y�G�X�/=��i��8v�:t�r� ��soV��5��б��cX�5���eɐJ�R���
|
|
1
|
+
Rp����g��Ǚ��ӌ��ܳ~*�$h���(ۑ����ҁÉ����IÜ��6[X����3���H��/��Ɇ�g8�~���1Xڱ+]`<I�sTΝ v`�9�*���C�$����[lp���V���w��@k#�@���6z�?6@��Eo�d��|���oe��h5��GI��~�@Iz�&�G�멉N2&%��Ee�=��8���'��>�c��ef��R�-z��� �2����U�:-�v1��T9
|
data/lib/line-tree.rb
CHANGED
|
@@ -42,10 +42,10 @@ class LineTree
|
|
|
42
42
|
|
|
43
43
|
def get_attributes(s)
|
|
44
44
|
a = s[/{(.*)}/,1].split(',').map do |attr|
|
|
45
|
-
attr.match(/\s*([^:=]+)[:=]\s*['"]*([a-zA-Z0-9\(\)
|
|
45
|
+
attr.match(/\s*([^:=]+)[:=]\s*['"]*([a-zA-Z0-9\(\);\-\/:\.\s]*)/).captures
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
Hash[*a.flatten]
|
|
49
49
|
end
|
|
50
50
|
|
|
51
|
-
end
|
|
51
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: line-tree
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -29,20 +29,20 @@ cert_chain:
|
|
|
29
29
|
Dz+jRefuoazkdPPGcZD+mCU2F42iAyY8omZZjf105rpw/tU49czillRb982Rnja1
|
|
30
30
|
iAgNdWiPNW8ECExJQhYpRbJN0t+PWcMV
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
|
-
date: 2013-
|
|
32
|
+
date: 2013-10-03 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: rexle
|
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
type: :runtime
|
|
42
42
|
prerelease: false
|
|
43
43
|
version_requirements: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
48
48
|
description: Line-tree parses indented lines of text and returns an array representing
|
|
@@ -63,12 +63,12 @@ require_paths:
|
|
|
63
63
|
- lib
|
|
64
64
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- -
|
|
66
|
+
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
requirements:
|
|
71
|
-
- -
|
|
71
|
+
- - ">="
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
73
|
version: '0'
|
|
74
74
|
requirements: []
|
metadata.gz.sig
CHANGED
|
Binary file
|