fastlane 2.86.0.beta.20180314050053 → 2.86.0.beta.20180315050105
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: f094995412a776df48962e81bac03d41d2013e94
|
4
|
+
data.tar.gz: 4a311b7b85eab3f4b9700cf2af8bca20002bba84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60ff2e9a8c1619eb96ced029c5022a7c84784853ad147e6026c0ebc912a0cfff1e039f5688b6515dc85ebe4013d20d616c7ece0c0aa98afaa8c8007064224a79
|
7
|
+
data.tar.gz: be6ac0a847783a83bf285908a1bb3ab8d37794fb02d22637282101debed7946a96627c6e02f0de747fac0222e185a3803dc0f27cd0a0d365795e059355fc3f98
|
@@ -37,7 +37,7 @@ Setup consists of setting up your Google Developers Service Account
|
|
37
37
|
1. Click the **Create Service Account** button and follow the **Google API Console** link in the dialog
|
38
38
|
1. Click the **Create Service account** button at the top of the developers console screen
|
39
39
|
1. Provide a name for the service account
|
40
|
-
1. Click **Select a role** and choose **
|
40
|
+
1. Click **Select a role** and choose **Service Accounts > Service Account User**
|
41
41
|
1. Check the **Furnish a new private key** checkbox
|
42
42
|
1. Select **JSON** as the Key type
|
43
43
|
1. Click **Create** to close the dialog
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.86.0.beta.
|
2
|
+
VERSION = '2.86.0.beta.20180315050105'.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.86.0.beta.
|
4
|
+
version: 2.86.0.beta.20180315050105
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maksym Grebenets
|
@@ -27,7 +27,7 @@ authors:
|
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2018-03-
|
30
|
+
date: 2018-03-15 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|
@@ -1606,24 +1606,24 @@ metadata:
|
|
1606
1606
|
post_install_message:
|
1607
1607
|
rdoc_options: []
|
1608
1608
|
require_paths:
|
1609
|
-
- gym/lib
|
1610
|
-
- deliver/lib
|
1611
|
-
- snapshot/lib
|
1612
|
-
- pilot/lib
|
1613
1609
|
- supply/lib
|
1614
|
-
-
|
1615
|
-
- scan/lib
|
1610
|
+
- fastlane/lib
|
1616
1611
|
- sigh/lib
|
1612
|
+
- fastlane_core/lib
|
1617
1613
|
- spaceship/lib
|
1618
|
-
-
|
1619
|
-
-
|
1614
|
+
- precheck/lib
|
1615
|
+
- scan/lib
|
1616
|
+
- deliver/lib
|
1620
1617
|
- match/lib
|
1621
|
-
-
|
1622
|
-
-
|
1618
|
+
- snapshot/lib
|
1619
|
+
- pilot/lib
|
1620
|
+
- screengrab/lib
|
1621
|
+
- cert/lib
|
1623
1622
|
- produce/lib
|
1624
|
-
- frameit/lib
|
1625
1623
|
- credentials_manager/lib
|
1626
|
-
-
|
1624
|
+
- frameit/lib
|
1625
|
+
- gym/lib
|
1626
|
+
- pem/lib
|
1627
1627
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1628
1628
|
requirements:
|
1629
1629
|
- - ">="
|