rexslt 0.5.15 → 0.5.16
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/rexslt.rb +7 -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: 84a7446cfebc47ee405c928426756dce96723a9d
|
|
4
|
+
data.tar.gz: a00367c34bc14a6bcbed0d4440b1ffd7610f45fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1477a29e0360912bf965003f67b63091dff88ab43fb8b0ad572749d177b4f4b72538c6ce20225282ddbe7e10702f55abfce6e9cfbd43d47150fc086f31170459
|
|
7
|
+
data.tar.gz: 13985de61ebeaa37bb706d6966e201ffbb3d2d37303800d15f25c66fb24ac1513b05c6edc9a8175d98366c46a230846836880f397bbc04039f7ccfdbebd84d6c
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/rexslt.rb
CHANGED
|
@@ -565,7 +565,13 @@ class Rexslt
|
|
|
565
565
|
content: 'text/html; charset=utf-8'
|
|
566
566
|
}
|
|
567
567
|
meta_element = Rexle::Element.new('meta', attributes: h)
|
|
568
|
-
head.
|
|
568
|
+
child = head.element('*')
|
|
569
|
+
|
|
570
|
+
if child then
|
|
571
|
+
child.insert_before meta_element
|
|
572
|
+
else
|
|
573
|
+
head.add meta_element
|
|
574
|
+
end
|
|
569
575
|
|
|
570
576
|
end
|
|
571
577
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rexslt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
38j2+6ULVWalsVein3whb7qB6IOvxoSqjz6n7jAKFGHovoXPUqpv5y5Yor23rTrn
|
|
32
32
|
0YwisIc3UkL30g==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2016-04-
|
|
34
|
+
date: 2016-04-08 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: rxfhelper
|
metadata.gz.sig
CHANGED
|
Binary file
|