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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc3e56a43eff7b85027dc12b927d57a8aebe943c6964108cb28cb430a1cfe2df
4
- data.tar.gz: e9af1d5b625086d3ae824fd1dfc57b6ecb6da44a6e3b971a5fe3a4be5ccf6276
3
+ metadata.gz: a86de903a87776c7969e192656d4ea983cebe62063010aeffb75257820a31685
4
+ data.tar.gz: 20234d09bd4926b71601b4a2b9b5ee7bc94b1fec8b2c74b8393464be6a1656e5
5
5
  SHA512:
6
- metadata.gz: bc2108a78bd1fef35651632cc57a9ddc245ae1859c41845004a575e291cdda718fb98d15e32055c1223d15055ab4952801452f558a56c1a6079989d9e012276b
7
- data.tar.gz: 0eb25db55df9755a8f9762ec44bedbb1b63ec6d3619d5abc01d1360f7b1ef6203b1eaa752fc23b52bbcaea58091bff6e2c51245949bfa7c381e0f2e057216d97
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
 
@@ -197,7 +197,7 @@ module Oddb2xml
197
197
  include DownloadMethod
198
198
  def init
199
199
  super
200
- @url ||= 'http://bag.e-mediat.net/SL2007.Web.External/File.axd?file=XMLPublications.zip'
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')
@@ -1,3 +1,3 @@
1
1
  module Oddb2xml
2
- VERSION = "2.6.4"
2
+ VERSION = "2.6.5"
3
3
  end
@@ -966,7 +966,7 @@
966
966
  ]
967
967
  },
968
968
  "method": "get",
969
- "uri": "http://bag.e-mediat.net/SL2007.Web.External/File.axd?file=XMLPublications.zip"
969
+ "uri": "http://www.xn--spezialittenliste-yqb.ch/File.axd?file=XMLPublications.zip"
970
970
  },
971
971
  "response": {
972
972
  "body": {
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://bag.e-mediat.net/SL2007.Web.External/File.axd?file=XMLPublications.zip' => 'XMLPublications.zip',
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
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: 2019-08-19 00:00:00.000000000 Z
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.