lucid_shopify-resource 0.4.1 → 0.4.2

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: bd5ffa2aca3d471e25c1a8f79417bd32005104577d956a6f8f3bd54a7607341a
4
- data.tar.gz: 9d66e1acacdb14b5ef821926ba45c02846bc179beea2afd7275051430ce40d62
3
+ metadata.gz: 9c94653e4da346b9f8aa73efff7522fc61962d82fb4a2bfbaabf0867aff86301
4
+ data.tar.gz: 70cb3d2a564cf3bbf6e3eb05f60836d06185a8db335ead4d597a9390f204ed5e
5
5
  SHA512:
6
- metadata.gz: be4177529bb1caaed4ee7203a94651e3e78759ab7c54586634fc758158e8bfd5a8dc7ae7302cc08c1aff60e899bafa963cbcc87d48474367818548a30f3455b2
7
- data.tar.gz: 85e10df75cb94eeeb22bec298456c78b7a783a9a3898e585b0cd629f3261f742c10c7f6deeb975e60737c07a870b8d213d7dbfdacefebf9d37230335cf11d514
6
+ metadata.gz: ad01f59c9bdf364867e2b76aba4b795d10e90ce24a34feec1fd19ca479b24046fde11e73b093d0158d9195d35ece55e8c0c03008761ecc5c342469a25962feda
7
+ data.tar.gz: 46b3e69fde7e4f8cdf66072a52f6b9f55fe6bf735907e8a240a42008034d93b2dad69853029203893e84ca15f8a6daf16de7f249f9cfd35e48b059073df85dd7
@@ -67,7 +67,7 @@ module LucidShopify
67
67
  # @return [Hash]
68
68
  #
69
69
  def find(credentials, id, params = {})
70
- params = finalized_params(params)
70
+ params = finalize_params(params)
71
71
 
72
72
  client.get(credentials, "#{resource}/#{id}", params)[resource]
73
73
  end
@@ -91,7 +91,7 @@ module LucidShopify
91
91
  def each(credentials, params = {})
92
92
  return to_enum(__callee__, params) unless block_given?
93
93
 
94
- assert_fields_id!(params = finalized_params(params))
94
+ assert_fields_id!(params = finalize_params(params))
95
95
 
96
96
  throttled_client = client.throttled
97
97
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module LucidShopify
4
4
  class Resource
5
- VERSION = '0.4.1'
5
+ VERSION = '0.4.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lucid_shopify-resource
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelsey Judson