line-tree 0.3.8 → 0.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +2 -0
- data.tar.gz.sig +2 -1
- metadata +40 -46
- metadata.gz.sig +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 1ca8762fbc9530da04c491321b197cc705778979
|
4
|
+
data.tar.gz: 8e0e9aad4297af59f57242b38b7344e377abe87a
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 876a6700e87a7efaeadf3deda3d2f80c3b6b4776204813e56d8a76e8c8b2c29ba81472f69d5b6abaef4cdf51b029ba5ed91193f43a67e59c48185162215149e8
|
7
|
+
data.tar.gz: 6dc3153cbe71dd27a02b22272d23024bd176eaed49708147cc3e87f136545fabe572a5c9c4ecdcb17e8436fc595d7634bd302f8a5b753fb007ed6147ec60e098
|
checksums.yaml.gz.sig
ADDED
data.tar.gz.sig
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
�����}�1�����w��Ҧݘ�
|
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���
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: line-tree
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 0.3.8
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.3.9
|
6
5
|
platform: ruby
|
7
|
-
authors:
|
6
|
+
authors:
|
8
7
|
- James Robertson
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
|
-
cert_chain:
|
10
|
+
cert_chain:
|
12
11
|
- |
|
13
12
|
-----BEGIN CERTIFICATE-----
|
14
13
|
MIIDRDCCAiygAwIBAgIBADANBgkqhkiG9w0BAQUFADBIMRIwEAYDVQQDDAlnZW1t
|
@@ -30,57 +29,52 @@ cert_chain:
|
|
30
29
|
Dz+jRefuoazkdPPGcZD+mCU2F42iAyY8omZZjf105rpw/tU49czillRb982Rnja1
|
31
30
|
iAgNdWiPNW8ECExJQhYpRbJN0t+PWcMV
|
32
31
|
-----END CERTIFICATE-----
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
- !ruby/object:Gem::Dependency
|
32
|
+
date: 2013-07-27 00:00:00.000000000 Z
|
33
|
+
dependencies:
|
34
|
+
- !ruby/object:Gem::Dependency
|
37
35
|
name: rexle
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
- !ruby/object:Gem::Version
|
44
|
-
version: "0"
|
36
|
+
requirement: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
45
41
|
type: :runtime
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
-
|
42
|
+
prerelease: false
|
43
|
+
version_requirements: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - '>='
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
description: Line-tree parses indented lines of text and returns an array representing
|
49
|
+
a tree structure.
|
50
|
+
email: james@r0bertson.co.uk
|
50
51
|
executables: []
|
51
|
-
|
52
52
|
extensions: []
|
53
|
-
|
54
53
|
extra_rdoc_files: []
|
55
|
-
|
56
|
-
files:
|
54
|
+
files:
|
57
55
|
- lib/line-tree.rb
|
58
|
-
homepage:
|
59
|
-
licenses:
|
60
|
-
|
56
|
+
homepage: https://github.com/jrobertson/line-tree
|
57
|
+
licenses:
|
58
|
+
- MIT
|
59
|
+
metadata: {}
|
61
60
|
post_install_message:
|
62
61
|
rdoc_options: []
|
63
|
-
|
64
|
-
require_paths:
|
62
|
+
require_paths:
|
65
63
|
- lib
|
66
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
- !ruby/object:Gem::Version
|
77
|
-
version: "0"
|
64
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - '>='
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - '>='
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '0'
|
78
74
|
requirements: []
|
79
|
-
|
80
75
|
rubyforge_project:
|
81
|
-
rubygems_version:
|
76
|
+
rubygems_version: 2.0.0.rc.2
|
82
77
|
signing_key:
|
83
|
-
specification_version:
|
78
|
+
specification_version: 4
|
84
79
|
summary: line-tree
|
85
80
|
test_files: []
|
86
|
-
|
metadata.gz.sig
CHANGED
Binary file
|