fastlane-plugin-testbm 0.1.10 → 0.1.11

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: 6540016f53662b498131abd58fdf25bc456d70245514bd31d74ed737af3387bb
4
- data.tar.gz: b4596467e5739633a676f4417952dae65d2da3ba298c4ad98a15d0d4d7d6fafe
3
+ metadata.gz: 7263fa915363c5ea53a3a42ed7e781515a6420bd0203804e6fb7b1db91c9ded3
4
+ data.tar.gz: 3aa0718ac6b8684e27e6ba179f4956330a1c887332b0769ef5424ca3481f18a7
5
5
  SHA512:
6
- metadata.gz: d0a60040b935f80843f029e90f448b0f61bc20d133ca204daa060d667316b7bcfb15a301375047a60316303baab0ea1d15c005c672c6a58124d991bf634ff407
7
- data.tar.gz: f875741c7b66c30832842220056b5c198600a2f876835b6c6296f531323f92d5312395c16ac40e9408bebf41bc993334af9fe865450c81d2772c7f094b05b953
6
+ metadata.gz: 3112a212023aaeb452f33795243cc57fa62b448818e4b9ffac995281f8bec12ee7edceb6a679f0405965254f1d04b5480b34b723af9b29e5da6611fb8c99b955
7
+ data.tar.gz: da198eda72c72f3c0e22d536167ce8cb4a2ee044e507f3c6df4e9e66f25c1e47ef7580665ea618d48516c14e7b52ef8b2f620bf8c4ff20013150bf012e3a335a
@@ -13,7 +13,7 @@ module Fastlane
13
13
  end
14
14
 
15
15
  #Notify via slack channel a generic message with the default payloads
16
- def slack_func_notify(message_text:)
16
+ def self.slack_func_notify(message_text:)
17
17
  other_action.slack(
18
18
  message: message_text,
19
19
  success: true,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Testbm
3
- VERSION = "0.1.10"
3
+ VERSION = "0.1.11"
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.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bemobile