rexle 1.0.0 → 1.0.1
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +2 -6
- data/lib/rexle.rb +2 -3
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5f2c294e8d6845f6909d3abc19690240d226e80
|
|
4
|
+
data.tar.gz: 11e7b46a5acc0ca105a38364741a9e001f160931
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2257d5da4b295566b3d9cb5703a5886add42feb4159894f35c8a6445e7dcad98d27ce6aef1b21f5b74ba4d3d1320aa3b90bf8d575fe70a1edafd2a71fff9482
|
|
7
|
+
data.tar.gz: 7c0d973a49630e6cd6cacd8f968c546b63b72206ca48c2aa815ca2b4bacf574c6b57300d0c4abda3bf8ff5a28b5a71a5462114a89b92af7de978e0940a115258
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
�=�7���*
|
|
4
|
-
2x�`K,
|
|
5
|
-
0��k�2�B�[~��?Vӗp����$����
|
|
6
|
-
A��V�z�#�r��Es��=���ӿ�x��ZF�g`��
|
|
1
|
+
9`���n�u����OD�� �uQk�jf>�F@��{�d�E��ʔ,��8�?&��Sp���y����C�d�;h�r҈�������nFh�+��+��Ji�xu�v
|
|
2
|
+
��!�=A��i�9��:+[/�7ܒ�3~S��8�U[Ӻ%2��ܸ�cɒP���唏����&o���!���Q�o��BMt���=R͢�q�k��V���l�'��l`Wؽ�
|
data/lib/rexle.rb
CHANGED
|
@@ -11,8 +11,6 @@ include REXML
|
|
|
11
11
|
|
|
12
12
|
# modifications:
|
|
13
13
|
|
|
14
|
-
# modifications:
|
|
15
|
-
|
|
16
14
|
# 31-Dec-2013: feature: now supports processing instructions
|
|
17
15
|
# 18-Dec-2013: feature fix: the result of text() is no longer unescaped
|
|
18
16
|
# 13-Dec-2013: bug fix: elements with dashes can now be queried
|
|
@@ -184,7 +182,8 @@ end
|
|
|
184
182
|
class Rexle
|
|
185
183
|
include XMLhelper
|
|
186
184
|
|
|
187
|
-
attr_reader :prefixes
|
|
185
|
+
attr_reader :prefixes
|
|
186
|
+
attr_accessor :instructions
|
|
188
187
|
|
|
189
188
|
def initialize(x=nil)
|
|
190
189
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rexle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
|
29
29
|
EgghkUCgC30KsgaYheoN5ILHCE52JXCfr1Qto26qUSdC49xWkxnQz2yrSq8z085Q
|
|
30
30
|
h0bKDk/qqjLsNUnSPxhypj3wTgJNdHKX
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
|
-
date:
|
|
32
|
+
date: 2014-01-01 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: rexleparser
|
metadata.gz.sig
CHANGED
|
Binary file
|