second_amendment_wholesale 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbc52d78427f4d1a4953abf1aa42b7da73c154ca7781497b2e734a7b426132b8
4
- data.tar.gz: 5a4109c19b35529bb02064a6808bd19f20c7ea59045a8ffb0de8fba4ff2e511f
3
+ metadata.gz: 3b2031b3f54e92110f32441540604ac8f2c1beb169a0c5e8ea7debae41f337ef
4
+ data.tar.gz: 7dc3673f4b4765364ef2c73251549986d108cac541f17a696c1817ee53dc0033
5
5
  SHA512:
6
- metadata.gz: 84761e7a3ee22da6f9d5a77a2a8aa9ada66fe3f95b965412a25d289c3ebbc91bb90a77e6224ae5a1c33c005221afd5fcfb8521b84563fb6a13dbfcb84a298243
7
- data.tar.gz: 8b0e6d6e1c537d851b4c83483fed783ba284cb2d82e6bb03a678993f9e692325dfe9b8c2b6b3437cc344dedf6afafbd55763e0b8a69e10056b3ea4752e48788a
6
+ metadata.gz: 18f655c133b2e7b66c07cdd34f5760c6204b8f6a233c1d7a7c2441812b9b484b3e943bcd45d8c4033eb29894c21185fb03e73998c11cfd2b29ab8adf44ab2f08
7
+ data.tar.gz: a4f36ca2f492cc34c3286530ca77354c8f0ae6f8a9e3cceac456089f86835ada3d64da790bdc6fdb4f17919e75804324df9831a598ebec49421cb09245835be7
@@ -67,8 +67,10 @@ module SecondAmendmentWholesale
67
67
  end
68
68
 
69
69
  def get_features(sku)
70
- attributes = @attributes.find{ |attribute| attribute[:sku] == sku }
70
+ attributes = @attributes.find { |attribute| attribute[:sku] == sku }
71
71
 
72
+ return {} unless attributes.present?
73
+
72
74
  {
73
75
  caliber: attributes[:caliber1],
74
76
  action: attributes[:action_type],
@@ -1,3 +1,3 @@
1
1
  module SecondAmendmentWholesale
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: second_amendment_wholesale
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Brown
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-15 00:00:00.000000000 Z
11
+ date: 2023-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport