lhm-shopify 3.3.5 → 3.3.6

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: 0c187c9f0e9bd183d5eb227f83ba9cce6a57ee5b03e4732312470a737f2d8a13
4
- data.tar.gz: 54797e75f27f2f174ffd0eb07cd6d1fad57a9d16542e5baa0a56cb1130fcd88a
3
+ metadata.gz: 73574a1b69152ceda698d97bda7b8ccc92e006fb8a8caedc756d9667a63e1f04
4
+ data.tar.gz: 1b4df5f80d8fc05d857c04fd43beb6822424574fd95dbe259f32e2847d5dfe52
5
5
  SHA512:
6
- metadata.gz: 9f11850e292435adb700695686887945d729ec8ec3b2d4b658fd1d6dd297f198e17711b26f2f1533cca0a58cdcb5f45a87bdbb1741f0cd988b57dfb47bd90d5b
7
- data.tar.gz: ba2e873e51070ac3658644f90c7f54a1680707e8aa48db2d844fdcbfd2de83a5a96abbc0521eae9e55894d5e93ee399f9327df4c56f6b95945e381894e93ff6a
6
+ metadata.gz: 5c3f86f66d4bb9ef14b001106bcf83ba91befa3cbbc3996f5e38688598b25ebf340eca23c0144bd1b17d0896ad04f978cc33b3a2c2a9bcadcdd39044930f12c1
7
+ data.tar.gz: e937acda8252f5ae2aa9883ef60c83409ca92602312316eec11360b440b40d8c79bf36654c2dfcdd82ce745a04f328c8482ae304059b5730bca9ee6ca2501141
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- # 3.3.5 (Jul 5, 2021)
1
+ # 3.3.6 (Jul 7, 2021)
2
+
3
+ * Add lhm-shopify.rb to require lhm
4
+
5
+ # 3.3.5 (Jul 5, 2021)
2
6
 
3
7
  * Add comment and collate copying to rename_column
4
8
  * Publish to rubygems
@@ -0,0 +1 @@
1
+ require "lhm"
data/lib/lhm/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  # Schmidt
3
3
 
4
4
  module Lhm
5
- VERSION = '3.3.5'
5
+ VERSION = '3.3.6'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lhm-shopify
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.5
4
+ version: 3.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - SoundCloud
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2021-07-06 00:00:00.000000000 Z
15
+ date: 2021-07-08 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: retriable
@@ -141,6 +141,7 @@ files:
141
141
  - gemfiles/ar-4.2_mysql2.gemfile
142
142
  - gemfiles/ar-5.0_mysql2.gemfile
143
143
  - lhm.gemspec
144
+ - lib/lhm-shopify.rb
144
145
  - lib/lhm.rb
145
146
  - lib/lhm/atomic_switcher.rb
146
147
  - lib/lhm/chunk_finder.rb