deliver 0.11.0 → 0.11.1.beta
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2239fd5bba34fcb6740d557e361cc46cff1b3dc9
|
|
4
|
+
data.tar.gz: 79bfbbb21f2a6661f100219071e97982af26127e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c63951ad37598e81d9345d18010f2ac30a8a8877c41827d25bcef8f001008d95ec097ce1bc84ae22d84d84f92691a91601f3be918321fe8106df84ed0667e62e
|
|
7
|
+
data.tar.gz: 326323368895b94511146c459a7eed97dfd31bfa89c3ee7f57e577aa8d9a4a07d9b5b4f970abce7ac5c7236e0765f235fee4464655a0e6f41728a055d2c4774d
|
|
@@ -119,8 +119,12 @@ module Deliver
|
|
|
119
119
|
self.clear_all_screenshots(language)
|
|
120
120
|
|
|
121
121
|
Dir.glob(resulting_path, File::FNM_CASEFOLD).sort.each do |path|
|
|
122
|
+
# When frameit is enabled, we only want to upload the framed screenshots
|
|
122
123
|
if use_framed
|
|
123
|
-
|
|
124
|
+
# Except for Watch screenshots, they are okay without _framed
|
|
125
|
+
if AppScreenshot.new(path).screen_size != AppScreenshot::ScreenSize::IOS_APPLE_WATCH
|
|
126
|
+
next unless path.include?"_framed."
|
|
127
|
+
end
|
|
124
128
|
else
|
|
125
129
|
next if path.include?"_framed."
|
|
126
130
|
end
|
|
@@ -72,9 +72,12 @@ module Deliver
|
|
|
72
72
|
Helper.log.info "DELIVER_BETA_DESCRIPTION: '#{ENV['DELIVER_BETA_DESCRIPTION']}'"
|
|
73
73
|
Helper.log.info "DELIVER_BETA_FEEDBACK_EMAIL: '#{ENV['DELIVER_BETA_FEEDBACK_EMAIL']}'"
|
|
74
74
|
|
|
75
|
-
build_info['details']
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
build_info['details'].each_with_index do |hash, index|
|
|
76
|
+
build_info['details'][0]['whatsNew']['value'] = ENV["DELIVER_WHAT_TO_TEST"]
|
|
77
|
+
build_info['details'][index]['description']['value'] = ENV["DELIVER_BETA_DESCRIPTION"]
|
|
78
|
+
build_info['details'][index]['feedbackEmail']['value'] = ENV["DELIVER_BETA_FEEDBACK_EMAIL"]
|
|
79
|
+
end
|
|
80
|
+
|
|
78
81
|
h = Excon.post(build_url, body: build_info.to_json, headers: { "Cookie" => cookie_string } )
|
|
79
82
|
|
|
80
83
|
if h.status == 200
|
|
@@ -173,7 +173,7 @@ module Deliver
|
|
|
173
173
|
if not defined?@@hide_transporter_output and line =~ OUTPUT_REGEX
|
|
174
174
|
# General logging for debug purposes
|
|
175
175
|
unless output_done
|
|
176
|
-
Helper.log.debug "[Transporter
|
|
176
|
+
Helper.log.debug "[Transporter]: #{$1}"
|
|
177
177
|
end
|
|
178
178
|
end
|
|
179
179
|
end
|
data/lib/deliver/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: deliver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.1.beta
|
|
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-05-
|
|
11
|
+
date: 2015-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastlane_core
|
|
@@ -222,7 +222,6 @@ files:
|
|
|
222
222
|
- lib/assets/DeliverfileDefault
|
|
223
223
|
- lib/assets/DeliverfileExample
|
|
224
224
|
- lib/assets/ScreenshotsHelp
|
|
225
|
-
- lib/assets/fonts/mona.ttf
|
|
226
225
|
- lib/assets/summary.html.erb
|
|
227
226
|
- lib/deliver.rb
|
|
228
227
|
- lib/deliver/app.rb
|
|
@@ -268,9 +267,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
268
267
|
version: 2.0.0
|
|
269
268
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
270
269
|
requirements:
|
|
271
|
-
- - '
|
|
270
|
+
- - '>'
|
|
272
271
|
- !ruby/object:Gem::Version
|
|
273
|
-
version:
|
|
272
|
+
version: 1.3.1
|
|
274
273
|
requirements: []
|
|
275
274
|
rubyforge_project:
|
|
276
275
|
rubygems_version: 2.2.2
|
data/lib/assets/fonts/mona.ttf
DELETED
|
Binary file
|