percy-cli 1.2.5 → 1.2.6
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/lib/percy/cli/snapshot.rb +1 -0
- data/lib/percy/cli/version.rb +1 -1
- data/spec/percy/cli/testdata/images/jellybeans-symlink.png +1 -0
- data/spec/percy/cli/testdata/images_symlink +1 -0
- data/spec/percy/cli/testdata/subdir/test_symlink.html +1 -0
- data/spec/percy/cli/testdata/subdir_symlink +1 -0
- metadata +7 -3
- data/spec/percy/cli/testdata/images/jellybeans-symlink.png +0 -0
- data/spec/percy/cli/testdata/subdir/test_symlink.html +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5438e17a8ea38a2494a8b817a03724de8886d81
|
|
4
|
+
data.tar.gz: c312cdce75c5d1a60a4f5b20d8db1d0cfa4996ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e795c6f4ddae80f4a811f3bb01d96466321ba85bf337f2c36e1d982db808978a8aff4fcf64031e55bb1eab3e01be9d84d13358724e788d3150951ae1b963822
|
|
7
|
+
data.tar.gz: 495e9d47440269cf603fd7ce8ae52b7766cf4513b1bc26335adb35cd242654f605f26571599b57b8594c879e0b454243a3358b3037a94645321ccf084c1f3b7a
|
data/lib/percy/cli/snapshot.rb
CHANGED
|
@@ -103,6 +103,7 @@ module Percy
|
|
|
103
103
|
rescue Percy::Client::ServerError, # Rescue server errors.
|
|
104
104
|
Percy::Client::UnauthorizedError, # Rescue unauthorized errors (no auth creds setup).
|
|
105
105
|
Percy::Client::PaymentRequiredError, # Rescue quota exceeded errors.
|
|
106
|
+
Percy::Client::ConflictError, # Rescue project disabled errors and others.
|
|
106
107
|
Percy::Client::ConnectionFailed, # Rescue some networking errors.
|
|
107
108
|
Percy::Client::TimeoutError => e
|
|
108
109
|
Percy.logger.error(e)
|
data/lib/percy/cli/version.rb
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
spec/percy/cli/testdata/images/jellybeans.png
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
spec/percy/cli/testdata/images/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
spec/percy/cli/testdata/subdir/test.html
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
spec/percy/cli/testdata/subdir
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: percy-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Perceptual Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: commander
|
|
@@ -134,9 +134,11 @@ files:
|
|
|
134
134
|
- spec/percy/cli/testdata/css/unrelated-no-extension
|
|
135
135
|
- spec/percy/cli/testdata/images/jellybeans-symlink.png
|
|
136
136
|
- spec/percy/cli/testdata/images/jellybeans.png
|
|
137
|
+
- spec/percy/cli/testdata/images_symlink
|
|
137
138
|
- spec/percy/cli/testdata/index.html
|
|
138
139
|
- spec/percy/cli/testdata/subdir/test.html
|
|
139
140
|
- spec/percy/cli/testdata/subdir/test_symlink.html
|
|
141
|
+
- spec/percy/cli/testdata/subdir_symlink
|
|
140
142
|
- spec/spec_helper.rb
|
|
141
143
|
homepage: ''
|
|
142
144
|
licenses:
|
|
@@ -158,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
160
|
version: '0'
|
|
159
161
|
requirements: []
|
|
160
162
|
rubyforge_project:
|
|
161
|
-
rubygems_version: 2.
|
|
163
|
+
rubygems_version: 2.6.7
|
|
162
164
|
signing_key:
|
|
163
165
|
specification_version: 4
|
|
164
166
|
summary: Percy command-line interface
|
|
@@ -169,7 +171,9 @@ test_files:
|
|
|
169
171
|
- spec/percy/cli/testdata/css/unrelated-no-extension
|
|
170
172
|
- spec/percy/cli/testdata/images/jellybeans-symlink.png
|
|
171
173
|
- spec/percy/cli/testdata/images/jellybeans.png
|
|
174
|
+
- spec/percy/cli/testdata/images_symlink
|
|
172
175
|
- spec/percy/cli/testdata/index.html
|
|
173
176
|
- spec/percy/cli/testdata/subdir/test.html
|
|
174
177
|
- spec/percy/cli/testdata/subdir/test_symlink.html
|
|
178
|
+
- spec/percy/cli/testdata/subdir_symlink
|
|
175
179
|
- spec/spec_helper.rb
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html>Hello World!</html>
|