fastlane 2.21.0.beta.20170316010039 → 2.21.0.beta.20170317010039

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: 5f6d08879860c43918ec68cc53b6e860852a2784
4
- data.tar.gz: 039b55781dbc16857a7c1aab1b410e838736feab
3
+ metadata.gz: 14660ec86a7c837c4af194e13d45ca43a2edb577
4
+ data.tar.gz: 20b8bf0f36a430d17a90e03d1a6f138fa6d87891
5
5
  SHA512:
6
- metadata.gz: 608fc72e28cade7c3197b23676b6d4b91496e123dabd444328629ecdc7fb8c3b9cec34af66a244f56de83969dfc6d9522fb26c9fd6d1ee42ccb519f42cf12a77
7
- data.tar.gz: b03a98f742c9be6347b74ffdbc94bc18aa9599dc8bcdd9119c1ef0480150093e22baea3a4b2146ce613443e5bd83c7f1cb516958de0b0f78369da1d9669b8d44
6
+ metadata.gz: 3a2d377be037bb99627288492447c8745092b62aff45a3088e8f5558bc9a7a166a110ee764d70dbf412eae40ce6b6d3facbed5c6597103feb817f82a557a2549
7
+ data.tar.gz: a26aca690b83378df9544082f5e0d5a0bc74e10da65521000b90b258828f562ee073d3c4706d50dc35645ac27965ece4f8792d9538efb0d2dcf54ffae3d08dc1
data/README.md CHANGED
@@ -30,8 +30,10 @@ end
30
30
  Then to deploy a new 'beta' version of your app just run
31
31
  `fastlane beta` :rocket:
32
32
 
33
- | fastlane
34
- --------------------------|------------------------------------------------------------
33
+
34
+
35
+ | | fastlane |
36
+ |----------|------------|
35
37
  :sparkles: | Connect iOS, Mac, and Android build tools into one workflow (both _fastlane_ tools and third party tools)
36
38
  :monorail: | Define different `deployment lanes` for App Store deployment, beta builds, or testing
37
39
  :ship: | Deploy from any computer, including a CI server
data/cert/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
data/deliver/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
@@ -40,6 +41,7 @@ deliver
40
41
  Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
41
42
 
42
43
  -------
44
+
43
45
  <p align="center">
44
46
  <a href="#features">Features</a> &bull;
45
47
  <a href="#installation">Installation</a> &bull;
data/fastlane/README.md CHANGED
@@ -16,6 +16,7 @@
16
16
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
17
17
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
18
18
  </p>
19
+
19
20
  -------
20
21
 
21
22
  fastlane
@@ -25,11 +26,12 @@ fastlane
25
26
  [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/fastlane/LICENSE)
26
27
  [![Gem](https://img.shields.io/gem/v/fastlane.svg?style=flat)](https://rubygems.org/gems/fastlane)
27
28
 
28
- ######*fastlane* lets you define and run your deployment pipelines for different environments. It helps you unify your apps release process and automate the whole process. fastlane connects all fastlane tools and third party tools, like [CocoaPods](https://cocoapods.org/) and [Slack](https://slack.com).
29
+ ###### *fastlane* lets you define and run your deployment pipelines for different environments. It helps you unify your apps release process and automate the whole process. fastlane connects all fastlane tools and third party tools, like [CocoaPods](https://cocoapods.org/) and [Slack](https://slack.com).
29
30
 
30
31
  Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
31
32
 
32
33
  -------
34
+
33
35
  <p align="center">
34
36
  <a href="#features">Features</a> &bull;
35
37
  <a href="#installation">Installation</a> &bull;
@@ -73,8 +75,8 @@ To launch the `appstore` lane, just run:
73
75
  fastlane release
74
76
  ```
75
77
 
76
- | fastlane
77
- --------------------------|------------------------------------------------------------
78
+ | | fastlane |
79
+ |----------|------------|
78
80
  :sparkles: | Connect all iOS and Android build tools into one workflow (both `fastlane` tools and third party tools)
79
81
  :monorail: | Define different `deployment lanes` for App Store deployment, beta builds or testing
80
82
  :ship: | Deploy from any computer, including a CI-server
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '2.21.0.beta.20170316010039'.freeze
2
+ VERSION = '2.21.0.beta.20170317010039'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  end
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  FastlaneCore
data/frameit/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
@@ -40,8 +41,8 @@ frameit
40
41
 
41
42
  Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
42
43
 
43
-
44
44
  -------
45
+
45
46
  <p align="center">
46
47
  <a href="#features">Features</a> &bull;
47
48
  <a href="#installation">Installation</a> &bull;
@@ -51,6 +52,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
51
52
  </p>
52
53
 
53
54
  -------
55
+
54
56
  <h5 align="center"><code>frameit</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate beta deployments and releases for your iOS and Android apps.</h5>
55
57
 
56
58
 
data/gym/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
@@ -38,6 +39,7 @@ gym
38
39
  Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
39
40
 
40
41
  -------
42
+
41
43
  <p align="center">
42
44
  <a href="#whats-gym">Features</a> &bull;
43
45
  <a href="#installation">Installation</a> &bull;
@@ -78,8 +80,8 @@ fastlane gym
78
80
 
79
81
  `gym` uses the latest APIs to build and sign your application which results in much faster build times.
80
82
 
81
- | Gym Features
82
- --------------------------|------------------------------------------------------------
83
+ | | Gym Features |
84
+ |----------|----------------|
83
85
  :rocket: | `gym` builds 30% faster than other build tools like [shenzhen](https://github.com/nomad/shenzhen)
84
86
  :checkered_flag: | Beautiful inline build output
85
87
  :book: | Helps you resolve common build errors like code signing issues
data/match/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <b>match</b>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
@@ -42,6 +43,7 @@ A new approach to iOS code signing: Share one code signing identity across your
42
43
  [More information on how to get started with codesigning](/fastlane/docs/Codesigning)
43
44
 
44
45
  -------
46
+
45
47
  <p align="center">
46
48
  <a href="#why-match">Why?</a> &bull;
47
49
  <a href="#installation">Installation</a> &bull;
@@ -77,8 +79,8 @@ Before starting to use `match`, make sure to read the [codesigning.guide](https:
77
79
 
78
80
  ### What does `match` do for you?
79
81
 
80
- | match
81
- --------------------------|------------------------------------------------------------
82
+ | | match |
83
+ |----------|---------|
82
84
  :arrows_counterclockwise: | Automatically sync your iOS keys and profiles across all your team members using git
83
85
  :package: | Handle all the heavy lifting of creating and storing your certificates and profiles
84
86
  :computer: | Setup codesigning on a new machine in under a minute
data/pem/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
@@ -44,6 +45,7 @@ Tired of manually creating and maintaining your push notification profiles for y
44
45
  To automate iOS Provisioning profiles you can use [match](https://github.com/fastlane/fastlane/tree/master/match).
45
46
 
46
47
  -------
48
+
47
49
  <p align="center">
48
50
  <a href="#features">Features</a> &bull;
49
51
  <a href="#installation">Installation</a> &bull;
data/pilot/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
@@ -47,6 +48,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
47
48
  `pilot` uses [spaceship.airforce](https://spaceship.airforce) to interact with iTunes Connect :rocket:
48
49
 
49
50
  -------
51
+
50
52
  <p align="center">
51
53
  <a href="#installation">Installation</a> &bull;
52
54
  <a href="#usage">Usage</a> &bull;
data/produce/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
@@ -40,6 +41,7 @@ produce
40
41
  Get in contact with the developers on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
41
42
 
42
43
  -------
44
+
43
45
  <p align="center">
44
46
  <a href="#features">Features</a> &bull;
45
47
  <a href="#installation">Installation</a> &bull;
data/scan/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <b>scan</b> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
@@ -40,6 +41,7 @@ scan
40
41
  Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
41
42
 
42
43
  -------
44
+
43
45
  <p align="center">
44
46
  <a href="#whats-scan">Features</a> &bull;
45
47
  <a href="#installation">Installation</a> &bull;
@@ -101,8 +103,8 @@ scan
101
103
 
102
104
  `scan` uses the latest APIs and tools to make running tests plain simple and offer a great integration into your existing workflow, like [fastlane](https://fastlane.tools) or Jenkins.
103
105
 
104
- | scan Features
105
- --------------------------|------------------------------------------------------------
106
+ | | scan Features |
107
+ |----------|-----------------|
106
108
  :checkered_flag: | Beautiful inline build output while running the tests
107
109
  :mountain_cableway: | Sensible defaults: Automatically detect the project, schemes and more
108
110
  :bar_chart: | Support for HTML, JSON and JUnit reports
data/screengrab/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
data/sigh/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
@@ -40,6 +41,7 @@ sigh
40
41
  Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
41
42
 
42
43
  -------
44
+
43
45
  <p align="center">
44
46
  <a href="#features">Features</a> &bull;
45
47
  <a href="#installation">Installation</a> &bull;
data/snapshot/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
@@ -60,6 +61,7 @@ _snapshot_ runs completely in the background - you can do something else, while
60
61
  Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
61
62
 
62
63
  -------
64
+
63
65
  <p align="center">
64
66
  <a href="#features">Features</a> &bull;
65
67
  <a href="#installation">Installation</a> &bull;
data/spaceship/README.md CHANGED
@@ -20,11 +20,13 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
26
27
  <img src="assets/spaceship.png" width="470">
27
28
  </p>
29
+
28
30
  -------
29
31
 
30
32
  [![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/FastlaneTools)
@@ -36,6 +38,7 @@
36
38
  Get in contact with the creators on Twitter: [@FastlaneTools](https://twitter.com/fastlanetools)
37
39
 
38
40
  -------
41
+
39
42
  <p align="center">
40
43
  <a href="#whats-spaceship">Why?</a> &bull;
41
44
  <a href="#usage">Usage</a> &bull;
data/supply/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
21
  <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
+
23
24
  -------
24
25
 
25
26
  <p align="center">
@@ -41,6 +42,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
41
42
 
42
43
 
43
44
  -------
45
+
44
46
  <p align="center">
45
47
  <a href="#features">Features</a> &bull;
46
48
  <a href="#installation">Installation</a> &bull;
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.21.0.beta.20170316010039
4
+ version: 2.21.0.beta.20170317010039
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-03-16 00:00:00.000000000 Z
17
+ date: 2017-03-17 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: slack-notifier
@@ -1296,23 +1296,23 @@ metadata:
1296
1296
  post_install_message:
1297
1297
  rdoc_options: []
1298
1298
  require_paths:
1299
+ - produce/lib
1300
+ - deliver/lib
1301
+ - cert/lib
1302
+ - fastlane/lib
1303
+ - spaceship/lib
1304
+ - sigh/lib
1305
+ - credentials_manager/lib
1306
+ - frameit/lib
1307
+ - snapshot/lib
1308
+ - gym/lib
1299
1309
  - scan/lib
1300
- - fastlane_core/lib
1301
1310
  - screengrab/lib
1302
- - gym/lib
1303
- - cert/lib
1304
- - deliver/lib
1305
1311
  - match/lib
1312
+ - supply/lib
1306
1313
  - pilot/lib
1307
- - credentials_manager/lib
1308
- - produce/lib
1309
- - snapshot/lib
1314
+ - fastlane_core/lib
1310
1315
  - pem/lib
1311
- - supply/lib
1312
- - fastlane/lib
1313
- - frameit/lib
1314
- - spaceship/lib
1315
- - sigh/lib
1316
1316
  required_ruby_version: !ruby/object:Gem::Requirement
1317
1317
  requirements:
1318
1318
  - - ">="