shopify_app 7.2.10 → 7.2.11
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/CHANGELOG.md +4 -0
- data/RELEASING +5 -3
- data/config/locales/de.yml +0 -1
- data/config/locales/en.yml +0 -1
- data/config/locales/es.yml +0 -1
- data/config/locales/fr.yml +0 -1
- data/config/locales/ja.yml +0 -1
- data/lib/shopify_app/sessions_concern.rb +0 -1
- data/lib/shopify_app/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50e18ac4d34b09fc2d49742cc1677832301e1a42
|
|
4
|
+
data.tar.gz: 736cad99a7732fddc86519775a3938eecc768714
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3562a4dd349192f0801050eaee1a8997fde681c9e19e6ece5c92c94119cb5446bf32c16b46a74648bfd37f056bb7e70a3e984fb1526267e3a0bc27f565ab327
|
|
7
|
+
data.tar.gz: 1738f568d2b2af07acdf48ba9d117b81b362c0aecf9a2a7df2f659bd0651f2e8066f802ce81a0525ec8c99a8efc3ab1a069d8c6a539fe372b01e7ff94ff7c1b2
|
data/CHANGELOG.md
CHANGED
data/RELEASING
CHANGED
|
@@ -4,12 +4,14 @@ Releasing ShopifyApp
|
|
|
4
4
|
2. Create a pull request with the following changes:
|
|
5
5
|
* Update the version of ShopifyApp in lib/shopify_app/version.rb
|
|
6
6
|
* Add a CHANGELOG entry for the new release with the date
|
|
7
|
-
*
|
|
7
|
+
* Change the title of the PR to something like: "Packaging for release X.Y.Z"
|
|
8
8
|
3. Merge your pull request
|
|
9
9
|
4. Pull from master so you have the latest version of the shopify_app
|
|
10
10
|
5. Tag the HEAD with the version (Leave REV blank for HEAD or provide a SHA)
|
|
11
11
|
$ git tag vX.Y.Z
|
|
12
12
|
6. Push out your tags
|
|
13
13
|
$ git push --tags
|
|
14
|
-
7. Use Shipit to build and push the gem
|
|
15
|
-
|
|
14
|
+
7. Use Shipit to build and push the gem
|
|
15
|
+
|
|
16
|
+
If you see an error like 'You need to create the vX.Y.X tag first', clear GIT
|
|
17
|
+
cache in Shipit settings
|
data/config/locales/de.yml
CHANGED
data/config/locales/en.yml
CHANGED
data/config/locales/es.yml
CHANGED
data/config/locales/fr.yml
CHANGED
data/config/locales/ja.yml
CHANGED
data/lib/shopify_app/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shopify_app
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.2.
|
|
4
|
+
version: 7.2.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shopify
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|