percy-cli 1.2.4 → 1.2.5
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 -1
- data/lib/percy/cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9e9d04a6d66f0130c3e654f0b7670f2a2eb1baa
|
|
4
|
+
data.tar.gz: 14c95e318b1242b7be7d2456941605ceb06a6b33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0eee5e7b042de1e44a090b3786053a8f4527b1274fd3c483a0a0d6898987b7ae4fab983066d842de2cac2666e7c02fd9bb7cdbb3ac45e61c4c690e7011dae22c
|
|
7
|
+
data.tar.gz: de0892811ee7fe145bf67a7399ffd3abef1731c16395aafda46bc4f2e98836bac8dd6b4b6c7ad24230d49ae890500a17b25438271ebeeb2dcc621d991234b295
|
data/lib/percy/cli/snapshot.rb
CHANGED
|
@@ -11,7 +11,7 @@ module Percy
|
|
|
11
11
|
module Snapshot
|
|
12
12
|
# Static resource types that an HTML file might load and that we want to upload for rendering.
|
|
13
13
|
STATIC_RESOURCE_EXTENSIONS = [
|
|
14
|
-
'.css', '.jpg', '.jpeg', '.gif', '.ico', '.png', '.bmp', '.pict', '.tif', '.tiff', '.ttf',
|
|
14
|
+
'.css', '.js', '.jpg', '.jpeg', '.gif', '.ico', '.png', '.bmp', '.pict', '.tif', '.tiff', '.ttf',
|
|
15
15
|
'.eot', '.woff', '.otf', '.svg', '.svgz', '.webp', '.ps',
|
|
16
16
|
].freeze
|
|
17
17
|
|
data/lib/percy/cli/version.rb
CHANGED
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.5
|
|
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-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: commander
|