oddb2xml 3.0.18 → 3.0.20

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.
data/spec/options_spec.rb CHANGED
@@ -19,6 +19,7 @@ Oddb2xml::DEFAULT_OPTS = {
19
19
  firstbase: false,
20
20
  fhir: false,
21
21
  fhir_url: nil,
22
+ proxy_check: false,
22
23
  }
23
24
 
24
25
  describe Oddb2xml::Options do
@@ -75,6 +76,7 @@ describe Oddb2xml::Options do
75
76
  expected[:nonpharma] = true
76
77
  expected[:calc] = true
77
78
  expected[:price] = :zurrose
79
+ expected[:fhir] = true
78
80
  specify { expect(test_opts).to eq expected }
79
81
  end
80
82
 
@@ -86,6 +88,7 @@ describe Oddb2xml::Options do
86
88
  expected[:calc] = true
87
89
  expected[:price] = :zurrose
88
90
  expected[:percent] = 80
91
+ expected[:fhir] = true
89
92
  specify { expect(test_opts).to eq expected }
90
93
  end
91
94
 
@@ -165,6 +168,7 @@ describe Oddb2xml::Options do
165
168
  expected[:price] = :zurrose
166
169
  expected[:extended] = true
167
170
  expected[:artikelstamm] = true
171
+ expected[:fhir] = true
168
172
  specify { expect(test_opts).to eq expected }
169
173
  end
170
174
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oddb2xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.18
4
+ version: 3.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yasuhiro Asaka, Zeno R.R. Davatz, Niklaus Giger