fastlane 2.56.0.beta.20170906010003 → 2.56.0.beta.20170907010003

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: d3e157dca28a3b9c7a49e4c94c338f8c6b210e61
4
- data.tar.gz: b7e89f5124eb919234a0ad8b9d0eaaea91dcc975
3
+ metadata.gz: 2839e587204146a6814c5a55b3e178da5aedf736
4
+ data.tar.gz: d0ec06f58ae3104b329b1e990858b4645cfa67da
5
5
  SHA512:
6
- metadata.gz: 6950954874037a6d52fcfd0beac4f2081e0b56318b3bc82364ed15aa55ab95d198ccbcfc52a0dd6ef8555066b3292f11686b7145e6f3f50ed18b00955e0438e1
7
- data.tar.gz: f00d313ffe489c08e0c17666bd566f80c1c5711795e666fa57f9c72c1db6b04ec0c73e6a6311dabef4ab4f2395109668483bb5d2f3fe66d6c26bd1ee3d8e821c
6
+ metadata.gz: ebc67ba6999698a3f4d79bb5b4cf3c952999695d8293099db5274668dd141dff6d75f9f4de6be447d312f81754f4665f580d696c475abc0d152264b7ff0002cf
7
+ data.tar.gz: b1c03e9c386a9531a640cb0eba3b22178558f73df04fb3f29745914aa2467042d5583e516be21470086d5d29dc9e4aeb4f7e4d50df36a355e650eecc8f512ce6
@@ -14,8 +14,8 @@ module Fastlane
14
14
  :production,
15
15
  :source_control,
16
16
  :notifications,
17
- :deprecated,
18
- :misc
17
+ :misc,
18
+ :deprecated # This should be the last item
19
19
  ]
20
20
 
21
21
  class << self
@@ -113,7 +113,7 @@ deliver(
113
113
  ## More options
114
114
 
115
115
  <details>
116
- <summary>View all available options and its valid values</summary>
116
+ <summary>View all available options and their valid values</summary>
117
117
 
118
118
  ## Available options
119
119
 
@@ -8,7 +8,7 @@ module Fastlane
8
8
  # https://github.com/SlatherOrg/slather/blob/v2.4.2/lib/slather/command/coverage_command.rb
9
9
  ARGS_MAP = {
10
10
  travis: '--travis',
11
- travis_pro: '--travis-pro',
11
+ travis_pro: '--travispro',
12
12
  circleci: '--circleci',
13
13
  jenkins: '--jenkins',
14
14
  buildkite: '--buildkite',
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.56.0.beta.20170906010003'.freeze
2
+ VERSION = '2.56.0.beta.20170907010003'.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
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.56.0.beta.20170906010003
4
+ version: 2.56.0.beta.20170907010003
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-09-06 00:00:00.000000000 Z
18
+ date: 2017-09-07 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier