rubysl-rexml 2.0.3 → 2.0.4
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
- data/.travis.yml +8 -10
- data/lib/rexml/document.rb +4 -0
- data/lib/rexml/entity.rb +1 -0
- data/lib/rubysl/rexml/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 754267fa9434a21fa0d500cbce27523fcc1c3d4e
|
|
4
|
+
data.tar.gz: f3d679173d21491df7b18466b06a93b6e3cd4584
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21fd59f8a79379055f66b65fdc3d87be26bfa3cba46945f0a2adf71f36cc0e043e9a458b1edfa103b1f493f72edca90a1db9ed8578270bc3d9a4183e29d2b436
|
|
7
|
+
data.tar.gz: 38f608ef8587f7ea9df25cc3739bd2afe2cf82774b3c9cc1e37dcf074f07c39b2cefc42b2bb944a605edfb3ca4f1b901a84c698a2b82cee9ea08e50dbcf12f8a
|
data/.travis.yml
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
language: ruby
|
|
2
2
|
env:
|
|
3
|
-
- RUBYLIB=lib
|
|
4
|
-
- RUBYLIB=
|
|
3
|
+
- RUBYLIB=lib:.
|
|
5
4
|
script: mspec spec
|
|
5
|
+
branches:
|
|
6
|
+
only:
|
|
7
|
+
- 1.0
|
|
8
|
+
- 2.0
|
|
6
9
|
rvm:
|
|
7
|
-
- 2.
|
|
8
|
-
- rbx-2
|
|
9
|
-
|
|
10
|
-
exclude:
|
|
11
|
-
- rvm: 2.0.0
|
|
12
|
-
env: RUBYLIB=lib
|
|
13
|
-
- rvm: rbx-2.2.1
|
|
14
|
-
env: RUBYLIB=
|
|
10
|
+
- 2.1.0
|
|
11
|
+
- rbx-2
|
|
12
|
+
|
data/lib/rexml/document.rb
CHANGED
data/lib/rexml/entity.rb
CHANGED
|
@@ -157,6 +157,7 @@ module REXML
|
|
|
157
157
|
|
|
158
158
|
# This is a set of entity constants -- the ones defined in the XML
|
|
159
159
|
# specification. These are +gt+, +lt+, +amp+, +quot+ and +apos+.
|
|
160
|
+
# CAUTION: these entities does not have parent and document
|
|
160
161
|
module EntityConst
|
|
161
162
|
# +>+
|
|
162
163
|
GT = Entity.new( 'gt', '>' )
|
data/lib/rubysl/rexml/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubysl-rexml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Shirai
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|