oddb2xml 2.6.4 → 2.6.5
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 +4 -0
- data/lib/oddb2xml/downloader.rb +1 -1
- data/lib/oddb2xml/version.rb +1 -1
- data/spec/fixtures/vcr_cassettes/oddb2xml.json +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a86de903a87776c7969e192656d4ea983cebe62063010aeffb75257820a31685
|
|
4
|
+
data.tar.gz: 20234d09bd4926b71601b4a2b9b5ee7bc94b1fec8b2c74b8393464be6a1656e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a626eb132bd5ea68f98abaed4c2aab207ac7b48ac87629d3b386029db7acf93c5a7fba09ac2ebe8230ca44e5c148f40435168a8bd10f7a7fc4870ce934d28f50
|
|
7
|
+
data.tar.gz: b2ef4264a9271cac057473955f13d229b24825c5560716aece640a0e6f24c10b1d9a8b6fae5dab7d448237b9fe4976a15100a09121e73d6cb2ca5061253c4cd0
|
data/History.txt
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
=== 2.6.5 / 11.01.2020
|
|
2
|
+
* Fix issue #37: Update BAG Download Link
|
|
3
|
+
** Pending problem: varia_De.htm for Artikelstamm cannot be found anymore
|
|
4
|
+
|
|
1
5
|
=== 2.6.4 / 14.08.2019
|
|
2
6
|
* Fix issue #35: Missing product with ATC code for 7680005850010 Varilrix when building Artikelstamm_V5
|
|
3
7
|
|
data/lib/oddb2xml/downloader.rb
CHANGED
|
@@ -197,7 +197,7 @@ module Oddb2xml
|
|
|
197
197
|
include DownloadMethod
|
|
198
198
|
def init
|
|
199
199
|
super
|
|
200
|
-
@url ||= 'http://
|
|
200
|
+
@url ||= 'http://www.xn--spezialittenliste-yqb.ch/File.axd?file=XMLPublications.zip'
|
|
201
201
|
end
|
|
202
202
|
def download
|
|
203
203
|
file = File.join(WorkDir, 'XMLPublications.zip')
|
data/lib/oddb2xml/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
|
@@ -256,7 +256,7 @@ def mock_downloads
|
|
|
256
256
|
'http://pillbox.oddb.org/TRANSFER.ZIP' => 'transfer.zip',
|
|
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
|
-
'http://
|
|
259
|
+
'http://www.xn--spezialittenliste-yqb.ch/File.axd?file=XMLPublications.zip' => 'XMLPublications.zip',
|
|
260
260
|
'http://bag.e-mediat.net/Sl2007.web.external/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|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oddb2xml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yasuhiro Asaka, Zeno R.R. Davatz, Niklaus Giger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubyzip
|
|
@@ -487,7 +487,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
487
487
|
version: '0'
|
|
488
488
|
requirements: []
|
|
489
489
|
rubyforge_project:
|
|
490
|
-
rubygems_version: 2.7.6
|
|
490
|
+
rubygems_version: 2.7.6.2
|
|
491
491
|
signing_key:
|
|
492
492
|
specification_version: 4
|
|
493
493
|
summary: oddb2xml creates xml files.
|