screengrab 0.5.5 → 0.5.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 32ed18656b9f74be59398a3c10a2e8a80104b583
4
- data.tar.gz: 487915e40c8748765a43e3765293428d6243312d
3
+ metadata.gz: 59cf0e8883d3b2195f9486101b783fbea2574533
4
+ data.tar.gz: dbe96d158160cec825f349f91afc24322a503689
5
5
  SHA512:
6
- metadata.gz: 2c9d3366c0370a1139df8d6be5ef9ced736c798631627cd3fb2581904d0569950395356ab7f1ed21b9b20d35485d667dcafa9d4a5e4ea1d579bc9280e09ced20
7
- data.tar.gz: e475d27efe7b9bdfd8ee683eb53013b93980b7cdadc1e604d3a68cc8a844354055e711b396114061d2058a0f224ba474f66b61c57429e07165d183656a07258c
6
+ metadata.gz: 7d9a1fa23d2a6f7bb6c40eb5ce72e9bb9d89a2a83fcecbdecf7fea293e8560dac37da0d60909c2efd53af87128f27bba87407720a9ffce9d47bf42472a1161da
7
+ data.tar.gz: 6c8f3d8547f269cce86f7c7bc0960ec4450a3e864189b9af1840e95fc3392e76b4c68a3801f8d650fb2cf46ebd07daadda958c7b56d74a27117976748668bff5
data/README.md CHANGED
@@ -170,7 +170,7 @@ If you're having trouble getting your device unlocked and the screen activated t
170
170
 
171
171
  ## [`fastlane`](https://fastlane.tools) Toolchain
172
172
 
173
- - [`fastlane`](https://fastlane.tools): The easiest way to automate building and releasing your iOS and Android apps
173
+ - [`fastlane`](https://fastlane.tools): The easiest way to automate beta deployments and releases for your iOS and Android apps
174
174
  - [`supply`](https://github.com/fastlane/fastlane/tree/master/supply): Upload screenshots, metadata and your app to the Play Store
175
175
 
176
176
  You can find all the tools on [fastlane.tools](https://fastlane.tools).
@@ -286,7 +286,7 @@ module Screengrab
286
286
  # directory for the screenshots, so we'll try to remove that path from the directory name when
287
287
  # creating the destination path.
288
288
  # See: https://github.com/fastlane/fastlane/pull/4915#issuecomment-236368649
289
- dest_dir = dest_dir.gsub('screengrab/', '')
289
+ dest_dir = dest_dir.gsub(%r{(app_)?screengrab/}, '')
290
290
 
291
291
  # We then replace the last segment of the screenshots directory path with the device_type
292
292
  # specific name, as expected by supply
@@ -1,3 +1,3 @@
1
1
  major=0
2
2
  minor=5
3
- patch=5
3
+ patch=6
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: screengrab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrea Falcone
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-10-11 00:00:00.000000000 Z
12
+ date: 2016-11-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fastlane_core
@@ -17,7 +17,7 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: 0.52.1
20
+ version: 0.55.0
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
23
  version: 1.0.0
@@ -27,7 +27,7 @@ dependencies:
27
27
  requirements:
28
28
  - - ">="
29
29
  - !ruby/object:Gem::Version
30
- version: 0.52.1
30
+ version: 0.55.0
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
33
  version: 1.0.0
@@ -158,33 +158,33 @@ dependencies:
158
158
  - !ruby/object:Gem::Version
159
159
  version: 0.8.7.4
160
160
  - !ruby/object:Gem::Dependency
161
- name: rubocop
161
+ name: webmock
162
162
  requirement: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
- version: 0.38.0
166
+ version: 1.19.0
167
167
  type: :development
168
168
  prerelease: false
169
169
  version_requirements: !ruby/object:Gem::Requirement
170
170
  requirements:
171
171
  - - "~>"
172
172
  - !ruby/object:Gem::Version
173
- version: 0.38.0
173
+ version: 1.19.0
174
174
  - !ruby/object:Gem::Dependency
175
- name: webmock
175
+ name: rubocop
176
176
  requirement: !ruby/object:Gem::Requirement
177
177
  requirements:
178
178
  - - "~>"
179
179
  - !ruby/object:Gem::Version
180
- version: 1.19.0
180
+ version: 0.44.0
181
181
  type: :development
182
182
  prerelease: false
183
183
  version_requirements: !ruby/object:Gem::Requirement
184
184
  requirements:
185
185
  - - "~>"
186
186
  - !ruby/object:Gem::Version
187
- version: 1.19.0
187
+ version: 0.44.0
188
188
  description: Automated localized screenshots of your Android app on every device
189
189
  email:
190
190
  - screengrab@fabric.io