rubysl-rexml 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91e30152285f87f44bc1907332626b4571ab509b
4
- data.tar.gz: 7d4b4ad4d07dd9706c0784d1529d562881c60f9b
3
+ metadata.gz: 754267fa9434a21fa0d500cbce27523fcc1c3d4e
4
+ data.tar.gz: f3d679173d21491df7b18466b06a93b6e3cd4584
5
5
  SHA512:
6
- metadata.gz: 8e023ec5017bb01045b819ba9909543614e73182ec844143dc3d0c1506b8676f6d7fe0a5d9e00b1e3c3abe469569237beaaf332f80dee086933c45307df2af71
7
- data.tar.gz: 52a2a21b20c89ff3c4d03ab195340030baeba8a8b22a40a315c2612f7dfd274abca21403200b439990399d0c5f822c34b7554cadbba0f60cd5bca68d31de9899
6
+ metadata.gz: 21fd59f8a79379055f66b65fdc3d87be26bfa3cba46945f0a2adf71f36cc0e043e9a458b1edfa103b1f493f72edca90a1db9ed8578270bc3d9a4183e29d2b436
7
+ data.tar.gz: 38f608ef8587f7ea9df25cc3739bd2afe2cf82774b3c9cc1e37dcf074f07c39b2cefc42b2bb944a605edfb3ca4f1b901a84c698a2b82cee9ea08e50dbcf12f8a
@@ -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.0.0
8
- - rbx-2.2.1
9
- matrix:
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
+
@@ -278,6 +278,10 @@ module REXML
278
278
  end
279
279
  end
280
280
 
281
+ def document
282
+ self
283
+ end
284
+
281
285
  private
282
286
  def build( source )
283
287
  Parsers::TreeParser.new( source, self ).parse
@@ -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', '>' )
@@ -1,5 +1,5 @@
1
1
  module RubySL
2
2
  module REXML
3
- VERSION = "2.0.3"
3
+ VERSION = "2.0.4"
4
4
  end
5
5
  end
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.3
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-10-29 00:00:00.000000000 Z
11
+ date: 2014-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler