oddb2xml 2.6.5 → 2.6.6
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
- data/History.txt +3 -0
- data/lib/oddb2xml/chapter_70_hack.rb +1 -1
- data/lib/oddb2xml/version.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: caafd3b48a18d05d29249b82717da28ca795d2c5003c69ce06ee10a7c7d6ecee
|
|
4
|
+
data.tar.gz: 7429e7b06a997e04aa5be4ab0883a9dbc4c6638a5c7421899d115c5196b8f853
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ec16fedb1d2185ae3a44c1f1e1ac1a333f162bb27cfcd3a46f4efb34a3ca8fb87de9a9e650aaabfa992145015db8c7ad4a8498597bbdf7d8ca528c595fb4b5a
|
|
7
|
+
data.tar.gz: 96bb2e0f902808245e8e5b58d012e785790feff065608bfada73ddaaf35a27e23ba4c3cbc3ba3afbee09f77c1bd53e99e3b691ea9d8f75c34a1baa01d896d0f8
|
data/History.txt
CHANGED
|
@@ -26,7 +26,7 @@ module Oddb2xml
|
|
|
26
26
|
def self.items
|
|
27
27
|
@@items
|
|
28
28
|
end
|
|
29
|
-
def self.parse(html_file = 'http://
|
|
29
|
+
def self.parse(html_file = 'http://www.spezialitaetenliste.ch/varia_De.htm')
|
|
30
30
|
data = Hash.new{|h,k| h[k] = [] }
|
|
31
31
|
Ox.default_options = {
|
|
32
32
|
mode: :generic,
|
data/lib/oddb2xml/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
|
@@ -257,7 +257,7 @@ def mock_downloads
|
|
|
257
257
|
'https://github.com/zdavatz/cpp2sqlite/blob/master/input/atc_codes_multi_lingual.txt' => 'atc.csv',
|
|
258
258
|
'https://raw.githubusercontent.com/zdavatz/oddb2xml_files/master/LPPV.txt' => 'oddb2xml_files_lppv.txt',
|
|
259
259
|
'http://www.xn--spezialittenliste-yqb.ch/File.axd?file=XMLPublications.zip' => 'XMLPublications.zip',
|
|
260
|
-
'http://
|
|
260
|
+
'http://www.spezialitaetenliste.ch/varia_De.htm' => 'varia_De.htm',
|
|
261
261
|
# 'http://refdatabase.refdata.ch/Service/Article.asmx?WSDL' => 'refdata_Pharma.xml',
|
|
262
262
|
}.each do |url, file|
|
|
263
263
|
inhalt = File.read(File.join(Oddb2xml::SpecData, file))
|