rowx 0.1.3 → 0.1.4
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 +0 -0
- data.tar.gz.sig +0 -0
- metadata +50 -53
- metadata.gz.sig +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 7484fc4c3bd97845777c5511fd5c982dd75c4bd0
|
4
|
+
data.tar.gz: f63d0e3c7b0ab4147d46d2f82bf047ca8afb9e44
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e9dcc175571008052849b74b64677fad8cf6cc6aab15fa6df54cb7902b02cf658655030e5624e2334c7b4d9b37f3f57e8756a9e1843ca4feb443e85cec4ccb77
|
7
|
+
data.tar.gz: 49b133f254ed652b576b38f33ff6bcd1d16837953cfe786ff67d152bfb80c9bd6f41b2df541fc270e209bc9469cb1ccd7c2b3f2caa7f344859eec39b61cbf8df
|
checksums.yaml.gz.sig
ADDED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rowx
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 0.1.3
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.4
|
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,67 +29,65 @@ cert_chain:
|
|
30
29
|
uXUwmNalFJIXxQzr4trZWuBNI64wIqhFnjEQHG2N9HUyaGwkK5TznpUM8KEqDnDk
|
31
30
|
fXbCnu8uH0gz42PqnrqiE7yzaUNWh3VM
|
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: line-tree
|
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
|
-
version_requirements: *id001
|
47
|
-
- !ruby/object:Gem::Dependency
|
48
|
-
name: rexle
|
49
42
|
prerelease: false
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
43
|
+
version_requirements: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - '>='
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
- !ruby/object:Gem::Dependency
|
49
|
+
name: rexle
|
50
|
+
requirement: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - '>='
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
56
55
|
type: :runtime
|
57
|
-
|
56
|
+
prerelease: false
|
57
|
+
version_requirements: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - '>='
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
58
62
|
description: Generates XML from rows of labelled, nested, and plain text
|
59
|
-
email:
|
63
|
+
email: james@r0bertson.co.uk
|
60
64
|
executables: []
|
61
|
-
|
62
65
|
extensions: []
|
63
|
-
|
64
66
|
extra_rdoc_files: []
|
65
|
-
|
66
|
-
files:
|
67
|
+
files:
|
67
68
|
- lib/rowx.rb
|
68
|
-
homepage:
|
69
|
-
licenses:
|
70
|
-
|
69
|
+
homepage: https://github.com/jrobertson/rowx
|
70
|
+
licenses:
|
71
|
+
- MIT
|
72
|
+
metadata: {}
|
71
73
|
post_install_message:
|
72
74
|
rdoc_options: []
|
73
|
-
|
74
|
-
require_paths:
|
75
|
+
require_paths:
|
75
76
|
- lib
|
76
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
- !ruby/object:Gem::Version
|
87
|
-
version: "0"
|
77
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - '>='
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '0'
|
82
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
83
|
+
requirements:
|
84
|
+
- - '>='
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
version: '0'
|
88
87
|
requirements: []
|
89
|
-
|
90
88
|
rubyforge_project:
|
91
|
-
rubygems_version:
|
89
|
+
rubygems_version: 2.0.0.rc.2
|
92
90
|
signing_key:
|
93
|
-
specification_version:
|
91
|
+
specification_version: 4
|
94
92
|
summary: rowx
|
95
93
|
test_files: []
|
96
|
-
|
metadata.gz.sig
CHANGED
Binary file
|