snapshot 0.10.1 → 0.10.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 710336613b552ca8f78f1a8056e9411c01b1e09f
4
- data.tar.gz: 5ddfb37f7d7cec575d3fd4c1c6ab248464611c39
3
+ metadata.gz: 230b09323b14d87bc36bbf259a2ef16dd289d1bf
4
+ data.tar.gz: 77bc0f09b874f94fbe96c009d9df63c4ae0d168d
5
5
  SHA512:
6
- metadata.gz: 88f7e6b1d10c69f53bee86182878133e978b84273840991a156ebbf15021d887fbb9a47a64a3de55ce52939a163280dfed1c33329fb2aab94f4fe35114091fa3
7
- data.tar.gz: 96341119397e22ed1929cfeedadd919a3c550cf98eef3b420cd3d1b4f5463e1864e6d6f99e9e0819246ee0d0d9d43b98369af94cfa44d306cd56ccd983ed5a4f
6
+ metadata.gz: 1939c18fd01c6d25cd9d6d6e94d6044583fe5d7f1dcc27ef0ec25e9184235f98aebaccf9403e6f87e688767f0f8dd5d64b973847ec350e1b6625592ee356c132
7
+ data.tar.gz: d9957883a6ec0c847239f9dade7f287cd87f078d7cb6b778fbe63e1901daff9f7c40a69175d605b656dca87215f1edddcaf5187eb01686e8bc3b0d462f746db7
@@ -34,7 +34,7 @@ screenshots_path "./screenshots"
34
34
 
35
35
  # Comment out the line below to add a `SNAPSHOT` preprocessor macro
36
36
  # More information available: https://github.com/krausefx/snapshot#custom-args-for-the-build-command
37
- # custom_build_args "GCC_PREPROCESSOR_DEFINITIONS='$(inherited) SNAPSHOT=1' OTHER_SWIFT_FLAGS='$(inherited) -DSNAPSHOT=1'"
37
+ # custom_build_args "GCC_PREPROCESSOR_DEFINITIONS='$(inherited) SNAPSHOT=1' OTHER_SWIFT_FLAGS='$(inherited) -D SNAPSHOT'"
38
38
 
39
39
 
40
40
  # Custom Callbacks
@@ -211,6 +211,7 @@ module Snapshot
211
211
  return :retry
212
212
  elsif line.include?"Timed out waiting" # a new bug introduced with Xcode 7
213
213
  `killall "iOS Simulator"`
214
+ `killall "Simulator"`
214
215
  return :retry
215
216
  elsif line.include?"Screenshot captured"
216
217
  return :screenshot
@@ -1,3 +1,3 @@
1
1
  module Snapshot
2
- VERSION = "0.10.1"
2
+ VERSION = "0.10.2"
3
3
  end
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: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-23 00:00:00.000000000 Z
11
+ date: 2015-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastimage
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  requirements: []
179
179
  rubyforge_project:
180
- rubygems_version: 2.4.5
180
+ rubygems_version: 2.4.8
181
181
  signing_key:
182
182
  specification_version: 4
183
183
  summary: Automate taking localized screenshots of your iOS app on every device