fastlane 2.65.0.beta.20171116010004 → 2.65.0.beta.20171117010003
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/deliver/lib/deliver/html_generator.rb +1 -1
- data/fastlane/lib/assets/ActionDetails.md.erb +5 -0
- data/fastlane/lib/assets/Actions.md.erb +5 -0
- data/fastlane/lib/fastlane/documentation/markdown_docs_generator.rb +2 -2
- data/fastlane/lib/fastlane/junit_generator.rb +1 -1
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane_core/lib/fastlane_core/configuration/configuration_file.rb +1 -1
- data/fastlane_core/lib/fastlane_core/ipa_upload_package_builder.rb +1 -1
- data/fastlane_core/lib/fastlane_core/pkg_upload_package_builder.rb +1 -1
- data/screengrab/lib/screengrab/reports_generator.rb +1 -1
- data/snapshot/lib/snapshot/reports_generator.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: b3f1000437744b280338989d702a4fafa53e147e
|
4
|
+
data.tar.gz: 9085b4a1fee66150b1be4ff314e0bf76037886b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d580ed322ab4823771259be7c7f09b2af8d1cef4d6a07457d500029e8e3759cb77b3d39c69d101b57b542179112662cc27e179d2f044ebe7490f1c8aaa0198e0
|
7
|
+
data.tar.gz: 4b059e9289914e0eb8516d773134073e77fd27bccd45fd848e87fb00230715ae4db881fa13d32a3075670580c5faf89ff944ef76d9d6301446f90debfa8f3a75
|
@@ -41,7 +41,7 @@ module Deliver
|
|
41
41
|
@languages ||= options[:app].latest_version.description.languages
|
42
42
|
|
43
43
|
html_path = File.join(Deliver::ROOT, "lib/assets/summary.html.erb")
|
44
|
-
html = ERB.new(File.read(html_path)).result(binding) #
|
44
|
+
html = ERB.new(File.read(html_path)).result(binding) # https://web.archive.org/web/20160430190141/www.rrn.dk/rubys-erb-templating-system
|
45
45
|
|
46
46
|
export_path = File.join(export_path, "Preview.html")
|
47
47
|
File.write(export_path, html)
|
@@ -1,3 +1,8 @@
|
|
1
|
+
<!--
|
2
|
+
This file is auto-generated and will be re-generated every time the docs are updated.
|
3
|
+
To modify it, go to its source at https://github.com/fastlane/fastlane.
|
4
|
+
-->
|
5
|
+
|
1
6
|
# fastlane actions
|
2
7
|
|
3
8
|
This page contains a list of all built-in fastlane actions and their available options.
|
@@ -51,7 +51,7 @@ module Fastlane
|
|
51
51
|
|
52
52
|
# Generate actions.md
|
53
53
|
template = File.join(Fastlane::ROOT, "lib/assets/Actions.md.erb")
|
54
|
-
result = ERB.new(File.read(template), 0, '-').result(binding) #
|
54
|
+
result = ERB.new(File.read(template), 0, '-').result(binding) # https://web.archive.org/web/20160430190141/www.rrn.dk/rubys-erb-templating-system
|
55
55
|
File.write(File.join(docs_dir, "actions.md"), result)
|
56
56
|
|
57
57
|
# Generate actions sub pages (e.g. actions/slather.md, actions/scan.md)
|
@@ -68,7 +68,7 @@ module Fastlane
|
|
68
68
|
|
69
69
|
template = File.join(Fastlane::ROOT, "lib/assets/ActionDetails.md.erb")
|
70
70
|
@action = action # to provide a reference in the .html.erb template
|
71
|
-
result = ERB.new(File.read(template), 0, '-').result(binding) #
|
71
|
+
result = ERB.new(File.read(template), 0, '-').result(binding) # https://web.archive.org/web/20160430190141/www.rrn.dk/rubys-erb-templating-system
|
72
72
|
|
73
73
|
file_name = File.join("actions", "#{action.action_name}.md")
|
74
74
|
File.write(File.join(docs_dir, file_name), result)
|
@@ -10,7 +10,7 @@ module Fastlane
|
|
10
10
|
|
11
11
|
@steps = results
|
12
12
|
xml_path = File.join(Fastlane::ROOT, "lib/assets/report_template.xml.erb")
|
13
|
-
xml = ERB.new(File.read(xml_path)).result(binding) #
|
13
|
+
xml = ERB.new(File.read(xml_path)).result(binding) # https://web.archive.org/web/20160430190141/www.rrn.dk/rubys-erb-templating-system
|
14
14
|
|
15
15
|
xml = xml.gsub('system_', 'system-').delete("\e") # Jenkins can not parse 'ESC' symbol
|
16
16
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.65.0.beta.
|
2
|
+
VERSION = '2.65.0.beta.20171117010003'.freeze
|
3
3
|
DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
|
4
4
|
MINIMUM_XCODE_RELEASE = "7.0".freeze
|
5
5
|
RUBOCOP_REQUIREMENT = '0.49.1'.freeze
|
@@ -81,7 +81,7 @@ module FastlaneCore
|
|
81
81
|
# So we tell the user that they can provide a value
|
82
82
|
warning = ["In the config file '#{self.configfile_path}'"]
|
83
83
|
warning << "you have the line #{method_sym}, but didn't provide"
|
84
|
-
warning << "any value. Make sure to append a value
|
84
|
+
warning << "any value. Make sure to append a value right after the"
|
85
85
|
warning << "option name. Make sure to check the docs for more information"
|
86
86
|
UI.important(warning.join(" "))
|
87
87
|
end
|
@@ -23,7 +23,7 @@ module FastlaneCore
|
|
23
23
|
}
|
24
24
|
|
25
25
|
xml_path = File.join(FastlaneCore::ROOT, "lib/assets/XMLTemplate.xml.erb")
|
26
|
-
xml = ERB.new(File.read(xml_path)).result(binding) #
|
26
|
+
xml = ERB.new(File.read(xml_path)).result(binding) # https://web.archive.org/web/20160430190141/www.rrn.dk/rubys-erb-templating-system
|
27
27
|
|
28
28
|
File.write(File.join(self.package_path, METADATA_FILE_NAME), xml)
|
29
29
|
UI.success("Wrote XML data to '#{self.package_path}'") if FastlaneCore::Globals.verbose?
|
@@ -23,7 +23,7 @@ module FastlaneCore
|
|
23
23
|
}
|
24
24
|
|
25
25
|
xml_path = File.join(FastlaneCore::ROOT, 'lib/assets/XMLTemplate.xml.erb')
|
26
|
-
xml = ERB.new(File.read(xml_path)).result(binding) #
|
26
|
+
xml = ERB.new(File.read(xml_path)).result(binding) # https://web.archive.org/web/20160430190141/www.rrn.dk/rubys-erb-templating-system
|
27
27
|
|
28
28
|
File.write(File.join(self.package_path, METADATA_FILE_NAME), xml)
|
29
29
|
UI.success("Wrote XML data to '#{self.package_path}'") if FastlaneCore::Globals.verbose?
|
@@ -21,7 +21,7 @@ module Screengrab
|
|
21
21
|
end
|
22
22
|
|
23
23
|
html_path = File.join(Screengrab::ROOT, "lib", "screengrab/page.html.erb")
|
24
|
-
html = ERB.new(File.read(html_path)).result(binding) #
|
24
|
+
html = ERB.new(File.read(html_path)).result(binding) # https://web.archive.org/web/20160430190141/www.rrn.dk/rubys-erb-templating-system
|
25
25
|
|
26
26
|
export_path = "#{screens_path}/screenshots.html"
|
27
27
|
File.write(export_path, html)
|
@@ -27,7 +27,7 @@ module Snapshot
|
|
27
27
|
end
|
28
28
|
|
29
29
|
html_path = File.join(Snapshot::ROOT, "lib", "snapshot/page.html.erb")
|
30
|
-
html = ERB.new(File.read(html_path)).result(binding) #
|
30
|
+
html = ERB.new(File.read(html_path)).result(binding) # https://web.archive.org/web/20160430190141/www.rrn.dk/rubys-erb-templating-system
|
31
31
|
|
32
32
|
export_path = "#{screens_path}/screenshots.html"
|
33
33
|
File.write(export_path, html)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.65.0.beta.
|
4
|
+
version: 2.65.0.beta.20171117010003
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -15,7 +15,7 @@ authors:
|
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date: 2017-11-
|
18
|
+
date: 2017-11-17 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|