fastlane 2.64.0.beta.20171104010004 → 2.64.0.beta.20171105010003
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ee05aacc6a3f9aa4963fe2c0d267ec38c4b8f0e
|
4
|
+
data.tar.gz: 29f07368538590b36708572de57fe401fca752ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcec0facbeee843430ecaca4e142c50299a1fa2025f1e7c3aa591ac80e43950dddff4663fdb17437afe531effc94927cdc64426530d13b24e1dcc9892d643511
|
7
|
+
data.tar.gz: 7c33e2d32efbc28ce6e28362f7fea2dfa9485566c9c8a29e315700ae36eca20f772e0b61cfb82839061ea98233870bf7c91ae09913486c90ce8cce4dc26e0c97
|
@@ -18,9 +18,9 @@ module Fastlane
|
|
18
18
|
output << ""
|
19
19
|
output << "<table width=\"100%\" >"
|
20
20
|
output << "<tr>"
|
21
|
-
output << "<th width=\"33%\"><a href=\"http://brew.sh\">Homebrew</a></
|
22
|
-
output << "<th width=\"33%\">Installer Script</
|
23
|
-
output << "<th width=\"33%\">RubyGems</
|
21
|
+
output << "<th width=\"33%\"><a href=\"http://brew.sh\">Homebrew</a></th>"
|
22
|
+
output << "<th width=\"33%\">Installer Script</th>"
|
23
|
+
output << "<th width=\"33%\">RubyGems</th>"
|
24
24
|
output << "</tr>"
|
25
25
|
output << "<tr>"
|
26
26
|
output << "<td width=\"33%\" align=\"center\">macOS</td>"
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.64.0.beta.
|
2
|
+
VERSION = '2.64.0.beta.20171105010003'.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
|
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.64.0.beta.
|
4
|
+
version: 2.64.0.beta.20171105010003
|
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-05 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|