fastlane 2.29.0.beta.20170429010036 → 2.29.0.beta.20170430010051

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: c3651fba720d62f1e3f1c4ac3a153045521c06eb
4
- data.tar.gz: 7d86e4038f6bd0f7adb34ed11f3937eb06306e69
3
+ metadata.gz: 0eb504ff19e29f1f3f188eb90805109db87b3c16
4
+ data.tar.gz: e16fb08ca926b474bdd1fd751e93a247d8bb5b30
5
5
  SHA512:
6
- metadata.gz: 0be189bdc70ba539c76274d43ee7289baa549acaa17cd9706eb9c425284d4fe541c895c2ff4e363f3b85e47d18471422a378a5dbb61620488cb1fa9875ac8d54
7
- data.tar.gz: 8f9cef4e329780ed40035fcd2420e9b77e7a4548a1393efa1076ebac0d66ac6681c8f2ed85d3ea0cab1e85ea92ddd8dc4cadb49558fd7c0c2ebb0c3ed3d3a354
6
+ metadata.gz: 991fe234dc3fe6794694a6469b94e12af01cab1a41cab9b3edff74a55a05e85c75204ce50f8fb46e57128cb47a02bb48a5d0e65b30b316321c951bfaf94b138b
7
+ data.tar.gz: 5135b6e33362fad1e19c90fbf215412503f0d4ba79d6037785169844ef0b86c6edcc4ab325e1f43bf6917aec1a96442b089233169f883e199f66d00bf812d0f5
data/fastlane/README.md CHANGED
@@ -138,7 +138,11 @@ The setup assistant will create all the necessary files for you, using the exist
138
138
  - Follow the setup assistant, which will set up ```fastlane``` for you
139
139
  - Further customise the ```Fastfile``` with [actions](https://docs.fastlane.tools/actions).
140
140
 
141
- For more details, please follow the [fastlane guide](https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Guide.md) or [documentation](https://github.com/fastlane/fastlane/tree/master/fastlane/docs).
141
+ For more details, follow our new Getting Started guides:
142
+
143
+ - [Getting Started fastlane guide for iOS](https://docs.fastlane.tools/getting-started/ios/setup/)
144
+ - [Getting Started fastlane guide for Android](https://docs.fastlane.tools/getting-started/android/setup/)
145
+
142
146
 
143
147
  There are also 2 Japanese fastlane guides available: [qiita](http://qiita.com/gin0606/items/a8573b582752de0c15e1) and [mercari](http://tech.mercari.com/entry/2015/07/13/143000)
144
148
 
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '2.29.0.beta.20170429010036'.freeze
2
+ VERSION = '2.29.0.beta.20170430010051'.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,8 @@ module FastlaneCore
20
20
  "#{format_string(datetime, severity)}#{msg}\n"
21
21
  end
22
22
 
23
+ require 'fastlane_core/ui/disable_colors' if FastlaneCore::Helper.colors_disabled?
24
+
23
25
  @log
24
26
  end
25
27
 
@@ -22,5 +22,3 @@ require 'fastlane_core/ui/interface'
22
22
  Dir[File.expand_path('implementations/*.rb', File.dirname(__FILE__))].each do |file|
23
23
  require file
24
24
  end
25
-
26
- require 'fastlane_core/ui/disable_colors' if FastlaneCore::Helper.colors_disabled?
@@ -130,7 +130,7 @@ module Spaceship::TestFlight
130
130
  external_state == BUILD_STATES[:export_compliance_missing]
131
131
  end
132
132
 
133
- def self.processed?
133
+ def processed?
134
134
  active? || ready_to_submit? || export_compliance_missing?
135
135
  end
136
136
 
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.29.0.beta.20170429010036
4
+ version: 2.29.0.beta.20170430010051
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2017-04-29 00:00:00.000000000 Z
18
+ date: 2017-04-30 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier
@@ -1357,22 +1357,22 @@ post_install_message:
1357
1357
  rdoc_options: []
1358
1358
  require_paths:
1359
1359
  - fastlane/lib
1360
- - scan/lib
1361
- - gym/lib
1360
+ - cert/lib
1362
1361
  - screengrab/lib
1363
- - snapshot/lib
1364
- - supply/lib
1365
- - match/lib
1366
- - pem/lib
1367
- - spaceship/lib
1362
+ - credentials_manager/lib
1368
1363
  - produce/lib
1369
- - sigh/lib
1364
+ - pem/lib
1370
1365
  - fastlane_core/lib
1371
1366
  - frameit/lib
1372
1367
  - pilot/lib
1368
+ - match/lib
1369
+ - spaceship/lib
1373
1370
  - deliver/lib
1374
- - credentials_manager/lib
1375
- - cert/lib
1371
+ - scan/lib
1372
+ - supply/lib
1373
+ - gym/lib
1374
+ - snapshot/lib
1375
+ - sigh/lib
1376
1376
  required_ruby_version: !ruby/object:Gem::Requirement
1377
1377
  requirements:
1378
1378
  - - ">="