oddb2xml 2.3.1 → 2.3.2
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/Gemfile.lock +1 -1
- data/History.txt +5 -0
- data/lib/oddb2xml/builder.rb +3 -8
- data/lib/oddb2xml/cli.rb +4 -7
- data/lib/oddb2xml/downloader.rb +0 -3
- data/lib/oddb2xml/extractor.rb +1 -12
- data/lib/oddb2xml/version.rb +1 -1
- data/spec/downloader_spec.rb +0 -18
- data/spec/extractor_spec.rb +0 -9
- data/spec/fixtures/vcr_cassettes/oddb2xml.json +0 -167
- metadata +2 -4
- data/spec/data/swissmedic_fridge.xlsx +0 -0
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.3.
|
4
|
+
version: 2.3.2
|
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: 2016-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|
@@ -344,7 +344,6 @@ files:
|
|
344
344
|
- spec/data/oddb2xml_files_bm_update.txt
|
345
345
|
- spec/data/oddb2xml_files_lppv.txt
|
346
346
|
- spec/data/oddb2xml_files_nonpharma.xls
|
347
|
-
- spec/data/swissmedic_fridge.xlsx
|
348
347
|
- spec/data/swissmedic_fridges.html
|
349
348
|
- spec/data/swissmedic_info.html
|
350
349
|
- spec/data/swissmedic_info_2.html
|
@@ -421,7 +420,6 @@ test_files:
|
|
421
420
|
- spec/data/oddb2xml_files_bm_update.txt
|
422
421
|
- spec/data/oddb2xml_files_lppv.txt
|
423
422
|
- spec/data/oddb2xml_files_nonpharma.xls
|
424
|
-
- spec/data/swissmedic_fridge.xlsx
|
425
423
|
- spec/data/swissmedic_fridges.html
|
426
424
|
- spec/data/swissmedic_info.html
|
427
425
|
- spec/data/swissmedic_info_2.html
|
Binary file
|