lucid_shopify-resource 0.2.1 → 0.2.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: c9eb6d5850cf40e62ec8ac2e639a615bda3548f15b85af2a8d2ef909f732dc94
4
- data.tar.gz: afb34a04d86b048528ca6bce9b3d074ef4d9de2cfb03b1ae9401be432d864154
3
+ metadata.gz: 442ac5f02ccc7d05e3cc715a51338656e0577f33e3f715a81f797fcf0ab7df52
4
+ data.tar.gz: 49e45c0d8538b6605029e310e028da06d775bba70e9b78558269ef0905c3ba7a
5
5
  SHA512:
6
- metadata.gz: 0cc9447831828cff0ebde7b974244bc51eb1df033f831776695dbda99c330d3b69464357600b645cb31e4a637f2976ce1667f6cceaf779ef11e657f2bfbf7277
7
- data.tar.gz: 21cf824bd293dea5f681da5387fd77605cff3704ef23aa28f7d72b79dbff7cb30171f0350e76917a6c7724e0581e3418898ab293dc7e365918eca4aa65e3b194
6
+ metadata.gz: 26424188f53a43cfdf2553dec31a4eafae04c3fb041db665f5f894676af0208cce54dcfaf6b1d5d79134f6cb8541cf9647a11f72ccd5576d50c0017c2eddabbc
7
+ data.tar.gz: 99372149fd632daa266b7f11eb7d5d5876105d95c55e9453ec85e24e7fe156c6f4d8dd88e83f97bf08f362504c2659199135263e36429905a2865a9a30b61ab6
data/README.md CHANGED
@@ -4,11 +4,10 @@ lucid_shopify-resource
4
4
  Installation
5
5
  ------------
6
6
 
7
- Add the following lines to your ‘Gemfile’:
7
+ Add the gem to your ‘Gemfile’:
8
8
 
9
- git_source :lucid { |r| "https://github.com/lucidnz/gem-lucid_#{r}.git" }
10
-
11
- gem 'lucid_shopify-resource', lucid: 'shopify-resource'
9
+ gem 'lucid_shopify'
10
+ gem 'lucid_shopify-resource'
12
11
 
13
12
 
14
13
  Usage
@@ -110,7 +110,7 @@ module LucidShopify
110
110
  # @raise [ArgumentError] if 'fields' does not include 'id'
111
111
  #
112
112
  def each(credentials, params = {})
113
- return to_enum(__callee__) unless block_given?
113
+ return to_enum(__callee__, params) unless block_given?
114
114
 
115
115
  assert_fields_id!(params = finalized_params(params))
116
116
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module LucidShopify
4
4
  class Resource
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lucid_shopify-resource
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelsey Judson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-02 00:00:00.000000000 Z
11
+ date: 2018-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec