sixarm_ruby_rexml 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 +1 -0
- data.tar.gz.sig +0 -0
- data/Rakefile +6 -4
- data/lib/sixarm_ruby_rexml.rb +1 -1
- data/test/sixarm_ruby_rexml_test.rb +3 -3
- data/test/sixarm_ruby_rexml_test/attributes_test.rb +4 -4
- data/test/sixarm_ruby_rexml_test/document_test.rb +4 -4
- data/test/sixarm_ruby_rexml_test/element_test.rb +4 -4
- metadata +147 -43
- metadata.gz.sig +0 -0
- data/.gemtest +0 -0
- data/README.md +0 -98
- data/VERSION +0 -1
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 7c066155d927f6963fae91c407af5e5c7ba52ad4
|
4
|
+
data.tar.gz: '094b42cb821a50b08fbd4ac792ef9c8fdc03a454'
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 9dbe1f12b2dae8a33b77bf08de649fcfcf5ce3ba8c101081ea695c155298eff866380e989f5793deec6c0fb427226a26cfc032c6c16c5404f4a2bf570b634653
|
7
|
+
data.tar.gz: 4e775718acf352188094a6624eba82312e0358f9a8c4c801db618c6f2d15c3092f0482b363fd305f9f124b16e6fa970e5ecec438f830a1b4ee1a705e96d3c858
|
checksums.yaml.gz.sig
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
ؼ�f�e��Úq��j)#<��������H���E��`��2o�yJZo�yLK�"��O�
|
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_rexml.rb
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
|
-
require
|
3
|
-
require
|
2
|
+
require "minitest/autorun"
|
3
|
+
require "simplecov"
|
4
4
|
SimpleCov.start
|
5
|
-
require
|
5
|
+
require "sixarm_ruby_rexml"
|
6
6
|
|
7
7
|
['attributes','document','element'].map{|x|
|
8
8
|
require "sixarm_ruby_rexml_test/#{x}_test.rb"
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
|
-
require
|
3
|
-
require
|
4
|
-
require
|
2
|
+
require "minitest/autorun"
|
3
|
+
require "minitest/autorun"
|
4
|
+
require "simplecov"
|
5
5
|
SimpleCov.start
|
6
|
-
require
|
6
|
+
require "sixarm_ruby_rexml"
|
7
7
|
|
8
8
|
describe REXML::Attributes do
|
9
9
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
|
-
require
|
3
|
-
require
|
4
|
-
require
|
2
|
+
require "minitest/autorun"
|
3
|
+
require "minitest/autorun"
|
4
|
+
require "simplecov"
|
5
5
|
SimpleCov.start
|
6
|
-
require
|
6
|
+
require "sixarm_ruby_rexml"
|
7
7
|
|
8
8
|
describe REXML::Document do
|
9
9
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
|
-
require
|
3
|
-
require
|
4
|
-
require
|
2
|
+
require "minitest/autorun"
|
3
|
+
require "minitest/autorun"
|
4
|
+
require "simplecov"
|
5
5
|
SimpleCov.start
|
6
|
-
require
|
6
|
+
require "sixarm_ruby_rexml"
|
7
7
|
|
8
8
|
describe REXML::Element do
|
9
9
|
|
metadata
CHANGED
@@ -1,52 +1,152 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sixarm_ruby_rexml
|
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
|
-
|
39
|
-
|
40
|
-
|
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
|
48
|
+
dependencies:
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: minitest
|
51
|
+
requirement: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - ">="
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: 5.7.0
|
56
|
+
- - "<"
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
version: '6'
|
59
|
+
type: :development
|
60
|
+
prerelease: false
|
61
|
+
version_requirements: !ruby/object:Gem::Requirement
|
62
|
+
requirements:
|
63
|
+
- - ">="
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: 5.7.0
|
66
|
+
- - "<"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '6'
|
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: rake
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: 10.4.2
|
90
|
+
- - "<"
|
91
|
+
- !ruby/object:Gem::Version
|
92
|
+
version: '11'
|
93
|
+
type: :development
|
94
|
+
prerelease: false
|
95
|
+
version_requirements: !ruby/object:Gem::Requirement
|
96
|
+
requirements:
|
97
|
+
- - ">"
|
98
|
+
- !ruby/object:Gem::Version
|
99
|
+
version: 10.4.2
|
100
|
+
- - "<"
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: '11'
|
103
|
+
- !ruby/object:Gem::Dependency
|
104
|
+
name: simplecov
|
105
|
+
requirement: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - ">="
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: 0.10.0
|
110
|
+
- - "<"
|
111
|
+
- !ruby/object:Gem::Version
|
112
|
+
version: '2'
|
113
|
+
type: :development
|
114
|
+
prerelease: false
|
115
|
+
version_requirements: !ruby/object:Gem::Requirement
|
116
|
+
requirements:
|
117
|
+
- - ">="
|
118
|
+
- !ruby/object:Gem::Version
|
119
|
+
version: 0.10.0
|
120
|
+
- - "<"
|
121
|
+
- !ruby/object:Gem::Version
|
122
|
+
version: '2'
|
123
|
+
- !ruby/object:Gem::Dependency
|
124
|
+
name: coveralls
|
125
|
+
requirement: !ruby/object:Gem::Requirement
|
126
|
+
requirements:
|
127
|
+
- - ">="
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
version: 0.8.2
|
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.8.2
|
140
|
+
- - "<"
|
141
|
+
- !ruby/object:Gem::Version
|
142
|
+
version: '2'
|
143
|
+
description: REXML extensions for XML documents, elements, and attributes
|
41
144
|
email: sixarm@sixarm.com
|
42
145
|
executables: []
|
43
146
|
extensions: []
|
44
147
|
extra_rdoc_files: []
|
45
148
|
files:
|
46
|
-
- .gemtest
|
47
149
|
- Rakefile
|
48
|
-
- README.md
|
49
|
-
- VERSION
|
50
150
|
- lib/sixarm_ruby_rexml.rb
|
51
151
|
- lib/sixarm_ruby_rexml/attributes.rb
|
52
152
|
- lib/sixarm_ruby_rexml/document.rb
|
@@ -56,32 +156,36 @@ files:
|
|
56
156
|
- test/sixarm_ruby_rexml_test/document_test.rb
|
57
157
|
- test/sixarm_ruby_rexml_test/element_test.rb
|
58
158
|
homepage: http://sixarm.com/
|
59
|
-
licenses:
|
159
|
+
licenses:
|
160
|
+
- Apache-2.0
|
161
|
+
- Artistic-2.0
|
162
|
+
- BSD-3-Clause
|
163
|
+
- GPL-3.0
|
164
|
+
- MIT
|
165
|
+
- MPL-2.0
|
166
|
+
metadata: {}
|
60
167
|
post_install_message:
|
61
168
|
rdoc_options: []
|
62
169
|
require_paths:
|
63
170
|
- lib
|
64
171
|
required_ruby_version: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
172
|
requirements:
|
67
|
-
- -
|
173
|
+
- - ">="
|
68
174
|
- !ruby/object:Gem::Version
|
69
175
|
version: '0'
|
70
176
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
|
-
none: false
|
72
177
|
requirements:
|
73
|
-
- -
|
178
|
+
- - ">="
|
74
179
|
- !ruby/object:Gem::Version
|
75
180
|
version: '0'
|
76
181
|
requirements: []
|
77
182
|
rubyforge_project:
|
78
|
-
rubygems_version:
|
183
|
+
rubygems_version: 2.6.12
|
79
184
|
signing_key:
|
80
|
-
specification_version:
|
81
|
-
summary: SixArm.com
|
185
|
+
specification_version: 4
|
186
|
+
summary: SixArm.com → Ruby → REXML extensions
|
82
187
|
test_files:
|
83
188
|
- test/sixarm_ruby_rexml_test.rb
|
84
189
|
- test/sixarm_ruby_rexml_test/attributes_test.rb
|
85
190
|
- test/sixarm_ruby_rexml_test/document_test.rb
|
86
191
|
- test/sixarm_ruby_rexml_test/element_test.rb
|
87
|
-
has_rdoc: true
|
metadata.gz.sig
CHANGED
Binary file
|
data/.gemtest
DELETED
File without changes
|
data/README.md
DELETED
@@ -1,98 +0,0 @@
|
|
1
|
-
# SixArm.com » Ruby » <br> REXML core for XML documents, elements, attributes
|
2
|
-
|
3
|
-
* Docs: <http://sixarm.com/sixarm_ruby_rexml/doc>
|
4
|
-
* Repo: <http://github.com/sixarm/sixarm_ruby_rexml>
|
5
|
-
* Email: Joel Parker Henderson, <joel@sixarm.com>
|
6
|
-
|
7
|
-
|
8
|
-
## Introduction
|
9
|
-
|
10
|
-
This Ruby gem has REXML core extensions to help clean up XML.
|
11
|
-
|
12
|
-
* REXML::Attributes#to_a_hash: return a new hash of the attributes' name value pairs.
|
13
|
-
* REXML::Document#remove_attributes: remove all attributes from the document's elements.
|
14
|
-
* REXML::Element#remove_attributes: remove all attributes from the element.
|
15
|
-
|
16
|
-
|
17
|
-
## Quickstart
|
18
|
-
|
19
|
-
Install:
|
20
|
-
|
21
|
-
gem install sixarm_ruby_rexml
|
22
|
-
|
23
|
-
Bundler:
|
24
|
-
|
25
|
-
gem "sixarm_ruby_rexml", "=2.1.0"
|
26
|
-
|
27
|
-
Require:
|
28
|
-
|
29
|
-
require "sixarm_ruby_rexml"
|
30
|
-
|
31
|
-
|
32
|
-
## High Security (Optional)
|
33
|
-
|
34
|
-
To enable high security for all our gems:
|
35
|
-
|
36
|
-
wget http://sixarm.com/sixarm.pem
|
37
|
-
gem cert --add sixarm.pem
|
38
|
-
gem sources --add http://sixarm.com
|
39
|
-
|
40
|
-
To install with high security:
|
41
|
-
|
42
|
-
gem install sixarm_ruby_rexml --test --trust-policy HighSecurity
|
43
|
-
|
44
|
-
|
45
|
-
## Example
|
46
|
-
|
47
|
-
Read an XML document then remove all its attributes:
|
48
|
-
|
49
|
-
require "sixarm_ruby_rexml"
|
50
|
-
xml = File.read("foo.xml")
|
51
|
-
doc = REXML::Document.new(xml)
|
52
|
-
doc.remove_attributes
|
53
|
-
puts doc.to_s
|
54
|
-
|
55
|
-
|
56
|
-
## More
|
57
|
-
|
58
|
-
For docs go to <http://sixarm.com/sixarm_ruby_rexml/doc>
|
59
|
-
|
60
|
-
Want to help? We're happy to get pull requests.
|
61
|
-
|
62
|
-
|
63
|
-
## Changes
|
64
|
-
|
65
|
-
* 2012-03-16 2.1.0 Upgrade for Ruby 1.9.3, minitest/spec, and improved docs.
|
66
|
-
* 2012-03-14 2.0.6 Rename Attributes#to_hash to #to_a_hash to unmask Ruby core Attributes#to_hash
|
67
|
-
* 2012-03-14 2.0.4 Fix file includes
|
68
|
-
* 2012-03-13 2.0.0 Lift the REXML extension from the sixarm_ruby_ramp gem
|
69
|
-
|
70
|
-
|
71
|
-
## License
|
72
|
-
|
73
|
-
You may choose any of these open source licenses:
|
74
|
-
|
75
|
-
* Apache License
|
76
|
-
* BSD License
|
77
|
-
* CreativeCommons License, Non-commercial Share Alike
|
78
|
-
* GNU General Public License Version 2 (GPL 2)
|
79
|
-
* GNU Lesser General Public License (LGPL)
|
80
|
-
* MIT License
|
81
|
-
* Perl Artistic License
|
82
|
-
* Ruby License
|
83
|
-
|
84
|
-
The software is provided "as is", without warranty of any kind,
|
85
|
-
express or implied, including but not limited to the warranties of
|
86
|
-
merchantability, fitness for a particular purpose and noninfringement.
|
87
|
-
|
88
|
-
In no event shall the authors or copyright holders be liable for any
|
89
|
-
claim, damages or other liability, whether in an action of contract,
|
90
|
-
tort or otherwise, arising from, out of or in connection with the
|
91
|
-
software or the use or other dealings in the software.
|
92
|
-
|
93
|
-
This license is for the included software that is created by SixArm;
|
94
|
-
some of the included software may have its own licenses, copyrights,
|
95
|
-
authors, etc. and these do take precedence over the SixArm license.
|
96
|
-
|
97
|
-
Copyright (c) 2006-2013 Joel Parker Henderson.
|
98
|
-
|
data/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
2.0.6
|