lucid_shopify-cache 0.3.1 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4bd3b8c8f5fdfbb220f971f45871968a8757ef35c465ea1966dfc28f458d2aa
4
- data.tar.gz: 4c41f6c64d5c66da2f6aa5a4056748dcff2823dcba1189ba9d9f8fe22ce14622
3
+ metadata.gz: 5e9b5c1cd092168ba11368a55c98d050150aff6a568a7d98faa2122e50db2061
4
+ data.tar.gz: 458d134eb8d07336edaad54d3aacc15cadfb47fa1b01f39e71b6f7be988de337
5
5
  SHA512:
6
- metadata.gz: 7f40200770a8bb8083ebf69a8c78d2619ca30db89934aaee3f70d17459a8126b8c4c1f8cff8a41adb578c87ba53f0c61917cc0867bc2539f02e1f25228e0ac5d
7
- data.tar.gz: 44e66e48b13e4a3670d1e432fd278a9683235f42fa61e65b6e173bc759feb02d2cb4eda7d1603ad841ceb12ebc84541e93205b299b4affea30707665d1c9f5ae
6
+ metadata.gz: 7b48e514cdc4b1e25b6dc4f6511729f0b5913a62fd9848e366544f9a32f50ca44f78ce16f7e8c7c29d0e4266b568f2606cf43b9bfe61ace02104937c1365d399
7
+ data.tar.gz: 0c8bead550d52b36d596ecd0c138553c33240390e1b0ab4772e1103ae7ba02cad308a4efa0d5c084d45a84a71b1fe9dba6297b4e30baa4a907bc9097199d9945
data/README.md CHANGED
@@ -4,11 +4,10 @@ lucid_shopify-cache
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-cache', lucid: 'shopify-cache'
9
+ gem 'lucid_shopify'
10
+ gem 'lucid_shopify-cache'
12
11
 
13
12
 
14
13
  Usage
@@ -2,6 +2,6 @@
2
2
 
3
3
  module LucidShopify
4
4
  class Cache
5
- VERSION = '0.3.1'
5
+ VERSION = '0.3.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lucid_shopify-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelsey Judson
@@ -52,6 +52,20 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2.4'
55
+ - !ruby/object:Gem::Dependency
56
+ name: lucid_shopify
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '0.5'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '0.5'
55
69
  description:
56
70
  email: kelsey@lucid.nz
57
71
  executables: []