quilt_rails 3.4.1 → 3.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a6933fd12f6ae25d25f4afab855ba022287ac3c2e353d3b1d1aa2764adb6e40
4
- data.tar.gz: 88e908022a12e1ed55bcd8859bc7be736e9d844832ed7df30f81caf3f822c875
3
+ metadata.gz: 4740cbe3dcb527f279be3289d9d71097f92bb5a943378690234617dace12fe0e
4
+ data.tar.gz: c0560de0c9e8504d5ccc645be4fb57205560aeace2ba5e9fe4437f71374d394c
5
5
  SHA512:
6
- metadata.gz: b2e02a1233697cb16ef35ec291de7736b3e0721d516bcd566c309c88704e996fc5ce40c3ccb72abc54c6dbf1b2fbe384c41bf333a760e1e889b7ee280331f5ba
7
- data.tar.gz: 506bfd185f702ad39e7f6d21713524b002bc90e45e0e1aaed0832d6aee2f5d0d998a104c46b9272ab001040fd1ed49be41a788107cc9c0fea9145697dffb10ff
6
+ metadata.gz: 1ef599968c2e5a615e2a747555694284482ff99c5e0ee4dd323173b9ff2660857fad0582592990544e81fcc40af73bbd1f3a5525ba4943152955b604881f7922
7
+ data.tar.gz: 13c3210ed0ab6a7c70b477a33b6208497b8412f6ad2316441b5418da0ba0db8e6141de86f8e1853be75040b5bbe079231e70b0962efcbda250d26844d68a391c
@@ -53,8 +53,8 @@ module Quilt
53
53
  class ReactServerNoResponseError < StandardError
54
54
  def initialize(url)
55
55
  super(<<~MSG.squish)
56
- Errno::ECONNREFUSED: Waiting for React server to boot up.
57
- If this error persists verify that @shopify/react-server is configured on #{url}"
56
+ Connection refused while waiting for React server to boot up.
57
+ If this error persists, verify that @shopify/react-server is configured on #{url}.
58
58
  MSG
59
59
  end
60
60
  end
@@ -62,8 +62,10 @@ module Quilt
62
62
  class DoNotIntegrationTestError < StandardError
63
63
  def initialize
64
64
  super(<<~MSG.squish)
65
- Do not try to use Rails integration tests on your quilt_rails app.
66
- Instead use Jest and @shopify/react-testing to test your React application directly."
65
+ Please don't test React views with Ruby.
66
+ Jest and @shopify/react-testing should be used to test React components.
67
+
68
+ If you meant to query your Rails application, please check your integration test for errors.
67
69
  MSG
68
70
  end
69
71
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Quilt
3
- VERSION = "3.4.1"
3
+ VERSION = "3.4.2"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quilt_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.1
4
+ version: 3.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathew Allen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-19 00:00:00.000000000 Z
11
+ date: 2021-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties