fastlane_core 0.7.2 → 0.7.3
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: 66c967d9e396c8c944a80f01717fc4b4b2a4dd55
|
4
|
+
data.tar.gz: 36a4126d08cef089315919dc5936a2bf7abd7c6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c49d805e13cb3d958a15309cf7ab72f6c5ca4ae090432adc5b3b5f28387d385b80d14e04d66b0fcf4533f4f3c36e4735abce109eaea026005990ffa51c613d98
|
7
|
+
data.tar.gz: 4c498e35b457bd32f951aca362449f89fa236204bce066d9ef98aa696f78b718b572557c7b8324941d78ddeea54a591a9f30667efb7f6c412fe03a31e61a206a
|
@@ -73,7 +73,7 @@ module FastlaneCore
|
|
73
73
|
team_name = ENV["FASTLANE_TEAM_NAME"] || CredentialsManager::AppfileConfig.try_fetch_value(:team_name)
|
74
74
|
|
75
75
|
if team_id == nil and team_name == nil
|
76
|
-
Helper.log.info "You can store
|
76
|
+
Helper.log.info "You can store your preferred team using the environment variable `FASTLANE_TEAM_ID` or `FASTLANE_TEAM_NAME`".green
|
77
77
|
Helper.log.info "or in your `Appfile` using `team_id 'Q2CBPJ58CA'` or `team_name 'Felix Krause'`".green # TODO
|
78
78
|
Helper.log.info "Your ID belongs to the following teams:".green
|
79
79
|
end
|
@@ -129,4 +129,4 @@ module FastlaneCore
|
|
129
129
|
raise "Could not open Developer Center" unless result['status'] == 'success'
|
130
130
|
end
|
131
131
|
end
|
132
|
-
end
|
132
|
+
end
|
data/lib/fastlane_core/helper.rb
CHANGED
@@ -12,7 +12,8 @@ module FastlaneCore
|
|
12
12
|
end
|
13
13
|
|
14
14
|
@@log.formatter = proc do |severity, datetime, progname, msg|
|
15
|
-
string = "#{severity} [#{datetime.strftime('%Y-%m-%d %H:%M:%S.%2N')}]: "
|
15
|
+
string = "#{severity} [#{datetime.strftime('%Y-%m-%d %H:%M:%S.%2N')}]: " if $verbose
|
16
|
+
string = "[#{datetime.strftime('%H:%M:%S')}]: " unless $verbose
|
16
17
|
second = "#{msg}\n"
|
17
18
|
|
18
19
|
if severity == "DEBUG"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
module FastlaneCore
|
2
2
|
module Languages
|
3
3
|
# These are all the languages which are available to use to upload app metadata and screenshots
|
4
|
-
ALL_LANGUAGES = ["da-DK", "de-DE", "el-GR", "en-AU", "en-CA", "en-GB", "en-US", "es-ES", "es-MX", "fi-FI", "fr-CA", "fr-FR", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "no-NO", "pt-BR", "pt-PT", "ru-RU", "sv-SE", "th-TH", "tr-TR", "vi-VI", "cmn-Hans", "
|
4
|
+
ALL_LANGUAGES = ["da-DK", "de-DE", "el-GR", "en-AU", "en-CA", "en-GB", "en-US", "es-ES", "es-MX", "fi-FI", "fr-CA", "fr-FR", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "no-NO", "pt-BR", "pt-PT", "ru-RU", "sv-SE", "th-TH", "tr-TR", "vi-VI", "cmn-Hans", "cmn-Hant"]
|
5
5
|
end
|
6
6
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.3
|
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-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|