fastlane-plugin-testbm 0.1.14 → 0.1.15

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: bcd61940e70a70bbe60de392871389904753e8659b45abba644889172ee99dde
4
- data.tar.gz: d1278252b7289fd5980db51d6fd6392ecaaaf21990290bb290c6ca7180a367e3
3
+ metadata.gz: d7a73bcd0e62fa3734a5a7780a5e34eebedc2e00134b8b93e14578f6d3784ed1
4
+ data.tar.gz: 9ac56da580fa021a92f4995c3f0afd203df558193e556268eb540f62cd5c6191
5
5
  SHA512:
6
- metadata.gz: 8469fb0657b04596fa56d3efcf0fbe5d5928cfa89d679b81327b0fb23c5e945962ee332ba1a7d457b913a17999381312d71d117fd51cfd849be9bc4c5592bf01
7
- data.tar.gz: 20482981e3d50681ef0dcf87f57301e2358326ad5bbe1715b3a7131615ee673b3f60a7fbe61be0a3a862fbe71411ae31a2c2c1df0d10db9be8ee9fc20fb56cf5
6
+ metadata.gz: 07e1b9292a96f1558a646e45e975d27308c1490df0dacd0b80baf19c2587f5b21300d5bbbf7989759a871739e150d323f75e79460e55410d94d5c446b241e765
7
+ data.tar.gz: 6cf611a62b7f7c91f97097d1d2de9b107ef3ddd66368d2c94b9c61158db1c10db7873798b288e89a6186e9339e6168a35faf2a760a656fcb68ab51eedea00634
@@ -15,11 +15,11 @@ module Fastlane
15
15
  end
16
16
 
17
17
  def self.description
18
- "Sends a message to a Slack chat specified in the SLACK_URL environment variable."
18
+ "Sends a message to a Slack chat specified in the SLACK_URL environment variable"
19
19
  end
20
20
 
21
21
  def self.authors
22
- ["Erick, Legna @ Bemobile."]
22
+ ["Erick, Legna @ Bemobile"]
23
23
  end
24
24
 
25
25
  def self.return_value
@@ -43,7 +43,7 @@ module Fastlane
43
43
  type: String),
44
44
  FastlaneCore::ConfigItem.new(key: :is_exception,
45
45
  env_name: "IS_EXCEPTION",
46
- description: "Flag that indicates if the message is from an exception.",
46
+ description: "Flag that indicates if the message is from an exception",
47
47
  optional: false,
48
48
  type: Boolean)
49
49
  ]
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Testbm
3
- VERSION = "0.1.14"
3
+ VERSION = "0.1.15"
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.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bemobile