fastlane 2.27.0.beta.20170413010117 → 2.27.0.beta.20170414010035
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 +4 -4
- data/credentials_manager/README.md +3 -1
- data/fastlane/lib/fastlane/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01337b98c0f98b6328edb48af5fefc0e194bfb1e
|
4
|
+
data.tar.gz: a9c689b43a10335807721aa4dc5913bb09ab1cd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28dba41521b08845f9d095400b7cd4d50691c95a1d7da82d32c92b4abd4ac505da20088ea67d9f818c2330c483397912a23086870e756b9ffafe7720032cbf29
|
7
|
+
data.tar.gz: 93e0f956661472dd1e62e7bd3d8c7d2bad2ced89bb9d1ecdc47ab951b8d84879498a16ae5480730fc054b1a9428db649c6b030dba32493725ecbcaabeaf4ea11
|
@@ -33,12 +33,14 @@ You can easily delete the stored password by opening the "Keychain Access" app,
|
|
33
33
|
|
34
34
|
## Using environment variables
|
35
35
|
|
36
|
+
Pass the user credentials via the following environment variables:
|
37
|
+
|
36
38
|
```
|
37
39
|
FASTLANE_USER
|
38
40
|
FASTLANE_PASSWORD
|
39
41
|
```
|
40
42
|
|
41
|
-
If you don't want to have your password stored in the Keychain
|
43
|
+
If you don't want to have your password stored in the Keychain set the `FASTLANE_DONT_STORE_PASSWORD` environment variable to `"1"`.
|
42
44
|
|
43
45
|
## Implementing a custom solution
|
44
46
|
|
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.20170414010035
|
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-14 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: slack-notifier
|
@@ -1283,22 +1283,22 @@ metadata:
|
|
1283
1283
|
post_install_message:
|
1284
1284
|
rdoc_options: []
|
1285
1285
|
require_paths:
|
1286
|
-
- cert/lib
|
1287
|
-
- frameit/lib
|
1288
|
-
- scan/lib
|
1289
|
-
- fastlane/lib
|
1290
|
-
- sigh/lib
|
1291
1286
|
- pilot/lib
|
1292
|
-
- screengrab/lib
|
1293
|
-
- spaceship/lib
|
1294
|
-
- credentials_manager/lib
|
1295
1287
|
- pem/lib
|
1296
|
-
-
|
1288
|
+
- fastlane/lib
|
1297
1289
|
- deliver/lib
|
1298
|
-
- produce/lib
|
1299
|
-
- supply/lib
|
1300
1290
|
- fastlane_core/lib
|
1291
|
+
- gym/lib
|
1292
|
+
- screengrab/lib
|
1293
|
+
- frameit/lib
|
1294
|
+
- sigh/lib
|
1295
|
+
- produce/lib
|
1296
|
+
- credentials_manager/lib
|
1297
|
+
- spaceship/lib
|
1298
|
+
- cert/lib
|
1301
1299
|
- match/lib
|
1300
|
+
- scan/lib
|
1301
|
+
- supply/lib
|
1302
1302
|
- snapshot/lib
|
1303
1303
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1304
1304
|
requirements:
|