fastlane-plugin-zealot 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 541008be46db0acc6f63c11507667346ac813719997907cccc28433482138c5a
4
- data.tar.gz: c159607cffbcd36b3517a826882d2ec796ae4fa37ca13bdc6dff3020ca14745e
3
+ metadata.gz: d86d9422f4858198d48441a83dcf32cb46c8b0333f83f37f00bd8ccec996916f
4
+ data.tar.gz: ff7382ff232617736da06d534d873a3ad7a5315bdc80536e2e7aaff7cdd3a4ed
5
5
  SHA512:
6
- metadata.gz: 85e3a03b613454106d1d84641f2126f3e5897cd7d66e09c6d2c1313f4be78516879afef487a7c365a05474208501bc95521d3fb47a2da68b8c970793b5bba8e6
7
- data.tar.gz: f67e5654ef4ec360ded363fcde904e8aa93d10b212246a25952b3df536b048a3e18122f1b752776d09717aedc2a4c4c12522003def5cdfbf543a42b2ce00ebc8
6
+ metadata.gz: 6f70841280fd32bc1773126aa2351f99851525ffeab7cfef1fa148b220059e389ebbfbe3f2625c79079496acde288544cbe7e73ae1cde058745b10d9ca2309d9
7
+ data.tar.gz: 130cd315d6614acfa256319f1f796a1627ccb6bcc534b4fa41309213efa12b2653bedcec669d03e50ecc57080aaf2725bc31d9a61547fa3351f6e3c115d69eea
@@ -6,6 +6,10 @@ require 'fastlane/plugin/debug_file'
6
6
 
7
7
  module Fastlane
8
8
  module Actions
9
+ module SharedValues
10
+ ZEAALOT_ERROR_MESSAGE = :ZEAALOT_ERROR_MESSAGE
11
+ end
12
+
9
13
  class ZealotDebugFileAction < Action
10
14
  extend Fastlane::Helper::ZealotHelper
11
15
 
@@ -7,6 +7,7 @@ module Fastlane
7
7
  module Actions
8
8
  module SharedValues
9
9
  ZEALOT_VERSION_EXISTED = :ZEALOT_VERSION_EXISTED
10
+ ZEAALOT_ERROR_MESSAGE = :ZEAALOT_ERROR_MESSAGE
10
11
  end
11
12
 
12
13
  class ZealotVersionCheckAction < Action
@@ -162,7 +162,7 @@ module Fastlane
162
162
  end
163
163
 
164
164
  def show_error(message, fail_on_error, store_shared_value = true)
165
- Actions.lane_context[SharedValues::ZEAALOT_ERROR_MESSAGE] = message if store_shared_value
165
+ Actions.lane_context[Fastlane::Actions::SharedValues::ZEAALOT_ERROR_MESSAGE] = message if store_shared_value
166
166
 
167
167
  if fail_on_error
168
168
  UI.user_error!(message)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Zealot
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-zealot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - icyleaf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane-plugin-debug_file