shopify_app 13.4.0 → 14.2.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.
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: 13.4.0
4
+ version: 14.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-09 00:00:00.000000000 Z
11
+ date: 2020-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: browser_sniffer
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 9.1.0
47
+ version: '9.1'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 9.1.0
54
+ version: '9.1'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: omniauth-shopify-oauth2
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -243,6 +243,7 @@ files:
243
243
  - ".babelrc"
244
244
  - ".github/CODEOWNERS"
245
245
  - ".github/ISSUE_TEMPLATE.md"
246
+ - ".github/PULL_REQUEST_TEMPLATE.md"
246
247
  - ".github/probots.yml"
247
248
  - ".github/workflows/rubocop.yml"
248
249
  - ".gitignore"
@@ -329,6 +330,7 @@ files:
329
330
  - lib/generators/shopify_app/home_controller/home_controller_generator.rb
330
331
  - lib/generators/shopify_app/home_controller/templates/home_controller.rb
331
332
  - lib/generators/shopify_app/home_controller/templates/index.html.erb
333
+ - lib/generators/shopify_app/home_controller/templates/unauthenticated_home_controller.rb
332
334
  - lib/generators/shopify_app/install/install_generator.rb
333
335
  - lib/generators/shopify_app/install/templates/_flash_messages.html.erb
334
336
  - lib/generators/shopify_app/install/templates/embedded_app.html.erb
@@ -340,6 +342,8 @@ files:
340
342
  - lib/generators/shopify_app/install/templates/shopify_app_index.js
341
343
  - lib/generators/shopify_app/install/templates/shopify_provider.rb
342
344
  - lib/generators/shopify_app/install/templates/user_agent.rb
345
+ - lib/generators/shopify_app/products_controller/products_controller_generator.rb
346
+ - lib/generators/shopify_app/products_controller/templates/products_controller.rb
343
347
  - lib/generators/shopify_app/rotate_shopify_token_job/rotate_shopify_token_job_generator.rb
344
348
  - lib/generators/shopify_app/rotate_shopify_token_job/templates/rotate_shopify_token.rake
345
349
  - lib/generators/shopify_app/rotate_shopify_token_job/templates/rotate_shopify_token_job.rb
@@ -405,7 +409,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
405
409
  requirements:
406
410
  - - ">="
407
411
  - !ruby/object:Gem::Version
408
- version: '2.4'
412
+ version: '2.5'
409
413
  required_rubygems_version: !ruby/object:Gem::Requirement
410
414
  requirements:
411
415
  - - ">="