ruby_shopify_app 1.1.0 → 1.3.0
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 +9 -0
- data/Gemfile.lock +8 -9
- data/app/assets/javascripts/shopify_app/app_bridge_3.7.8.js +10 -0
- data/app/assets/javascripts/shopify_app/app_bridge_redirect.js +1 -1
- data/lib/ruby_shopify_app/version.rb +2 -1
- data/lib/ruby_shopify_app.rb +39 -38
- data/shopify_app.gemspec +19 -19
- metadata +46 -46
- data/app/assets/javascripts/shopify_app/app_bridge_2.0.12.js +0 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3df3a9360400540ee0e4b69c7af74a3355384f987e6ba0dc15151157cd874ae0
|
4
|
+
data.tar.gz: fb269cf6a4f7e6bb5ffd342c4151377bea3b2acdcd760b88964f29344d14e709
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12408e8093f2eeacd8cfa5e704e59066ac2f68d37bfb45b610357219dfff4cccedb5489509432560ab3d778989f41968cc27c7f35da80be1167e0daaee76671f
|
7
|
+
data.tar.gz: 9bf7d5c873890ce861dee6c26730e3c9d2eac72da2239fd16a82f9604125d51fbdeeb144b69ad09262d1ce4ed3ac180b2b0c4dcc39f55734c212c169bf46c065
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby_shopify_app (1.
|
4
|
+
ruby_shopify_app (1.2.0)
|
5
5
|
browser_sniffer (~> 2.0)
|
6
6
|
jwt (>= 2.2.3)
|
7
7
|
omniauth-rails_csrf_protection
|
8
|
-
omniauth-shopify-
|
8
|
+
omniauth-shopify-app (~> 1.0)
|
9
9
|
rails (>= 6.1.0)
|
10
10
|
redirect_safely (~> 1.0)
|
11
11
|
ruby_shopify_api (~> 1.2)
|
@@ -102,7 +102,7 @@ GEM
|
|
102
102
|
crass (1.0.6)
|
103
103
|
date (3.3.4)
|
104
104
|
erubi (1.12.0)
|
105
|
-
faraday (2.9.
|
105
|
+
faraday (2.9.1)
|
106
106
|
faraday-net_http (>= 2.0, < 3.2)
|
107
107
|
faraday-net_http (3.1.0)
|
108
108
|
net-http
|
@@ -138,7 +138,8 @@ GEM
|
|
138
138
|
minitest (>= 4, < 6)
|
139
139
|
mocha (2.2.0)
|
140
140
|
ruby2_keywords (>= 0.0.5)
|
141
|
-
multi_xml (0.
|
141
|
+
multi_xml (0.7.1)
|
142
|
+
bigdecimal (~> 3.1)
|
142
143
|
net-http (0.4.1)
|
143
144
|
uri
|
144
145
|
net-imap (0.4.10)
|
@@ -165,15 +166,13 @@ GEM
|
|
165
166
|
hashie (>= 3.4.6)
|
166
167
|
rack (>= 2.2.3)
|
167
168
|
rack-protection
|
168
|
-
omniauth-oauth2 (1.8.0)
|
169
|
-
oauth2 (>= 1.4, < 3)
|
170
|
-
omniauth (~> 2.0)
|
171
169
|
omniauth-rails_csrf_protection (1.0.1)
|
172
170
|
actionpack (>= 4.2)
|
173
171
|
omniauth (~> 2.0)
|
174
|
-
omniauth-shopify-
|
172
|
+
omniauth-shopify-app (1.0.0)
|
175
173
|
activesupport
|
176
|
-
|
174
|
+
oauth2 (>= 1.4, < 3)
|
175
|
+
omniauth (~> 2.0)
|
177
176
|
parallel (1.24.0)
|
178
177
|
parser (3.3.1.0)
|
179
178
|
ast (~> 2.4.1)
|