lucid_shopify-resource 0.2.1 → 0.2.2
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 +4 -4
- data/README.md +3 -4
- data/lib/lucid_shopify/resource/read.rb +1 -1
- data/lib/lucid_shopify/resource/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 442ac5f02ccc7d05e3cc715a51338656e0577f33e3f715a81f797fcf0ab7df52
|
|
4
|
+
data.tar.gz: 49e45c0d8538b6605029e310e028da06d775bba70e9b78558269ef0905c3ba7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
7
|
+
Add the gem to your ‘Gemfile’:
|
|
8
8
|
|
|
9
|
-
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2018-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|