disco_app 0.14.2 → 0.14.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/disco_app/version.rb +1 -1
  3. metadata +125 -125
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 231ef18a81907d140aa7fcd914a2e83121e9f428274ecc397985a1a5b280d989
4
- data.tar.gz: d645dbe26e728d346be20aa1c4c8b4456ad6a8358f59c52009a83a53355032e1
3
+ metadata.gz: 8061db5ad61ffe4081ab3ef7bd34f74c59638598e189e5d07a50ff33ea4d0d9f
4
+ data.tar.gz: ff77b159f594e2a840fda477085f5c4500669d4628a9d39b5d642fc7aeb5fce6
5
5
  SHA512:
6
- metadata.gz: 143364fd80d6c8492ecead2e6e389792d47795e5441c61bdc31e984c321a1e6eaeb6e3fe28d3fb8cb64e72685dceb4c15a5d7d5a7c8dc9ef2881918838c4bfc8
7
- data.tar.gz: cb397de500e32bccf7ef8af7c04b73dc96f4a03ab49898bb2080e3acfa729a40b791c28318c1606b8326a8196dab3dbb9e922b51a897102425ddfe786dbea606
6
+ metadata.gz: 68a0031fc00e57c365802bbb9a76c5779e592e3491d39ea82d964ac6fa86fae7c6a92dcab16e5c59b2e235c92669c732034d2e3f76fc7ac8530a9e249cbc7f75
7
+ data.tar.gz: cb70cd788355ac7a21a68d215588cb03fc69030b17e1d67fe6d58c87aa57999850d7c9df136b92fbf8ebe160706b03b8dd6f0641a885fb30a17a11649296f09b
@@ -1,3 +1,3 @@
1
1
  module DiscoApp
2
- VERSION = '0.14.2'
2
+ VERSION = '0.14.3'
3
3
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: disco_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.2
4
+ version: 0.14.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin Ballard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-15 00:00:00.000000000 Z
11
+ date: 2022-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '5.1'
19
+ version: 5.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '='
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '5.1'
26
+ version: 5.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sass-rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -899,164 +899,164 @@ required_rubygems_version: !ruby/object:Gem::Requirement
899
899
  version: '0'
900
900
  requirements: []
901
901
  rubyforge_project:
902
- rubygems_version: 2.7.6
902
+ rubygems_version: 2.7.3
903
903
  signing_key:
904
904
  specification_version: 4
905
905
  summary: Rails engine for Shopify applications.
906
906
  test_files:
907
- - test/dummy/public/500.html
908
- - test/dummy/public/favicon.ico
909
- - test/dummy/public/422.html
910
- - test/dummy/public/404.html
911
- - test/dummy/bin/rake
912
- - test/dummy/bin/rails
913
- - test/dummy/bin/setup
914
- - test/dummy/bin/bundle
915
- - test/dummy/Rakefile
916
- - test/dummy/config.ru
917
- - test/dummy/app/assets/stylesheets/application.scss
918
- - test/dummy/app/assets/javascripts/application.js
919
- - test/dummy/app/jobs/products_create_job.rb
920
- - test/dummy/app/jobs/products_update_job.rb
907
+ - test/clients/disco_app/api_client_test.rb
908
+ - test/dummy/app/models/disco_app/shop.rb
909
+ - test/dummy/app/models/product.rb
910
+ - test/dummy/app/models/js_configuration.rb
911
+ - test/dummy/app/models/widget_configuration.rb
912
+ - test/dummy/app/models/application_record.rb
913
+ - test/dummy/app/models/cart.rb
921
914
  - test/dummy/app/jobs/disco_app/app_installed_job.rb
922
915
  - test/dummy/app/jobs/disco_app/app_uninstalled_job.rb
923
- - test/dummy/app/jobs/application_job.rb
924
916
  - test/dummy/app/jobs/products_delete_job.rb
917
+ - test/dummy/app/jobs/products_update_job.rb
918
+ - test/dummy/app/jobs/products_create_job.rb
925
919
  - test/dummy/app/jobs/carts_update_job.rb
926
- - test/dummy/app/controllers/home_controller.rb
927
- - test/dummy/app/controllers/disco_app/admin/shops_controller.rb
920
+ - test/dummy/app/jobs/application_job.rb
921
+ - test/dummy/app/controllers/application_controller.rb
928
922
  - test/dummy/app/controllers/carrier_request_controller.rb
923
+ - test/dummy/app/controllers/disco_app/admin/shops_controller.rb
929
924
  - test/dummy/app/controllers/proxy_controller.rb
930
- - test/dummy/app/controllers/application_controller.rb
931
- - test/dummy/app/helpers/application_helper.rb
932
- - test/dummy/app/models/disco_app/shop.rb
933
- - test/dummy/app/models/product.rb
934
- - test/dummy/app/models/widget_configuration.rb
935
- - test/dummy/app/models/js_configuration.rb
936
- - test/dummy/app/models/application_record.rb
937
- - test/dummy/app/models/cart.rb
938
- - test/dummy/app/views/assets/script_tag.js.erb
939
- - test/dummy/app/views/assets/widget.scss.erb
940
- - test/dummy/app/views/assets/test.js.erb
941
- - test/dummy/app/views/assets/widget.js.erb
925
+ - test/dummy/app/controllers/home_controller.rb
942
926
  - test/dummy/app/views/snippets/widget.liquid.erb
943
927
  - test/dummy/app/views/home/index.html.erb
944
- - test/dummy/db/migrate/20161105054746_create_carts.rb
945
- - test/dummy/db/migrate/20160530160739_create_asset_models.rb
946
- - test/dummy/db/migrate/20160307182229_create_products.rb
947
- - test/dummy/db/schema.rb
948
- - test/dummy/config/locales/en.yml
949
- - test/dummy/config/initializers/filter_parameter_logging.rb
950
- - test/dummy/config/initializers/assets.rb
951
- - test/dummy/config/initializers/session_store.rb
952
- - test/dummy/config/initializers/inflections.rb
953
- - test/dummy/config/initializers/mime_types.rb
954
- - test/dummy/config/initializers/wrap_parameters.rb
955
- - test/dummy/config/initializers/disco_app.rb
956
- - test/dummy/config/initializers/shopify_app.rb
957
- - test/dummy/config/initializers/shopify_session_repository.rb
958
- - test/dummy/config/initializers/backtrace_silencers.rb
959
- - test/dummy/config/initializers/omniauth.rb
960
- - test/dummy/config/initializers/cookies_serializer.rb
928
+ - test/dummy/app/views/assets/widget.scss.erb
929
+ - test/dummy/app/views/assets/widget.js.erb
930
+ - test/dummy/app/views/assets/test.js.erb
931
+ - test/dummy/app/views/assets/script_tag.js.erb
932
+ - test/dummy/app/assets/javascripts/application.js
933
+ - test/dummy/app/assets/stylesheets/application.scss
934
+ - test/dummy/app/helpers/application_helper.rb
935
+ - test/dummy/bin/rake
936
+ - test/dummy/bin/setup
937
+ - test/dummy/bin/bundle
938
+ - test/dummy/bin/rails
961
939
  - test/dummy/config/secrets.yml
962
940
  - test/dummy/config/routes.rb
963
- - test/dummy/config/database.codeship.yml
941
+ - test/dummy/config/locales/en.yml
964
942
  - test/dummy/config/environments/production.rb
965
- - test/dummy/config/environments/test.rb
966
943
  - test/dummy/config/environments/development.rb
944
+ - test/dummy/config/environments/test.rb
967
945
  - test/dummy/config/environment.rb
968
- - test/dummy/config/boot.rb
969
- - test/dummy/config/database.yml
970
946
  - test/dummy/config/application.rb
947
+ - test/dummy/config/database.yml
948
+ - test/dummy/config/database.codeship.yml
949
+ - test/dummy/config/boot.rb
950
+ - test/dummy/config/initializers/shopify_app.rb
951
+ - test/dummy/config/initializers/backtrace_silencers.rb
952
+ - test/dummy/config/initializers/mime_types.rb
953
+ - test/dummy/config/initializers/filter_parameter_logging.rb
954
+ - test/dummy/config/initializers/shopify_session_repository.rb
955
+ - test/dummy/config/initializers/session_store.rb
956
+ - test/dummy/config/initializers/wrap_parameters.rb
957
+ - test/dummy/config/initializers/assets.rb
958
+ - test/dummy/config/initializers/cookies_serializer.rb
959
+ - test/dummy/config/initializers/disco_app.rb
960
+ - test/dummy/config/initializers/omniauth.rb
961
+ - test/dummy/config/initializers/inflections.rb
962
+ - test/dummy/config.ru
963
+ - test/dummy/Rakefile
964
+ - test/dummy/public/favicon.ico
965
+ - test/dummy/public/422.html
966
+ - test/dummy/public/500.html
967
+ - test/dummy/public/404.html
968
+ - test/dummy/db/schema.rb
969
+ - test/dummy/db/migrate/20161105054746_create_carts.rb
970
+ - test/dummy/db/migrate/20160530160739_create_asset_models.rb
971
+ - test/dummy/db/migrate/20160307182229_create_products.rb
972
+ - test/integration/synchronises_test.rb
973
+ - test/models/disco_app/session_test.rb
974
+ - test/models/disco_app/renders_assets_test.rb
975
+ - test/models/disco_app/has_metafields_test.rb
976
+ - test/models/disco_app/plan_test.rb
977
+ - test/models/disco_app/shop_test.rb
978
+ - test/models/disco_app/can_be_liquified_test.rb
979
+ - test/models/disco_app/subscription_test.rb
980
+ - test/disco_app_test.rb
981
+ - test/vcr/webhook_failure.yml
982
+ - test/support/test_shopify_api.rb
983
+ - test/support/test_file_fixtures.rb
984
+ - test/fixtures/products.yml
985
+ - test/fixtures/disco_app/application_charges.yml
986
+ - test/fixtures/disco_app/shops.yml
987
+ - test/fixtures/disco_app/plan_codes.yml
988
+ - test/fixtures/disco_app/subscriptions.yml
989
+ - test/fixtures/disco_app/sources.yml
990
+ - test/fixtures/disco_app/recurring_application_charges.yml
991
+ - test/fixtures/disco_app/plans.yml
992
+ - test/fixtures/widget_configurations.yml
971
993
  - test/fixtures/liquid/model.liquid
972
- - test/fixtures/api/subscriptions/valid_request.json
973
- - test/fixtures/api/widget_store/users.json
974
994
  - test/fixtures/api/widget_store/carrier_services.json
975
- - test/fixtures/api/widget_store/assets/create_test_js_response.json
976
- - test/fixtures/api/widget_store/assets/create_widget_js_response.json
977
- - test/fixtures/api/widget_store/assets/create_test_js_request.json
978
- - test/fixtures/api/widget_store/assets/update_script_tag_request.json
979
- - test/fixtures/api/widget_store/assets/create_script_tag_response.json
980
- - test/fixtures/api/widget_store/assets/create_script_tag_js_response.json
981
- - test/fixtures/api/widget_store/assets/create_widget_scss_request.json
982
- - test/fixtures/api/widget_store/assets/update_script_tag_response.json
983
- - test/fixtures/api/widget_store/assets/create_widget_liquid_request.json
984
- - test/fixtures/api/widget_store/assets/create_script_tag_js_request.json
985
- - test/fixtures/api/widget_store/assets/create_script_tag_request.json
986
- - test/fixtures/api/widget_store/assets/get_script_tags_preexisting_response.json
987
- - test/fixtures/api/widget_store/assets/create_widget_scss_response.json
988
- - test/fixtures/api/widget_store/assets/create_widget_liquid_response.json
989
- - test/fixtures/api/widget_store/assets/get_script_tags_preexisting_request.json
990
- - test/fixtures/api/widget_store/assets/get_script_tags_empty_response.json
991
- - test/fixtures/api/widget_store/assets/get_script_tags_empty_request.json
992
- - test/fixtures/api/widget_store/assets/create_widget_js_request.json
995
+ - test/fixtures/api/widget_store/webhooks.json
993
996
  - test/fixtures/api/widget_store/products/write_metafields_single_namespace_response.json
994
- - test/fixtures/api/widget_store/products/write_metafields_multiple_namespaces_request.json
995
997
  - test/fixtures/api/widget_store/products/write_metafields_multiple_namespaces_response.json
996
998
  - test/fixtures/api/widget_store/products/write_metafields_single_namespace_request.json
997
- - test/fixtures/api/widget_store/webhooks.json
998
- - test/fixtures/api/widget_store/charges/create_application_charge_response.json
999
- - test/fixtures/api/widget_store/charges/create_second_recurring_application_charge_response.json
1000
- - test/fixtures/api/widget_store/charges/activate_application_charge_response.json
1001
- - test/fixtures/api/widget_store/charges/create_application_charge_request.json
1002
- - test/fixtures/api/widget_store/charges/create_recurring_application_charge_response.json
1003
- - test/fixtures/api/widget_store/charges/get_pending_recurring_application_charge_response.json
1004
- - test/fixtures/api/widget_store/charges/get_declined_recurring_application_charge_response.json
999
+ - test/fixtures/api/widget_store/products/write_metafields_multiple_namespaces_request.json
1000
+ - test/fixtures/api/widget_store/charges/activate_recurring_application_charge_request.json
1001
+ - test/fixtures/api/widget_store/charges/activate_application_charge_request.json
1005
1002
  - test/fixtures/api/widget_store/charges/get_pending_application_charge_response.json
1006
1003
  - test/fixtures/api/widget_store/charges/activate_recurring_application_charge_response.json
1007
- - test/fixtures/api/widget_store/charges/get_accepted_recurring_application_charge_response.json
1008
- - test/fixtures/api/widget_store/charges/activate_recurring_application_charge_request.json
1009
- - test/fixtures/api/widget_store/charges/get_accepted_application_charge_response.json
1004
+ - test/fixtures/api/widget_store/charges/create_application_charge_request.json
1005
+ - test/fixtures/api/widget_store/charges/create_application_charge_response.json
1006
+ - test/fixtures/api/widget_store/charges/activate_application_charge_response.json
1010
1007
  - test/fixtures/api/widget_store/charges/create_recurring_application_charge_request.json
1011
1008
  - test/fixtures/api/widget_store/charges/get_declined_application_charge_response.json
1009
+ - test/fixtures/api/widget_store/charges/get_declined_recurring_application_charge_response.json
1010
+ - test/fixtures/api/widget_store/charges/get_pending_recurring_application_charge_response.json
1011
+ - test/fixtures/api/widget_store/charges/get_accepted_recurring_application_charge_response.json
1012
1012
  - test/fixtures/api/widget_store/charges/create_second_recurring_application_charge_request.json
1013
- - test/fixtures/api/widget_store/charges/activate_application_charge_request.json
1014
- - test/fixtures/api/widget_store/carrier_services_create.json
1013
+ - test/fixtures/api/widget_store/charges/create_second_recurring_application_charge_response.json
1014
+ - test/fixtures/api/widget_store/charges/get_accepted_application_charge_response.json
1015
+ - test/fixtures/api/widget_store/charges/create_recurring_application_charge_response.json
1016
+ - test/fixtures/api/widget_store/users.json
1015
1017
  - test/fixtures/api/widget_store/shop.json
1016
- - test/fixtures/assets/test.js
1017
- - test/fixtures/assets/test.min.js
1018
- - test/fixtures/widget_configurations.yml
1019
- - test/fixtures/js_configurations.yml
1020
- - test/fixtures/disco_app/sources.yml
1021
- - test/fixtures/disco_app/plan_codes.yml
1022
- - test/fixtures/disco_app/shops.yml
1023
- - test/fixtures/disco_app/application_charges.yml
1024
- - test/fixtures/disco_app/subscriptions.yml
1025
- - test/fixtures/disco_app/plans.yml
1026
- - test/fixtures/disco_app/recurring_application_charges.yml
1027
- - test/fixtures/carts.yml
1018
+ - test/fixtures/api/widget_store/carrier_services_create.json
1019
+ - test/fixtures/api/widget_store/assets/create_widget_liquid_request.json
1020
+ - test/fixtures/api/widget_store/assets/create_test_js_response.json
1021
+ - test/fixtures/api/widget_store/assets/create_widget_js_request.json
1022
+ - test/fixtures/api/widget_store/assets/update_script_tag_response.json
1023
+ - test/fixtures/api/widget_store/assets/create_script_tag_js_response.json
1024
+ - test/fixtures/api/widget_store/assets/create_script_tag_response.json
1025
+ - test/fixtures/api/widget_store/assets/create_widget_scss_request.json
1026
+ - test/fixtures/api/widget_store/assets/get_script_tags_preexisting_response.json
1027
+ - test/fixtures/api/widget_store/assets/create_widget_liquid_response.json
1028
+ - test/fixtures/api/widget_store/assets/get_script_tags_preexisting_request.json
1029
+ - test/fixtures/api/widget_store/assets/create_widget_scss_response.json
1030
+ - test/fixtures/api/widget_store/assets/create_script_tag_request.json
1031
+ - test/fixtures/api/widget_store/assets/create_widget_js_response.json
1032
+ - test/fixtures/api/widget_store/assets/get_script_tags_empty_request.json
1033
+ - test/fixtures/api/widget_store/assets/update_script_tag_request.json
1034
+ - test/fixtures/api/widget_store/assets/create_script_tag_js_request.json
1035
+ - test/fixtures/api/widget_store/assets/create_test_js_request.json
1036
+ - test/fixtures/api/widget_store/assets/get_script_tags_empty_response.json
1037
+ - test/fixtures/api/subscriptions/valid_request.json
1038
+ - test/fixtures/webhooks/product_deleted.json
1028
1039
  - test/fixtures/webhooks/cart_updated.json
1029
- - test/fixtures/webhooks/app_uninstalled.json
1030
1040
  - test/fixtures/webhooks/product_updated.json
1031
1041
  - test/fixtures/webhooks/product_created.json
1032
- - test/fixtures/webhooks/product_deleted.json
1033
- - test/fixtures/products.yml
1034
- - test/support/test_file_fixtures.rb
1035
- - test/support/test_shopify_api.rb
1042
+ - test/fixtures/webhooks/app_uninstalled.json
1043
+ - test/fixtures/assets/test.js
1044
+ - test/fixtures/assets/test.min.js
1045
+ - test/fixtures/carts.yml
1046
+ - test/fixtures/js_configurations.yml
1036
1047
  - test/test_helper.rb
1037
- - test/disco_app_test.rb
1048
+ - test/jobs/disco_app/synchronise_users_job_test.rb
1049
+ - test/jobs/disco_app/synchronise_webhooks_job_test.rb
1038
1050
  - test/jobs/disco_app/app_uninstalled_job_test.rb
1039
1051
  - test/jobs/disco_app/synchronise_carrier_service_job_test.rb
1040
- - test/jobs/disco_app/synchronise_users_job_test.rb
1041
1052
  - test/jobs/disco_app/send_subscription_job_test.rb
1042
- - test/jobs/disco_app/synchronise_webhooks_job_test.rb
1043
1053
  - test/jobs/disco_app/app_installed_job_test.rb
1044
- - test/vcr/webhook_failure.yml
1054
+ - test/controllers/proxy_controller_test.rb
1045
1055
  - test/controllers/disco_app/install_controller_test.rb
1046
- - test/controllers/disco_app/webhooks_controller_test.rb
1056
+ - test/controllers/disco_app/charges_controller_test.rb
1047
1057
  - test/controllers/disco_app/admin/shops_controller_test.rb
1048
1058
  - test/controllers/disco_app/subscriptions_controller_test.rb
1049
- - test/controllers/disco_app/charges_controller_test.rb
1050
- - test/controllers/proxy_controller_test.rb
1059
+ - test/controllers/disco_app/webhooks_controller_test.rb
1051
1060
  - test/controllers/home_controller_test.rb
1052
- - test/integration/synchronises_test.rb
1053
- - test/clients/disco_app/api_client_test.rb
1054
- - test/models/disco_app/plan_test.rb
1055
- - test/models/disco_app/has_metafields_test.rb
1056
- - test/models/disco_app/shop_test.rb
1057
- - test/models/disco_app/session_test.rb
1058
- - test/models/disco_app/subscription_test.rb
1059
- - test/models/disco_app/can_be_liquified_test.rb
1060
- - test/models/disco_app/renders_assets_test.rb
1061
- - test/services/disco_app/charges_service_test.rb
1062
1061
  - test/services/disco_app/subscription_service_test.rb
1062
+ - test/services/disco_app/charges_service_test.rb