snapshot 1.16.0 → 1.16.1
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/snapshot/options.rb +1 -1
- data/lib/snapshot/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7403a13791bdff288e62ceefa98ab45e01cff6a2
|
|
4
|
+
data.tar.gz: a75084a83b4e287d8810a5ec3e5895799edc91f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b747765ac12ca68824ab3792cf4c02db4d05c63e3e6e69b15509c484f5c5a59bcbda3181f281bfae86b5c6a4c6e50f3d189cac1045b67d88bb69a3fc5f6c7259
|
|
7
|
+
data.tar.gz: 0ae0007b48dc9cf67f9abf23646ec8fb868ed99870b54bc76240b0492bd356dd86cde2bdb4d666240e2da44ee44b76b55ea74e54638643eef455cd2a871c9e69
|
data/lib/snapshot/options.rb
CHANGED
|
@@ -64,7 +64,7 @@ module Snapshot
|
|
|
64
64
|
optional: true),
|
|
65
65
|
FastlaneCore::ConfigItem.new(key: :skip_open_summary,
|
|
66
66
|
env_name: 'SNAPSHOT_SKIP_OPEN_SUMMARY',
|
|
67
|
-
description: "Don't open the HTML summary after running
|
|
67
|
+
description: "Don't open the HTML summary after running _snapshot_",
|
|
68
68
|
default_value: false,
|
|
69
69
|
is_string: false),
|
|
70
70
|
FastlaneCore::ConfigItem.new(key: :clear_previous_screenshots,
|
data/lib/snapshot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: snapshot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.16.
|
|
4
|
+
version: 1.16.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-10-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastimage
|
|
@@ -50,14 +50,14 @@ dependencies:
|
|
|
50
50
|
requirements:
|
|
51
51
|
- - ">="
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 0.2.
|
|
53
|
+
version: 0.2.3
|
|
54
54
|
type: :runtime
|
|
55
55
|
prerelease: false
|
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
57
57
|
requirements:
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 0.2.
|
|
60
|
+
version: 0.2.3
|
|
61
61
|
- !ruby/object:Gem::Dependency
|
|
62
62
|
name: plist
|
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -267,7 +267,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
267
267
|
version: '0'
|
|
268
268
|
requirements: []
|
|
269
269
|
rubyforge_project:
|
|
270
|
-
rubygems_version: 2.
|
|
270
|
+
rubygems_version: 2.5.1
|
|
271
271
|
signing_key:
|
|
272
272
|
specification_version: 4
|
|
273
273
|
summary: Automate taking localized screenshots of your iOS app on every device
|