fastlane 2.24.0.beta.20170326010023 → 2.24.0.beta.20170327010009

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: ee5443da2a8d0d17ca3794615aaa3db73b8057fa
4
- data.tar.gz: 9fa5e789cbb425128d2cf8f35fcc321b3f06c9f8
3
+ metadata.gz: 37f46ef2f2795ec8f60b5d5c083b9e7a1849c276
4
+ data.tar.gz: 5e521f6dded89c68d989fa6766bfad6b9bf7c21c
5
5
  SHA512:
6
- metadata.gz: a7212cc10b5bb3147ab2c469669ec6bdc5697a1a6d9eba871919b9696afffa02a9a1266a2bbcbc3819f776c281c4f9addfa7a052295e6ee58f377dad9a678197
7
- data.tar.gz: 23cad7f6277fc2888fd6f46b4b32eed878d4ef53c555e861c833903204008882c2a712fc313e23174a3797f916931c69dde8f4dd82ca4d3e6de4553e3b4e0759
6
+ metadata.gz: 7a50f66716866c505335da412201734085f13ac0ab14de5115aab09802d0d19d3e512f76eeae5f7faf35367bdc6b1f24b021122314de7416f388ec639592545a
7
+ data.tar.gz: 1aaa1c3d11b0c22e65cd6bd078db460c9690fa5db84c92a002bad92f0cfdbde907fbd5dd780f458c46b51e2ff941423e0229aad54f5d9f713e58fc7c3239eadd
@@ -5,7 +5,7 @@ module Fastlane
5
5
  # Just an alias for sh_no_action
6
6
  # When running this in tests, it will return the actual command instead of executing it
7
7
  # @param log [Boolean] should fastlane print out the executed command
8
- # @param error_callback [Block] a callback invoked with the command ouptut if there is a non-zero exit status
8
+ # @param error_callback [Block] a callback invoked with the command output if there is a non-zero exit status
9
9
  def self.sh(command, log: true, error_callback: nil)
10
10
  sh_control_output(command, print_command: log, print_command_output: log, error_callback: error_callback)
11
11
  end
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '2.24.0.beta.20170326010023'.freeze
2
+ VERSION = '2.24.0.beta.20170327010009'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  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.24.0.beta.20170326010023
4
+ version: 2.24.0.beta.20170327010009
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-26 00:00:00.000000000 Z
17
+ date: 2017-03-27 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: slack-notifier
@@ -658,14 +658,14 @@ dependencies:
658
658
  requirements:
659
659
  - - "~>"
660
660
  - !ruby/object:Gem::Version
661
- version: '0.47'
661
+ version: 0.47.0
662
662
  type: :development
663
663
  prerelease: false
664
664
  version_requirements: !ruby/object:Gem::Requirement
665
665
  requirements:
666
666
  - - "~>"
667
667
  - !ruby/object:Gem::Version
668
- version: '0.47'
668
+ version: 0.47.0
669
669
  - !ruby/object:Gem::Dependency
670
670
  name: rb-readline
671
671
  requirement: !ruby/object:Gem::Requirement
@@ -1296,23 +1296,23 @@ metadata:
1296
1296
  post_install_message:
1297
1297
  rdoc_options: []
1298
1298
  require_paths:
1299
- - scan/lib
1300
- - supply/lib
1301
- - gym/lib
1299
+ - spaceship/lib
1302
1300
  - fastlane/lib
1303
- - match/lib
1304
- - deliver/lib
1305
- - pilot/lib
1306
- - produce/lib
1307
1301
  - credentials_manager/lib
1308
1302
  - screengrab/lib
1303
+ - deliver/lib
1309
1304
  - sigh/lib
1310
- - spaceship/lib
1311
- - snapshot/lib
1312
- - pem/lib
1313
1305
  - fastlane_core/lib
1314
1306
  - cert/lib
1307
+ - supply/lib
1308
+ - pem/lib
1309
+ - produce/lib
1310
+ - scan/lib
1315
1311
  - frameit/lib
1312
+ - pilot/lib
1313
+ - gym/lib
1314
+ - match/lib
1315
+ - snapshot/lib
1316
1316
  required_ruby_version: !ruby/object:Gem::Requirement
1317
1317
  requirements:
1318
1318
  - - ">="