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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f596fe3973ae73a98057893dd5f90679bcea3a18
|
4
|
+
data.tar.gz: b4e3815b3ecbee3387b53d39412b9ac8a58643bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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-
|
18
|
+
date: 2017-11-24 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|