fastlane-plugin-testbm 0.1.9 → 0.1.10

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: 28701adcc3be5cf4d3346f9d339599fc47eb7b525658efb9d5a3cd25056ced7b
4
- data.tar.gz: 87269fc3ff27be4156a9712ebe82f0b138308645c838bae3d14023a8c489a93c
3
+ metadata.gz: 6540016f53662b498131abd58fdf25bc456d70245514bd31d74ed737af3387bb
4
+ data.tar.gz: b4596467e5739633a676f4417952dae65d2da3ba298c4ad98a15d0d4d7d6fafe
5
5
  SHA512:
6
- metadata.gz: 38e384494416c52b26d13498b45b5cc8999240d51c97447a97b7ecb3ce6c304be55e5219c9102303ad3fd8201b5bb3f771e6af2abe8323ccde960078856244ae
7
- data.tar.gz: e2977228122429e186caf7b726be6e3aad53cf5a87b670e24d68e7edfc9c6f8b4535abd61d4ce78e7c17740c117e0a9985be660e4a2ee14fa6e56c2c067c76a9
6
+ metadata.gz: d0a60040b935f80843f029e90f448b0f61bc20d133ca204daa060d667316b7bcfb15a301375047a60316303baab0ea1d15c005c672c6a58124d991bf634ff407
7
+ data.tar.gz: f875741c7b66c30832842220056b5c198600a2f876835b6c6296f531323f92d5312395c16ac40e9408bebf41bc993334af9fe865450c81d2772c7f094b05b953
@@ -13,7 +13,7 @@ module Fastlane
13
13
  icon_url: slack_icon,
14
14
  username: "Bemobile Fastlane Plugin - #{ENV["PRIVATE_APP_NAME"]}"
15
15
  )
16
- Helper::TestbmHelper.slack_func_notify("Message from helper.")
16
+ Helper::TestbmHelper.slack_func_notify("Message from")
17
17
  UI.message("Message sent to Slack!")
18
18
  end
19
19
 
@@ -36,7 +36,7 @@ module Fastlane
36
36
 
37
37
  def self.available_options
38
38
  [
39
- FastlaneCore::ConfigItem.new(key: :chat_message,
39
+ FastlaneCore::ConfigItem.new(key: :message_text,
40
40
  env_name: "MESSAGE_TEXT",
41
41
  description: "The chat message to be sent to Slack",
42
42
  optional: false,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Testbm
3
- VERSION = "0.1.9"
3
+ VERSION = "0.1.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-testbm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bemobile