fastlane_core 0.4.3.pre → 0.4.3

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: 54d7ab1b658d7e2ee0ab96d6ebeeab3826fe64a3
4
- data.tar.gz: 493f5df1af768786f6332933b0119a52a8aa22f8
3
+ metadata.gz: b9c91b48757f1baa75f8d700e38f0fe3ad6be8e6
4
+ data.tar.gz: bdee16e06a9265e582c1eb33b1a14443e81bad04
5
5
  SHA512:
6
- metadata.gz: 8ea4078d9099a547cd54ce2add1cfc7d0baaec8da1b928a8f783f4df79f5b594a0499f59426be2182f751186b3d73cea4668b66094c1ddd5a99ab56097bd0a9b
7
- data.tar.gz: c53cdd8e1141ae2affaa2146afebe5694c6937cbabea654b917a3f3bf67442dc8eedca0a2ef2f3dbabdebf3e585188a1e790cb7e4348023ed87fdd14096a3c65
6
+ metadata.gz: 8ebae60d9b069fd4d75f2e75b04843ef56c6e79fbdc796b7ca6643ca8147e74bababda86e94662c5c424272bd33b28a261bad7dbe0f3fe54ea6abb37c45049e1
7
+ data.tar.gz: 3769edf2047feb55215984beb38ab33f16ecb76d3fb8d5b976e00d608d074924cfdf7409db72e9b25e0302d53ac0baeb70104b7d8e32bc4a35e2364f2f7e6291
@@ -69,8 +69,8 @@ module FastlaneCore
69
69
  # @return the full path to the iTMSTransporter executable
70
70
  def self.transporter_path
71
71
  [
72
- "../Applications/Application\ Loader.app/Contents/MacOS/itms/bin/iTMSTransporter",
73
- "../Applications/Application\ Loader.app/Contents/itms/bin/iTMSTransporter"
72
+ "../Applications/Application Loader.app/Contents/MacOS/itms/bin/iTMSTransporter",
73
+ "../Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"
74
74
  ].each do |path|
75
75
  result = File.join(self.xcode_path, path)
76
76
  return result if File.exists?(result)
@@ -1,3 +1,3 @@
1
1
  module FastlaneCore
2
- VERSION = "0.4.3.pre"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3.pre
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-03 00:00:00.000000000 Z
11
+ date: 2015-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -302,9 +302,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
302
302
  version: 2.0.0
303
303
  required_rubygems_version: !ruby/object:Gem::Requirement
304
304
  requirements:
305
- - - '>'
305
+ - - '>='
306
306
  - !ruby/object:Gem::Version
307
- version: 1.3.1
307
+ version: '0'
308
308
  requirements: []
309
309
  rubyforge_project:
310
310
  rubygems_version: 2.2.2