fastlane-plugin-check_good_version 0.1.6 → 0.1.7
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: 737f7c7dab3b7abd832e6086be1b2596071c7ba2
|
|
4
|
+
data.tar.gz: a470075b9cd61ae659446b4d6f7e92d24c6e42dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17f6a967848cd7e9ae2306b7359e93ad1da2fa5b8c4a19bedfc7c12e9e1d8b7ebce7e954144806167915dab1685fed047fa895b448ccfbb5f8f75eff7546bb68
|
|
7
|
+
data.tar.gz: 4a43864557795e5a60846c56f18f602200c157ef742c84960a399fb498b9c8e0b9113fd5586d15192c8ac15d207ba7108595f51847bf1f9d3a8f8dcbbfdde084
|
|
@@ -4,7 +4,10 @@ module Fastlane
|
|
|
4
4
|
CHECK_GOOD_VERSION_ACTION_VERSION_NUMBER = :CHECK_GOOD_VERSION_ACTION_VERSION_NUMBER
|
|
5
5
|
end
|
|
6
6
|
class CheckGoodVersionAction < Action
|
|
7
|
+
|
|
7
8
|
def self.run(params)
|
|
9
|
+
UI.error("[Deprecation] check_good_version is deprecated, use the blackberry_mam_version action from the blackberry_mam plugin instead")
|
|
10
|
+
|
|
8
11
|
selected_xcode_dev_dirpath = sh(
|
|
9
12
|
'xcode-select --print-path',
|
|
10
13
|
print_command: false,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-check_good_version
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lyndsey Ferguson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-04-
|
|
11
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|