sra2019 0.6.0 → 0.6.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 +0 -0
- data/lib/sra2019.rb +1 -3
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cdbf21698ff9ebbefa3fd1e2b069c5a42a7fa1b261cd7d08ddc9e8575f83363
|
|
4
|
+
data.tar.gz: c4c3d4af2ca23365c70696899e7b748d056d3da9ed2a44ef7b83c357aff87bec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0445b39fb7da819cd97d74821158b12142eb6e1048e2469c3a0f5dfcdb93a59d74940633f4c509371d4b5c94116df486cb822925c4ec79b915a6d0fdac3c028
|
|
7
|
+
data.tar.gz: 807ffe8318d40c2eac353ed4329b0d3cb623c47c7075701dc5ecf2153907e8365efee4393672f229708b720d3dfb2e1cb50002a90db991b097118a487f3b59d1
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/sra2019.rb
CHANGED
|
@@ -138,9 +138,7 @@ html
|
|
|
138
138
|
EOF
|
|
139
139
|
|
|
140
140
|
html = Rexle.new(Hlt.new(@sliml).to_html)\
|
|
141
|
-
.root.element('html').xml
|
|
142
|
-
eval Requestor.read('http://a0.jamesrobertson.eu/rorb/r/ruby'){|x| x.require 'sra2019' }
|
|
143
|
-
ty: true
|
|
141
|
+
.root.element('html').xml pretty: true
|
|
144
142
|
File.write File.join(filepath, 'index.html'), html
|
|
145
143
|
|
|
146
144
|
%w(layout style print).each \
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|