fastlane 2.54.0.beta.20170816010003 → 2.54.0.beta.20170817010002

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: 05702ec779840652efddb69c36773bd83ddf37d0
4
- data.tar.gz: 34f76aa651e52b89088c0aff685b59d8b1fec809
3
+ metadata.gz: bcc279ca63201b152f2ba3809f9c5f041d18a71f
4
+ data.tar.gz: 0d7a65d242ddd339dc0e6368b5b6d1a34c328567
5
5
  SHA512:
6
- metadata.gz: 21a5c0fa56944de4dbaadac16e1959ea06b87f93b0652c603747bd2ada2caca4652c1998470153d58f7f7a681652464706b0823ac866bf723641999b78b84fb0
7
- data.tar.gz: afe98cdec056679f4ab82992bd5cfe507d42b72e8635bf96d80118dd43b0fc351604b8ab23fd77a1b1fa4d1e42cd367e8a813dd6ce8d9353c2d0bd77e4a81edb
6
+ metadata.gz: 365c195f0124ed7058d16e39494176b458a3fad3be8f73a14e918dd9ecbd3a09cf37db9206ce11ebf53ec0f163b72309dcad4858b0cb9898c66bdddbeb77324a
7
+ data.tar.gz: 7d46736eeb00f7b092eb6ee9488cb75840e6bbc584de39d4969d3cecf73c93e2447a471318e367123ec5cd35e2af5d0a5bd29e8b3bceacab17ac32d11e3f0678
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.54.0.beta.20170816010003'.freeze
2
+ VERSION = '2.54.0.beta.20170817010002'.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
  end
@@ -156,7 +156,7 @@ module Scan
156
156
  short_option: "-X",
157
157
  env_name: "SCAN_XCTESTRUN",
158
158
  description: "Run tests using the provided .xctestrun file",
159
- conflicting_options: [:test_without_building, :build_for_testing],
159
+ conflicting_options: [:build_for_testing],
160
160
  is_string: true,
161
161
  optional: true),
162
162
  FastlaneCore::ConfigItem.new(key: :derived_data_path,
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.54.0.beta.20170816010003
4
+ version: 2.54.0.beta.20170817010002
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-08-16 00:00:00.000000000 Z
18
+ date: 2017-08-17 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier