bill_hicks 2.0 → 2.0.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
  SHA1:
3
- metadata.gz: 0c8dd7c7f41c6d1042d4be6fe55b875065f55829
4
- data.tar.gz: 57959c6ad5fff327913a59bc7da9b5a2d6f0771d
3
+ metadata.gz: 7f741889b8f39a9acf11f31f7a29afae467b3f18
4
+ data.tar.gz: 010ecb715ba6befc4cf97b446ef91362d519192c
5
5
  SHA512:
6
- metadata.gz: 5970c5b09ac70ef3d94974311c5ca1fe8155de8b0098d945dd7a517a0969d494bc3db916f59c83637fca760bf73d0cd1dc020b34554491c9c28c887016b5a6f2
7
- data.tar.gz: a63f6dbd35d7cb0497c6fbc1ec00b359ce003fafbd2af813242980f0bafadbba74c5f3192e8692e0ed0f914811a958125e89f1cf6c0eb30daa563e0e849692fa
6
+ metadata.gz: c8c148ca3b00d0ec2bca844d3df659e79652baf257ecf02cc6fd4c47307cf9f4eca671461cedbbc2eafaddbb6fc247c644ec91d9935f81c7669be4ef8a903ba6
7
+ data.tar.gz: b789306376cd5947475584a5d1045904dda9b7418a9a251c13938b99a30227f3bfb83e5c7d6f1b0e08ea112f0c780b7e424f8940e605b9b2979277c284114009
@@ -62,11 +62,15 @@ module BillHicks
62
62
  item[:action] = features[:action]
63
63
 
64
64
  features.delete(:action)
65
- elsif features[:caliber].present?
65
+ end
66
+
67
+ if features[:caliber].present?
66
68
  item[:caliber] = features[:caliber]
67
69
 
68
70
  features.delete(:caliber)
69
- elsif features[:weight].present?
71
+ end
72
+
73
+ if features[:weight].present?
70
74
  item[:weight] = features[:weight]
71
75
 
72
76
  features.delete(:weight)
@@ -1,3 +1,3 @@
1
1
  module BillHicks
2
- VERSION = '2.0'
2
+ VERSION = '2.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bill_hicks
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.0'
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Campbell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-09-21 00:00:00.000000000 Z
11
+ date: 2017-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: smarter_csv