food_fish_parser 0.3.0 → 0.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e92312ff6eec700a2c57b1c48cad77fb9710dd3086b2fa4ded31e352d0bef9c5
4
- data.tar.gz: 404c5692f4a731e1614c9c4f8628ddf01f599192740e205c4e9f064411d6e18a
3
+ metadata.gz: e62ff1b5674b515de29ce7932d47749823921fee28ed45209b533509597c9a13
4
+ data.tar.gz: 90f118ab2a0a7855844440864b5abc3b021ce2a1a8b633d4a0e9e1edc0083ce7
5
5
  SHA512:
6
- metadata.gz: 2de059ea4900f0aea03194559b275f1c7b307c1c06dc6a0b02a1bf17c21bccdc5a8fce98ad6fa178ad99181ad0ab36d5a609c82edd960280c46efbc2f1e71cb7
7
- data.tar.gz: 7fdc6287c1285c7868d784d771b0f983d0c4fb975e3fc82eeff52a2f80768b12455caebad5d487b4b1b7816126f33ec6c51e04e91d498bb128e500aa34e183d2
6
+ metadata.gz: 9d287a003d701781aec0fb948c66936270b822a01a26836f87f58e8d56f78bb7d4ae2ad9ba37142a422aa727cd13363327376c255154dd4b4fa6e85999f3d8bb
7
+ data.tar.gz: 6dd1481df66f6169404fce2ab52bd61acfcae11a5328a53cc811f6aa094ce363686eb417977e54212dc11207c38012f7be3ad10ef27498a216515822b9a94b42
@@ -27,10 +27,10 @@ module FoodFishParser
27
27
 
28
28
  attrs = {
29
29
  names: names,
30
- catch_areas: nil,
31
- catch_methods: nil,
32
- aquaculture_areas: nil,
33
- aquaculture_methods: nil
30
+ catch_areas: [],
31
+ catch_methods: [],
32
+ aquaculture_areas: [],
33
+ aquaculture_methods: []
34
34
  }
35
35
 
36
36
  if is_wild && !is_aquac
@@ -1,4 +1,4 @@
1
1
  module FoodFishParser
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  VERSION_DATE = '2020-03-19'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: food_fish_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - wvengen