oddb2xml 2.5.5 → 2.5.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.
@@ -256,6 +256,7 @@ def mock_downloads
256
256
  'https://raw.githubusercontent.com/epha/robot/master/data/manual/swissmedic/atc.csv' => 'atc.csv',
257
257
  'https://raw.githubusercontent.com/zdavatz/oddb2xml_files/master/LPPV.txt' => 'oddb2xml_files_lppv.txt',
258
258
  'http://bag.e-mediat.net/SL2007.Web.External/File.axd?file=XMLPublications.zip' => 'XMLPublications.zip',
259
+ 'http://bag.e-mediat.net/Sl2007.web.external/varia_De.htm' => 'varia_De.htm',
259
260
  # 'http://refdatabase.refdata.ch/Service/Article.asmx?WSDL' => 'refdata_Pharma.xml',
260
261
  }.each do |url, file|
261
262
  inhalt = File.read(File.join(Oddb2xml::SpecData, 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.5.5
4
+ version: 2.5.6
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: 2018-05-09 00:00:00.000000000 Z
11
+ date: 2018-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip
@@ -234,6 +234,20 @@ dependencies:
234
234
  - - ">="
235
235
  - !ruby/object:Gem::Version
236
236
  version: '0'
237
+ - !ruby/object:Gem::Dependency
238
+ name: htmlentities
239
+ requirement: !ruby/object:Gem::Requirement
240
+ requirements:
241
+ - - ">="
242
+ - !ruby/object:Gem::Version
243
+ version: '0'
244
+ type: :runtime
245
+ prerelease: false
246
+ version_requirements: !ruby/object:Gem::Requirement
247
+ requirements:
248
+ - - ">="
249
+ - !ruby/object:Gem::Version
250
+ version: '0'
237
251
  - !ruby/object:Gem::Dependency
238
252
  name: bundler
239
253
  requirement: !ruby/object:Gem::Requirement
@@ -380,6 +394,7 @@ files:
380
394
  - lib/oddb2xml.rb
381
395
  - lib/oddb2xml/builder.rb
382
396
  - lib/oddb2xml/calc.rb
397
+ - lib/oddb2xml/chapter_70_hack.rb
383
398
  - lib/oddb2xml/cli.rb
384
399
  - lib/oddb2xml/compare.rb
385
400
  - lib/oddb2xml/compositions_syntax.rb
@@ -447,6 +462,7 @@ files:
447
462
  - spec/data/transfer.dat
448
463
  - spec/data/v5_first.xml
449
464
  - spec/data/v5_second.xml
465
+ - spec/data/varia_De.htm
450
466
  - spec/data/vcr/transfer.dat
451
467
  - spec/data/vcr/transfer.zip
452
468
  - spec/data/wsdl_nonpharma.xml
@@ -541,6 +557,7 @@ test_files:
541
557
  - spec/data/transfer.dat
542
558
  - spec/data/v5_first.xml
543
559
  - spec/data/v5_second.xml
560
+ - spec/data/varia_De.htm
544
561
  - spec/data/vcr/transfer.dat
545
562
  - spec/data/vcr/transfer.zip
546
563
  - spec/data/wsdl_nonpharma.xml