fastlane 2.27.0.beta.20170410010020 → 2.27.0.beta.20170411010118
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: c815f1412c3aafe00f983fbe2ecc208e804f25f7
|
4
|
+
data.tar.gz: 01fa2028e5438676870579525b66ed8c6d10e415
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29f25708fc842daf956f6501bc754fbf65b4d83873b58bf58ce88c446c8a494284ccfc512e84abbb1623b0d1065828924a68ebc541fd9d84e8708ac70b1bad56
|
7
|
+
data.tar.gz: 910fdd9c719091fc539c6943282dd9ee912877472263cab8f97690eaf092368045cda634c75a020c381691736834fd27734355c0b06441fd420209e71249450d
|
@@ -115,7 +115,7 @@ module Fastlane
|
|
115
115
|
# Allows the user to call an action from an action
|
116
116
|
def self.method_missing(method_sym, *arguments, &_block)
|
117
117
|
UI.error("Unknown method '#{method_sym}'")
|
118
|
-
UI.user_error!("To call another action from an action use `
|
118
|
+
UI.user_error!("To call another action from an action use `other_action.#{method_sym}` instead")
|
119
119
|
end
|
120
120
|
|
121
121
|
# When shelling out from the actoin, should we use `bundle exec`?
|
@@ -94,7 +94,7 @@ module Fastlane
|
|
94
94
|
conn = Faraday.new(ENHANCER_URL)
|
95
95
|
conn.basic_auth(ENV["ENHANCER_USER"], ENV["ENHANCER_PASSWORD"])
|
96
96
|
begin
|
97
|
-
@launches = JSON.parse(conn.get('/index.json').body)
|
97
|
+
@launches = JSON.parse(conn.get('/index.json?minimum_launches=0').body)
|
98
98
|
rescue
|
99
99
|
UI.user_error!("Couldn't fetch usage data, make sure to have ENHANCER_USER and ENHANCER_PASSWORD")
|
100
100
|
end
|
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.27.0.beta.
|
4
|
+
version: 2.27.0.beta.20170411010118
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2017-04-
|
17
|
+
date: 2017-04-11 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: slack-notifier
|
@@ -1297,23 +1297,23 @@ metadata:
|
|
1297
1297
|
post_install_message:
|
1298
1298
|
rdoc_options: []
|
1299
1299
|
require_paths:
|
1300
|
-
-
|
1301
|
-
- gym/lib
|
1300
|
+
- fastlane_core/lib
|
1302
1301
|
- fastlane/lib
|
1303
|
-
- deliver/lib
|
1304
1302
|
- screengrab/lib
|
1305
|
-
-
|
1303
|
+
- supply/lib
|
1304
|
+
- credentials_manager/lib
|
1305
|
+
- gym/lib
|
1306
1306
|
- pem/lib
|
1307
|
-
-
|
1307
|
+
- snapshot/lib
|
1308
|
+
- cert/lib
|
1308
1309
|
- frameit/lib
|
1309
|
-
-
|
1310
|
-
- spaceship/lib
|
1310
|
+
- deliver/lib
|
1311
1311
|
- scan/lib
|
1312
|
-
-
|
1313
|
-
- supply/lib
|
1314
|
-
- cert/lib
|
1315
|
-
- pilot/lib
|
1312
|
+
- produce/lib
|
1316
1313
|
- sigh/lib
|
1314
|
+
- match/lib
|
1315
|
+
- pilot/lib
|
1316
|
+
- spaceship/lib
|
1317
1317
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1318
1318
|
requirements:
|
1319
1319
|
- - ">="
|