fastlane 2.1.0 → 2.1.1

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: 85df77fc6711d1078904a5a3143d3017d3dd6ce8
4
- data.tar.gz: 969adc10dfe52593a6f7696496d286a6eb3ecd32
3
+ metadata.gz: ade2f90d83d2c06360722b929f0302888ead0929
4
+ data.tar.gz: eb62ff2b610dde3e38e375fe3cb4e19b3e6deb7d
5
5
  SHA512:
6
- metadata.gz: 29e926f710d8fd0750e9a6e831dc2f676d091fe535d8399717c5f2d7f045d4eb54adccd011d49a059f917d5c6a53393564425a95ef334a389f2b7f9e5d1c7a24
7
- data.tar.gz: 7999f15f882913340f3b614ea73ac3cb085e0646bca42556d140b5cc64d10d74d48c03c5ea4b81042372aa73295837360a260ee6024fbd1aa3283c3c6dcd1303
6
+ metadata.gz: 60f80d0a06da467d57441c77e3c9dfbb5bb88dc4b766d5879a2417d3ffbdcaa14de82fac3b3a2f7cd7c11bd17ccd2012334866e51594199ec0c233282e156e27
7
+ data.tar.gz: 661d657d7b49997543273c06f71147e5b0d18260257cc341b276b47d4bdafc168382a5ac8b641edc1eebfd2ad73b72785712f9fc5677b0f971cfca22391a0744
@@ -16,7 +16,7 @@ module Fastlane
16
16
  if params[:download]
17
17
 
18
18
  t_ret = scp.download! params[:download][:src], params[:download][:dst], recursive: true
19
- UI.message(['[SCP COMMAND]', "Successfully Downloaded", params[:upload][:src], params[:upload][:dst]].join(': '))
19
+ UI.message(['[SCP COMMAND]', "Successfully Downloaded", params[:download][:src], params[:download][:dst]].join(': '))
20
20
  unless params[:download][:dst]
21
21
  ret = t_ret
22
22
  end
@@ -6,6 +6,8 @@ module Fastlane
6
6
 
7
7
  class XcodeInstallAction < Action
8
8
  def self.run(params)
9
+ Actions.verify_gem!('xcode-install')
10
+
9
11
  ENV["XCODE_INSTALL_USER"] = params[:username]
10
12
  ENV["XCODE_INSTALL_TEAM_ID"] = params[:team_id]
11
13
 
@@ -2,6 +2,8 @@ module Fastlane
2
2
  module Actions
3
3
  class XcversionAction < Action
4
4
  def self.run(params)
5
+ Actions.verify_gem!('xcode-install')
6
+
5
7
  version = params[:version]
6
8
  xcode = Helper::XcversionHelper.find_xcode(version)
7
9
  UI.user_error!("Cannot find an installed Xcode satisfying '#{version}'") if xcode.nil?
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '2.1.0'.freeze
2
+ VERSION = '2.1.1'.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.1.0
4
+ version: 2.1.1
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: 2016-12-18 00:00:00.000000000 Z
17
+ date: 2016-12-19 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: slack-notifier
@@ -170,20 +170,6 @@ dependencies:
170
170
  - - "~>"
171
171
  - !ruby/object:Gem::Version
172
172
  version: 2.0.0
173
- - !ruby/object:Gem::Dependency
174
- name: xcode-install
175
- requirement: !ruby/object:Gem::Requirement
176
- requirements:
177
- - - "~>"
178
- - !ruby/object:Gem::Version
179
- version: 2.0.0
180
- type: :runtime
181
- prerelease: false
182
- version_requirements: !ruby/object:Gem::Requirement
183
- requirements:
184
- - - "~>"
185
- - !ruby/object:Gem::Version
186
- version: 2.0.0
187
173
  - !ruby/object:Gem::Dependency
188
174
  name: word_wrap
189
175
  requirement: !ruby/object:Gem::Requirement