rexle 0.9.76 → 0.9.77
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 +2 -3
- data.tar.gz.sig +0 -0
- data/lib/rexle.rb +3 -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: cf2d1b7fb7f090c6bfb0e142ba9e0596f8730709
|
|
4
|
+
data.tar.gz: c9217b7a30787b26500533219b851dc5e94866be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9681b4c6d172fa098938c96aac97718349adb6662f974bfb375febb210fab88348856709fa1507dc62d94406a73a42b1e057c9c6661659d4a36321f45524762a
|
|
7
|
+
data.tar.gz: acb9cfcd8ef7d3a3be89166ceff80c1f142b503b8b60f8d248d5382f657e705f4d4677ae661eed29f21766030a031368144894f1a664a5a96b73457a2c444f58
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
�
|
|
3
|
-
�I��INaJ�}B9�vUv��!�K�����#��kz�����_M��6*r���n�b����w����|͏@X�K�~��p�����f��FY�HCKh���~d� �$��� _��z^�_3SO��Ӛ%#�n C��9���b4�o����G^ڲ/��u
|
|
1
|
+
�ͭ���+���K���-7�>՞�#��h��[p7Eß�e��=�K�R8��k��1�ܢ�G�%h'�f�1V*�Y�T�+��4����Bn��)Ѐxb�ːs�ͧ�rJ�_[�6�F�Gc���\��Ҥ��V
|
|
2
|
+
ćY�XL�o&�����Z+������d�I��@*�&�^��Sᢌ"�toHx*�(^=/�������5��t�ߧ7�Ɓ���L0Ϯї崊�妷?,0��0M�
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/rexle.rb
CHANGED
|
@@ -10,6 +10,8 @@ require 'cgi'
|
|
|
10
10
|
include REXML
|
|
11
11
|
|
|
12
12
|
# modifications:
|
|
13
|
+
# 05-Nov02013: XPath bug fix: recursive selector with conditional parent now
|
|
14
|
+
# returns the correct child e.g. //b[2]/c
|
|
13
15
|
# 10-Oct-2013: bug fix: child elements which have the same name as their parent
|
|
14
16
|
# are now select correctly through XPath
|
|
15
17
|
# 22-sep-2013: feature: remove() is now an alias of delete()
|
|
@@ -368,7 +370,7 @@ class Rexle
|
|
|
368
370
|
|
|
369
371
|
if raw_path[0,2] == '//' then
|
|
370
372
|
|
|
371
|
-
regex = /\[(\d+)\]
|
|
373
|
+
regex = /\[(\d+)\]$/
|
|
372
374
|
n = xpath_value[regex,1]
|
|
373
375
|
xpath_value.slice!(regex)
|
|
374
376
|
|
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.77
|
|
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-
|
|
32
|
+
date: 2013-11-05 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: rexleparser
|
metadata.gz.sig
CHANGED
|
Binary file
|