fastlane-plugin-android_version_manage 0.1.2 → 0.1.3
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 39c05f5a65535bce07e993f5a5e6d03dc0536bab54d0254ab70df944363e22d7
|
|
4
|
+
data.tar.gz: 69600e2e89c443ab54c72855af79f91f999060c58b3a9395a1517ae49d68ac94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fc1c392e2e66ba9c9985b3520b680cc217a488c9531e5f6085e2387335ffc3dd7968ae673e6d8c42c41224ada61bc04e9e00531d5f41f4cde8d7ac8fe23d842
|
|
7
|
+
data.tar.gz: 3a7d45aedd17f3a428aea56fa159eb517b7287597450f7ec4db645fe8dcac4236b2a5cfb89fd4c27d38d0315ee05744b477fcd30fa912e34045f720fc4da6605
|
|
@@ -13,7 +13,7 @@ module Fastlane
|
|
|
13
13
|
|
|
14
14
|
# create our list of files that we expect to have changed, they should all be relative to the project root, which should be equal to the git workdir root
|
|
15
15
|
expected_changed_files = []
|
|
16
|
-
expected_changed_files <<
|
|
16
|
+
expected_changed_files << absolute_path
|
|
17
17
|
|
|
18
18
|
# get the list of files that have actually changed in our git workdir
|
|
19
19
|
git_dirty_files = Actions.sh("git -C #{repo_path} diff --name-only HEAD").split("\n") + Actions.sh("git -C #{repo_path} ls-files --other --exclude-standard").split("\n")
|