oddb2xml 2.2.4 → 2.2.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/Gemfile.lock +1 -1
- data/History.txt +5 -0
- data/README.md +0 -1
- data/lib/oddb2xml/builder.rb +15 -11
- data/lib/oddb2xml/cli.rb +0 -13
- data/lib/oddb2xml/downloader.rb +0 -7
- data/lib/oddb2xml/extractor.rb +3 -4
- data/lib/oddb2xml/version.rb +1 -1
- data/oddb2xml.xsd +3 -0
- data/spec/builder_spec.rb +39 -11
- data/spec/calc_spec.rb +152 -105
- data/spec/data/swissmedic_package.xlsx +0 -0
- data/spec/downloader_spec.rb +1 -29
- data/spec/extractor_spec.rb +53 -37
- data/spec/fixtures/vcr_cassettes/oddb2xml.json +875 -873
- data/spec/spec_helper.rb +2 -0
- metadata +1 -1
data/spec/spec_helper.rb
CHANGED
@@ -43,6 +43,8 @@ module Oddb2xml
|
|
43
43
|
'7680556740075', # for calc_spec.rb
|
44
44
|
'7680540151009', # for calc_spec.rb
|
45
45
|
'7680560890018', # for calc_spec.rb
|
46
|
+
'7680532900196', # Insulin, gentechnik
|
47
|
+
'7680555610041', # Diaphin 10 g i.v. drug
|
46
48
|
]
|
47
49
|
GTINS_DRUGS = [ '733905577161', # 1-DAY ACUVUE Moist Tag -2.00dpt BC 8.5
|
48
50
|
'4042809018288',
|