percy-capybara 5.0.0.pre.5 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -0
  3. data/lib/percy/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf51cb54687bfae9bea4339cf40dc1abc68c1c9f92978b5ed18e2d89ac794dde
4
- data.tar.gz: ae1131aefeb90634c386029a452686de6128ec29e48002faf11a7d7da1414e76
3
+ metadata.gz: 45a545941cfa1347d8912e8d94218005a87662f1c07d7633696ed56ba130a319
4
+ data.tar.gz: e0796a2c700b35b7710c79979ea1d12c136335fce31b3d12c1e68630bd56ba88
5
5
  SHA512:
6
- metadata.gz: f0c80b0a26341d17e18c1ed2b58b1abaa2e1cb975788c7a5bd363a8ea4c55dbe210f55fb92479321612e88db4afb14c0952d36999d0a23aced76b5f2c627257b
7
- data.tar.gz: bda59318073be4794cb9ddb782ffdfc4b341e6134504a735cc60a41a54c73b25fcae2609f1702b97e15a2c534e8fdd1ff8ad0160ce9f0ebb2ba1c659fa2f2eb3
6
+ metadata.gz: 6cb49cda9b878968ffb3225c032c5a49e8c8fc712c9598c0c654362dad01a46d8d1f1808a4bef1cc3c2a6593b5da28f0deb7e1484a00416f2aa2ba9d7eaaf0f2
7
+ data.tar.gz: 45bd57d38c20a550fe956c4b99b13b4d271113b5a8e14ef5b9e832facf36fe2be09b60e8a6ca5539ee54bde4b5885e67fdc6315d33cb75e46abf2e19e92b5757
data/README.md CHANGED
@@ -70,6 +70,23 @@ $ percy exec -- [test command]
70
70
 
71
71
  ## Upgrading
72
72
 
73
+ ### Automatically with `@percy/migrate`
74
+
75
+ We built a tool to help automate migrating to the new CLI toolchain! Migrating
76
+ can be done by running the following commands and following the prompts:
77
+
78
+ ``` shell
79
+ $ npx @percy/migrate
80
+ ? Are you currently using percy-capybara? Yes
81
+ ? Install @percy/cli (required to run percy)? Yes
82
+ ? Migrate Percy config file? Yes
83
+ ? Upgrade SDK to percy-capybara@^5.0.0? Yes
84
+ ? The Capybara API has breaking changes, automatically convert to the new API? Yes
85
+ ```
86
+
87
+ This will automatically run the changes described below for you, with the
88
+ exception of changing the `require`.
89
+
73
90
  ### Manually
74
91
 
75
92
  #### Require change
data/lib/percy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PercyCapybara
2
- VERSION = '5.0.0.pre.5'.freeze
2
+ VERSION = '5.0.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: percy-capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0.pre.5
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Perceptual Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-10 00:00:00.000000000 Z
11
+ date: 2021-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara
@@ -136,9 +136,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: 2.3.0
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  requirements:
139
- - - ">"
139
+ - - ">="
140
140
  - !ruby/object:Gem::Version
141
- version: 1.3.1
141
+ version: '0'
142
142
  requirements: []
143
143
  rubygems_version: 3.0.3
144
144
  signing_key: