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: 0d8cff4ed82db098c91021fc9b11809eaffe4bf2
4
- data.tar.gz: 8a52f211c99658413eeb1624b50139e366daaa37
3
+ metadata.gz: 737f7c7dab3b7abd832e6086be1b2596071c7ba2
4
+ data.tar.gz: a470075b9cd61ae659446b4d6f7e92d24c6e42dd
5
5
  SHA512:
6
- metadata.gz: bb7d5077d4dc3fc212cb99394003c6c85fca1f13f6f68c5595a552398bcfcaf2fb7f51e957e175125f8f755bd9d4e4b161a030b3cfc98d6a5fe4b9a838f0161b
7
- data.tar.gz: dfd023086ef070686797e27bc1f62cb722dd25e67910f6e3b632d28ae6e9200b58bd9ab1f237a544119aeefd4828a650bdf6c5af34ce350533527b734e0963ce
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,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module CheckGoodVersion
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
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.6
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-01 00:00:00.000000000 Z
11
+ date: 2017-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler