fastlane 2.48.0.beta.20170724010003 → 2.48.0

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: b151d545dd24466fb8a6e0ba4bd8b98078ab8f72
4
- data.tar.gz: 9d2ffc034511ca1fb0fd542e4d63d31dcaaa4551
3
+ metadata.gz: 3b4950a25b8089ac7dfe1c3e179deb6a62af0d46
4
+ data.tar.gz: e17e2a499d6ff7d3208f83a74e56f354930b4fe1
5
5
  SHA512:
6
- metadata.gz: 9874ad102f9afa69325f707ca7a83c82d2a1615b5ac2cca09600e9b847b64291cc18b33ac220ced7ba7b7c076079c119a0782a4435b8519f88a42306de3c405c
7
- data.tar.gz: 2c035ad5b5c50044063cf573538048da68d32d13f57654f07c2ecd79c50b9df0e5819e460dd6e4f3a7fb2e88bc301e7056657f90564ed74a1c967986371839cf
6
+ metadata.gz: 90ae35638c017a7ad7380e411bb4c510cc1d85b6ee264ed3d9b270b38b1087fc7fac7de3d7bfed001f866b1bcbe0096121f2c55dac743a3a72d82e3c0e204b83
7
+ data.tar.gz: c6b25c05f2ef91c279762f1bf17b5ada075fbd9bdef7c228f3c3bf05d29514d26ed118c17e1dab0c2c95c2e7587d53a8a15bfe6243151f3823c2eda84e984bd2
@@ -14,7 +14,12 @@ module Fastlane
14
14
 
15
15
  xml = xml.gsub('system_', 'system-').delete("\e") # Jenkins can not parse 'ESC' symbol
16
16
 
17
- File.write(path, xml)
17
+ begin
18
+ File.write(path, xml)
19
+ rescue => ex
20
+ UI.error(ex)
21
+ UI.error("Couldn't save report.xml at path '#{File.expand_path(output_path)}', make sure you have write access to the containing directory.")
22
+ end
18
23
 
19
24
  return path
20
25
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.48.0.beta.20170724010003'.freeze
2
+ VERSION = '2.48.0'.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
@@ -104,6 +104,11 @@ module Gym
104
104
  print "Also, make sure to have a valid code signing identity and provisioning profile installed"
105
105
  print "Follow this guide to setup code signing https://docs.fastlane.tools/codesigning/GettingStarted/"
106
106
  print "If your intention was only to export an ipa be sure to provide a valid archive at the archive path."
107
+ print "This error might also happen if your workspace/project file is not in the root directory of your project."
108
+ print "To workaround that issue, you can wrap your calls to gym with"
109
+ print "`Dir.chdir('../path/to/dir/containing/proj') do`"
110
+ print "For an example you can check out"
111
+ print "https://github.com/artsy/emission-nebula/commit/44fe51a7fea8f7d52f0f77d6c3084827fe5dd59e"
107
112
  UI.build_failure!("Archive invalid")
108
113
  end
109
114
 
Binary file
Binary file
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.48.0.beta.20170724010003
4
+ version: 2.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -1204,6 +1204,7 @@ files:
1204
1204
  - precheck/README.md
1205
1205
  - precheck/lib/assets/PrecheckfileTemplate
1206
1206
  - precheck/lib/precheck.rb
1207
+ - precheck/lib/precheck/.DS_Store
1207
1208
  - precheck/lib/precheck/commands_generator.rb
1208
1209
  - precheck/lib/precheck/item_to_check.rb
1209
1210
  - precheck/lib/precheck/options.rb
@@ -1295,6 +1296,7 @@ files:
1295
1296
  - spaceship/lib/assets/languageMapping.json
1296
1297
  - spaceship/lib/assets/languageMappingReadable.json
1297
1298
  - spaceship/lib/spaceship.rb
1299
+ - spaceship/lib/spaceship/.DS_Store
1298
1300
  - spaceship/lib/spaceship/babosa_fix.rb
1299
1301
  - spaceship/lib/spaceship/base.rb
1300
1302
  - spaceship/lib/spaceship/client.rb
@@ -1398,24 +1400,24 @@ metadata:
1398
1400
  post_install_message:
1399
1401
  rdoc_options: []
1400
1402
  require_paths:
1401
- - spaceship/lib
1402
- - scan/lib
1403
- - sigh/lib
1404
- - snapshot/lib
1405
- - screengrab/lib
1406
- - fastlane/lib
1407
1403
  - cert/lib
1408
- - pem/lib
1409
- - gym/lib
1410
- - produce/lib
1404
+ - credentials_manager/lib
1411
1405
  - deliver/lib
1412
- - supply/lib
1413
- - match/lib
1406
+ - fastlane/lib
1407
+ - fastlane_core/lib
1414
1408
  - frameit/lib
1415
- - credentials_manager/lib
1409
+ - gym/lib
1410
+ - match/lib
1411
+ - pem/lib
1416
1412
  - pilot/lib
1417
1413
  - precheck/lib
1418
- - fastlane_core/lib
1414
+ - produce/lib
1415
+ - scan/lib
1416
+ - screengrab/lib
1417
+ - sigh/lib
1418
+ - snapshot/lib
1419
+ - spaceship/lib
1420
+ - supply/lib
1419
1421
  required_ruby_version: !ruby/object:Gem::Requirement
1420
1422
  requirements:
1421
1423
  - - ">="
@@ -1423,14 +1425,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
1423
1425
  version: 2.0.0
1424
1426
  required_rubygems_version: !ruby/object:Gem::Requirement
1425
1427
  requirements:
1426
- - - ">"
1428
+ - - ">="
1427
1429
  - !ruby/object:Gem::Version
1428
- version: 1.3.1
1430
+ version: '0'
1429
1431
  requirements: []
1430
1432
  rubyforge_project:
1431
- rubygems_version: 2.4.5.1
1433
+ rubygems_version: 2.2.5
1432
1434
  signing_key:
1433
1435
  specification_version: 4
1434
1436
  summary: The easiest way to automate beta deployments and releases for your iOS and
1435
1437
  Android apps
1436
1438
  test_files: []
1439
+ has_rdoc: