efo_nelfo 1.0.0 → 1.1.0
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/lib/efo_nelfo/v40/rh.rb +25 -0
- data/lib/efo_nelfo/v40/rl.rb +12 -0
- data/lib/efo_nelfo/version.rb +1 -1
- data/lib/efo_nelfo.rb +3 -7
- data/spec/efo_nelfo_spec.rb +18 -0
- data/spec/samples/rabatt.csv +4 -1233
- metadata +3 -3
- data/spec/samples/varer.csv +0 -75429
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: efo_nelfo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gudleik Rasch
|
@@ -133,6 +133,8 @@ files:
|
|
133
133
|
- lib/efo_nelfo/v40/bh.rb
|
134
134
|
- lib/efo_nelfo/v40/bl.rb
|
135
135
|
- lib/efo_nelfo/v40/bt.rb
|
136
|
+
- lib/efo_nelfo/v40/rh.rb
|
137
|
+
- lib/efo_nelfo/v40/rl.rb
|
136
138
|
- lib/efo_nelfo/v40/va.rb
|
137
139
|
- lib/efo_nelfo/v40/vh.rb
|
138
140
|
- lib/efo_nelfo/v40/vl.rb
|
@@ -154,7 +156,6 @@ files:
|
|
154
156
|
- spec/samples/V4_varefil.csv
|
155
157
|
- spec/samples/rabatt.csv
|
156
158
|
- spec/samples/varefil_eksempel.csv
|
157
|
-
- spec/samples/varer.csv
|
158
159
|
- spec/samples/varer_small.csv
|
159
160
|
- spec/spec_helper.rb
|
160
161
|
homepage: http://efo.no
|
@@ -198,6 +199,5 @@ test_files:
|
|
198
199
|
- spec/samples/V4_varefil.csv
|
199
200
|
- spec/samples/rabatt.csv
|
200
201
|
- spec/samples/varefil_eksempel.csv
|
201
|
-
- spec/samples/varer.csv
|
202
202
|
- spec/samples/varer_small.csv
|
203
203
|
- spec/spec_helper.rb
|