rexle 0.9.82 → 0.9.83
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 +0 -0
- data/lib/rexle.rb +2 -1
- 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: 2fb7c4d6faed234c979f582375b10bf87261737a
|
|
4
|
+
data.tar.gz: d2fe85adeee72eedec4b13f71504acc246719de5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd221b997429d42cd58139550fa8d475ed65866ae75d6402bb998030ff278f8c77f2969e370f7475c3345eebfe0a3a5dd4ffda38d6abab00369fb4667db2b422
|
|
7
|
+
data.tar.gz: cb62dbaf3a154895eb2ec4c0f2e1f9bde979297b10fb287a7ae663181b7412beecda58c4825e9c7f5199f7d87d4b8824f8bef711a254e562a851ddfb1dceb566
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/rexle.rb
CHANGED
|
@@ -11,6 +11,7 @@ include REXML
|
|
|
11
11
|
|
|
12
12
|
# modifications:
|
|
13
13
|
|
|
14
|
+
# 18-Dec-2013: feature fix: the result of text() is no longer unescaped
|
|
14
15
|
# 13-Dec-2013: bug fix: elements with dashes can now be queried
|
|
15
16
|
# 14-Nov-2013: feature: Implemented method content() to output XML as
|
|
16
17
|
# unescaped plain text
|
|
@@ -587,7 +588,7 @@ class Rexle
|
|
|
587
588
|
e = self.element(s)
|
|
588
589
|
result = e.value if e
|
|
589
590
|
end
|
|
590
|
-
result = CGI.unescape_html result.to_s
|
|
591
|
+
#jr181313 result = CGI.unescape_html result.to_s
|
|
591
592
|
|
|
592
593
|
def result.unescape()
|
|
593
594
|
s = self.clone
|
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: 0.9.
|
|
4
|
+
version: 0.9.83
|
|
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: 2013-12-
|
|
32
|
+
date: 2013-12-18 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: rexleparser
|
metadata.gz.sig
CHANGED
|
Binary file
|