fastlane 2.67.0.beta.20171123010003 → 2.67.0.beta.20171124010004

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: faed8648c0d07430d5f8afd90a47c27b3f8f51e4
4
- data.tar.gz: 7020263a7fa146ac6642912d44bcb3e7e9c14da4
3
+ metadata.gz: f596fe3973ae73a98057893dd5f90679bcea3a18
4
+ data.tar.gz: b4e3815b3ecbee3387b53d39412b9ac8a58643bf
5
5
  SHA512:
6
- metadata.gz: 32cf62b8aa13a07746d2b868b260f42ca6317003f1b9940c65ac6b7cf20e259117fec6f4759c5813b222a6c13d074de38731ee6d31cd71fa2fc21540f69ec8b9
7
- data.tar.gz: 08e5ff21f06841cb4a2a52d83bb980241a7fd4da8e7b9ee487d0ef9ad28b897d21f03488aa965e9d0d0507ed9fb89dca84af19ace8cdd278f1965e37035bc254
6
+ metadata.gz: c15c9bc2828c021ef50af6a48dd1d9da768fd6ffff69723272dca6b7ef93c369bb1ab321165f9b57ba869b63f1a5a41a4d8429e81a78a2acdf01b05af650e466
7
+ data.tar.gz: 5bab92c0ab8197c4d8b4a6186472d96a25a3e46aef37e149d0e87b7d05beb38009a978ba64229791caada914e7bbc7ced674ef98bc0853aa2294c70579e4a67f
@@ -96,6 +96,12 @@ module Fastlane
96
96
  # Reset the git repo to a clean state, but leave our artifacts in place
97
97
  reset_git_repo(
98
98
  exclude: "artifacts"
99
+ )',
100
+ '# Copy the .ipa created by `gym` if it was successfully created
101
+ artifacts = []
102
+ artifacts << lane_context[SharedValues::IPA_OUTPUT_PATH] if lane_context[SharedValues::IPA_OUTPUT_PATH]
103
+ copy_artifacts(
104
+ artifacts: artifacts
99
105
  )'
100
106
  ]
101
107
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.67.0.beta.20171123010003'.freeze
2
+ VERSION = '2.67.0.beta.20171124010004'.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
  RUBOCOP_REQUIREMENT = '0.49.1'.freeze
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.67.0.beta.20171123010003
4
+ version: 2.67.0.beta.20171124010004
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-11-23 00:00:00.000000000 Z
18
+ date: 2017-11-24 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier