shopify_app 7.2.6 → 7.2.7
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/.travis.yml +1 -8
- data/CHANGELOG.md +6 -0
- data/Gemfile.rails40 +4 -0
- data/Gemfile.rails50 +1 -1
- data/lib/generators/shopify_app/shop_model/templates/shopify_session_repository.rb +3 -1
- data/lib/shopify_app/version.rb +1 -1
- data/shopify_app.gemspec +1 -1
- metadata +5 -6
- data/Gemfile.ruby22 +0 -6
- data/Gemfile.ruby22.rails50 +0 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f713d95ff6dc0893127eb63073b613788d7754d3
|
|
4
|
+
data.tar.gz: 3558a5c9c95aa561c32ee4b67f04f05832a3a911
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02b5223eebfbcd825b025266a6a64847f8fe6246d3b27d3698ca7e8ffdc2e60df6432dcee05930ec938a0424daf5c590ef37ea69a734a18096a6a4d48e6b6ebd
|
|
7
|
+
data.tar.gz: b743970932f0672b161b152606cbe35a9660d34124fdcd51e14583a79cb01c79479a07569d190b0927c67aa9214311abf216e64e9f9a2675494edb9a7510eaa0
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
7.2.7
|
|
2
|
+
-----
|
|
3
|
+
* Require `shopify_app` `>= 4.3.2`. This version relaxes the ruby version requirement from `>= 2.3.0` to `>= 2.0`
|
|
4
|
+
* Rails 5: ActionDispatch::Reloader#to_prepare is deprecated
|
|
5
|
+
[[#404]](https://github.com/Shopify/shopify_app/pull/404)
|
|
6
|
+
|
|
1
7
|
7.2.6
|
|
2
8
|
-----
|
|
3
9
|
* Update LoginProtection#fullpage_redirect_to to get shopify domain from session
|
data/Gemfile.rails40
ADDED
data/Gemfile.rails50
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
if Rails.configuration.cache_classes
|
|
2
2
|
ShopifyApp::SessionRepository.storage = Shop
|
|
3
3
|
else
|
|
4
|
-
ActionDispatch::Reloader
|
|
4
|
+
reloader = defined?(ActiveSupport::Reloader) ? ActiveSupport::Reloader : ActionDispatch::Reloader
|
|
5
|
+
|
|
6
|
+
reloader.to_prepare do
|
|
5
7
|
ShopifyApp::SessionRepository.storage = Shop
|
|
6
8
|
end
|
|
7
9
|
end
|
data/lib/shopify_app/version.rb
CHANGED
data/shopify_app.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.required_ruby_version = ">= 2.2.2"
|
|
12
12
|
|
|
13
13
|
s.add_runtime_dependency('rails', '>= 4.2.6')
|
|
14
|
-
s.add_runtime_dependency('shopify_api', '>= 4.
|
|
14
|
+
s.add_runtime_dependency('shopify_api', '>= 4.3.2')
|
|
15
15
|
s.add_runtime_dependency('omniauth-shopify-oauth2', '~> 1.1.11')
|
|
16
16
|
|
|
17
17
|
s.add_development_dependency('rake')
|
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.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shopify
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 4.
|
|
33
|
+
version: 4.3.2
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 4.
|
|
40
|
+
version: 4.3.2
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: omniauth-shopify-oauth2
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -132,9 +132,8 @@ files:
|
|
|
132
132
|
- ".travis.yml"
|
|
133
133
|
- CHANGELOG.md
|
|
134
134
|
- Gemfile
|
|
135
|
+
- Gemfile.rails40
|
|
135
136
|
- Gemfile.rails50
|
|
136
|
-
- Gemfile.ruby22
|
|
137
|
-
- Gemfile.ruby22.rails50
|
|
138
137
|
- ISSUE_TEMPLATE.md
|
|
139
138
|
- LICENSE
|
|
140
139
|
- QUICKSTART.md
|
data/Gemfile.ruby22
DELETED