sixarm_ruby_xml_load 2.1.0 → 2.1.2
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 +7 -0
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/Rakefile +6 -4
- data/lib/sixarm_ruby_xml_load.rb +1 -1
- data/test/sixarm_ruby_xml_load_test.rb +4 -4
- metadata +159 -46
- metadata.gz.sig +0 -0
- data/.gemtest +0 -0
- data/README.md +0 -83
- data/VERSION +0 -1
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 016f3022706ced8028d8ad6884322149eb64aa11
|
4
|
+
data.tar.gz: b7b0d26222ad406473efc1d189e1a3b094f338b9
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c271f09c4aabaf24e847facf0d19cd25930db3caacc37d0ac49a64ff343b27167c925310d99cae62d3d320df795b88c1ecee420566160a4d26817f56038d2ca1
|
7
|
+
data.tar.gz: fa469639181ce09f4af71d1c511c3ff63a685fa68dbf79aa380e0670c8bef4f840228ea82942af15fa731e238d61d057e87d63aad30252a3e5f9c09e0aa482bf
|
checksums.yaml.gz.sig
ADDED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/Rakefile
CHANGED
@@ -1,8 +1,10 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
|
-
require
|
3
|
-
require
|
2
|
+
require "rake"
|
3
|
+
require "rake/testtask"
|
4
|
+
|
5
|
+
task :default => :test
|
4
6
|
|
5
7
|
Rake::TestTask.new(:test) do |t|
|
6
|
-
t.libs
|
7
|
-
t.pattern =
|
8
|
+
t.libs.push("lib", "test")
|
9
|
+
t.pattern = "test/**/*.rb"
|
8
10
|
end
|
data/lib/sixarm_ruby_xml_load.rb
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
|
-
require
|
3
|
-
require
|
2
|
+
require "minitest/autorun"
|
3
|
+
require "simplecov"
|
4
4
|
SimpleCov.start
|
5
|
-
require
|
6
|
-
require
|
5
|
+
require "sixarm_ruby_xml_load"
|
6
|
+
require "pathname"
|
7
7
|
|
8
8
|
describe XML do
|
9
9
|
|
metadata
CHANGED
@@ -1,93 +1,206 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sixarm_ruby_xml_load
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
5
|
-
prerelease:
|
4
|
+
version: 2.1.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- SixArm
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain:
|
12
|
-
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
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
|
45
|
+
n+ES/gQPOnvmVkLDGw==
|
46
|
+
-----END CERTIFICATE-----
|
47
|
+
date: 2017-08-13 00:00:00.000000000 Z
|
39
48
|
dependencies:
|
40
49
|
- !ruby/object:Gem::Dependency
|
41
50
|
name: sixarm_ruby_rexml
|
42
|
-
requirement:
|
43
|
-
none: false
|
51
|
+
requirement: !ruby/object:Gem::Requirement
|
44
52
|
requirements:
|
45
|
-
- -
|
53
|
+
- - ">="
|
46
54
|
- !ruby/object:Gem::Version
|
47
55
|
version: 2.1.0
|
56
|
+
- - "<"
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
version: '3'
|
48
59
|
type: :runtime
|
49
60
|
prerelease: false
|
50
|
-
version_requirements:
|
51
|
-
|
61
|
+
version_requirements: !ruby/object:Gem::Requirement
|
62
|
+
requirements:
|
63
|
+
- - ">="
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: 2.1.0
|
66
|
+
- - "<"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '3'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: sixarm_ruby_minitest_extensions
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - '='
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 1.0.5
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - '='
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 1.0.5
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: minitest
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: 5.7.0
|
90
|
+
- - "<"
|
91
|
+
- !ruby/object:Gem::Version
|
92
|
+
version: '6'
|
93
|
+
type: :development
|
94
|
+
prerelease: false
|
95
|
+
version_requirements: !ruby/object:Gem::Requirement
|
96
|
+
requirements:
|
97
|
+
- - ">="
|
98
|
+
- !ruby/object:Gem::Version
|
99
|
+
version: 5.7.0
|
100
|
+
- - "<"
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: '6'
|
103
|
+
- !ruby/object:Gem::Dependency
|
104
|
+
name: rake
|
105
|
+
requirement: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - ">"
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: 10.4.2
|
110
|
+
- - "<"
|
111
|
+
- !ruby/object:Gem::Version
|
112
|
+
version: '11'
|
113
|
+
type: :development
|
114
|
+
prerelease: false
|
115
|
+
version_requirements: !ruby/object:Gem::Requirement
|
116
|
+
requirements:
|
117
|
+
- - ">"
|
118
|
+
- !ruby/object:Gem::Version
|
119
|
+
version: 10.4.2
|
120
|
+
- - "<"
|
121
|
+
- !ruby/object:Gem::Version
|
122
|
+
version: '11'
|
123
|
+
- !ruby/object:Gem::Dependency
|
124
|
+
name: simplecov
|
125
|
+
requirement: !ruby/object:Gem::Requirement
|
126
|
+
requirements:
|
127
|
+
- - ">="
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
version: 0.10.0
|
130
|
+
- - "<"
|
131
|
+
- !ruby/object:Gem::Version
|
132
|
+
version: '2'
|
133
|
+
type: :development
|
134
|
+
prerelease: false
|
135
|
+
version_requirements: !ruby/object:Gem::Requirement
|
136
|
+
requirements:
|
137
|
+
- - ">="
|
138
|
+
- !ruby/object:Gem::Version
|
139
|
+
version: 0.10.0
|
140
|
+
- - "<"
|
141
|
+
- !ruby/object:Gem::Version
|
142
|
+
version: '2'
|
143
|
+
- !ruby/object:Gem::Dependency
|
144
|
+
name: coveralls
|
145
|
+
requirement: !ruby/object:Gem::Requirement
|
146
|
+
requirements:
|
147
|
+
- - ">="
|
148
|
+
- !ruby/object:Gem::Version
|
149
|
+
version: 0.8.2
|
150
|
+
- - "<"
|
151
|
+
- !ruby/object:Gem::Version
|
152
|
+
version: '2'
|
153
|
+
type: :development
|
154
|
+
prerelease: false
|
155
|
+
version_requirements: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - ">="
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: 0.8.2
|
160
|
+
- - "<"
|
161
|
+
- !ruby/object:Gem::Version
|
162
|
+
version: '2'
|
163
|
+
description: XML#load methods to easily load and parse XML
|
52
164
|
email: sixarm@sixarm.com
|
53
165
|
executables: []
|
54
166
|
extensions: []
|
55
167
|
extra_rdoc_files: []
|
56
168
|
files:
|
57
|
-
- .gemtest
|
58
169
|
- Rakefile
|
59
|
-
- README.md
|
60
|
-
- VERSION
|
61
170
|
- lib/sixarm_ruby_xml_load.rb
|
62
171
|
- test/sixarm_ruby_xml_load_test.rb
|
63
172
|
- test/sixarm_ruby_xml_load_test/test_1.xml
|
64
173
|
- test/sixarm_ruby_xml_load_test/test_2.xml
|
65
174
|
homepage: http://sixarm.com/
|
66
|
-
licenses:
|
175
|
+
licenses:
|
176
|
+
- Apache-2.0
|
177
|
+
- Artistic-2.0
|
178
|
+
- BSD-3-Clause
|
179
|
+
- GPL-3.0
|
180
|
+
- MIT
|
181
|
+
- MPL-2.0
|
182
|
+
metadata: {}
|
67
183
|
post_install_message:
|
68
184
|
rdoc_options: []
|
69
185
|
require_paths:
|
70
186
|
- lib
|
71
187
|
required_ruby_version: !ruby/object:Gem::Requirement
|
72
|
-
none: false
|
73
188
|
requirements:
|
74
|
-
- -
|
189
|
+
- - ">="
|
75
190
|
- !ruby/object:Gem::Version
|
76
191
|
version: '0'
|
77
192
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
78
|
-
none: false
|
79
193
|
requirements:
|
80
|
-
- -
|
194
|
+
- - ">="
|
81
195
|
- !ruby/object:Gem::Version
|
82
196
|
version: '0'
|
83
197
|
requirements: []
|
84
198
|
rubyforge_project:
|
85
|
-
rubygems_version:
|
199
|
+
rubygems_version: 2.6.12
|
86
200
|
signing_key:
|
87
|
-
specification_version:
|
88
|
-
summary: SixArm.com
|
201
|
+
specification_version: 4
|
202
|
+
summary: SixArm.com → Ruby → XML#load methods
|
89
203
|
test_files:
|
90
204
|
- test/sixarm_ruby_xml_load_test.rb
|
91
205
|
- test/sixarm_ruby_xml_load_test/test_1.xml
|
92
206
|
- test/sixarm_ruby_xml_load_test/test_2.xml
|
93
|
-
has_rdoc: true
|
metadata.gz.sig
CHANGED
Binary file
|
data/.gemtest
DELETED
File without changes
|
data/README.md
DELETED
@@ -1,83 +0,0 @@
|
|
1
|
-
# SixArm.com » Ruby » <br> XML#load methods to load documents, elements, attributes
|
2
|
-
|
3
|
-
* Docs: <http://sixarm.com/sixarm_ruby_week/doc>
|
4
|
-
* Repo: <http://github.com/sixarm/sixarm_ruby_week>
|
5
|
-
* Email: Joel Parker Henderson, <joel@sixarm.com>
|
6
|
-
|
7
|
-
|
8
|
-
## Introduction
|
9
|
-
|
10
|
-
XML load methods:
|
11
|
-
|
12
|
-
* XML.load_dir: load XML documents from one or more directory paths and file paths.
|
13
|
-
* XML.load_elements: load XML elements from a file and with an xpath selector.
|
14
|
-
* XML.load_attributes: load XML attributes from a file and with an xpath selector.
|
15
|
-
* XML.load_attributes_array: load XML attributes into an array
|
16
|
-
* XML.load_attributes_hash: load XML attributes into a hash of name value pairs.
|
17
|
-
|
18
|
-
For docs go to <http://sixarm.com/sixarm_ruby_week/doc>
|
19
|
-
|
20
|
-
Want to help? We're happy to get pull requests.
|
21
|
-
|
22
|
-
|
23
|
-
## Quickstart
|
24
|
-
|
25
|
-
Install:
|
26
|
-
|
27
|
-
gem install sixarm_xml_load
|
28
|
-
|
29
|
-
Bundler:
|
30
|
-
|
31
|
-
gem "sixarm_ruby_xml_load", "=2.1.0"
|
32
|
-
|
33
|
-
Require:
|
34
|
-
|
35
|
-
require "sixarm_ruby_xml_load"
|
36
|
-
|
37
|
-
|
38
|
-
## High Security (Optional)
|
39
|
-
|
40
|
-
To enable high security for all our gems:
|
41
|
-
|
42
|
-
wget http://sixarm.com/sixarm.pem
|
43
|
-
gem cert --add sixarm.pem
|
44
|
-
gem sources --add http://sixarm.com
|
45
|
-
|
46
|
-
To install with high security:
|
47
|
-
|
48
|
-
gem install sixarm_ruby_alpha_bravo --test --trust-policy HighSecurity
|
49
|
-
|
50
|
-
|
51
|
-
## Changes
|
52
|
-
|
53
|
-
* 2012-03-16 2.1.0 Upgrade for Ruby 1.9.3, minitest/spec, and improved docs.
|
54
|
-
* 2012-03-13 2.0.0 Lift the XML#load methods from the sixarm_ruby_ramp gem
|
55
|
-
|
56
|
-
|
57
|
-
## License
|
58
|
-
|
59
|
-
You may choose any of these open source licenses:
|
60
|
-
|
61
|
-
* Apache License
|
62
|
-
* BSD License
|
63
|
-
* CreativeCommons License, Non-commercial Share Alike
|
64
|
-
* GNU General Public License Version 2 (GPL 2)
|
65
|
-
* GNU Lesser General Public License (LGPL)
|
66
|
-
* MIT License
|
67
|
-
* Perl Artistic License
|
68
|
-
* Ruby License
|
69
|
-
|
70
|
-
The software is provided "as is", without warranty of any kind,
|
71
|
-
express or implied, including but not limited to the warranties of
|
72
|
-
merchantability, fitness for a particular purpose and noninfringement.
|
73
|
-
|
74
|
-
In no event shall the authors or copyright holders be liable for any
|
75
|
-
claim, damages or other liability, whether in an action of contract,
|
76
|
-
tort or otherwise, arising from, out of or in connection with the
|
77
|
-
software or the use or other dealings in the software.
|
78
|
-
|
79
|
-
This license is for the included software that is created by SixArm;
|
80
|
-
some of the included software may have its own licenses, copyrights,
|
81
|
-
authors, etc. and these do take precedence over the SixArm license.
|
82
|
-
|
83
|
-
Copyright (c) 2005-2013 Joel Parker Henderson
|
data/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
2.0.0
|