fastlane-plugin-mattermost 1.3 → 1.3.1

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: 93d469bb0a6c1f93e5eae5f264354856fd7e5992adaeed611707b193d7eb070c
4
- data.tar.gz: cf18eef25c0da701d8a1dcf8459b3ad87c1c033e4cbea6ec68597a9e709e86c6
3
+ metadata.gz: 8a6ce14080c474420332e09866867696f02dd154a7dda144f084e98fa8efb0b8
4
+ data.tar.gz: 1044ecf0bf0acbcf8b6f4935285ecf01f374f35eb18bafeec9420cea63be3fd2
5
5
  SHA512:
6
- metadata.gz: 9693781d6274c9543537557564f2dd0e29f68dd6c4d29c532748095b277e94a612e5d5961fb9d548bd9714d325fb5156cfde56e1fda9e34c39445f7247c694e6
7
- data.tar.gz: b4b90d029e3658654edc75d67ddc17073b90d79fa9f45d1c491430cc605d976351977164e65684a6550627d7b78e480ede0c0933256fc10a04e8cb437fd4e993
6
+ metadata.gz: 4572a7cb2d28a7df22e3fb957fdce2ba09a5e89dcbc8772b84e5b221d25f09ef4d0f5f0149003ef2f3dea595920c217bbab586313d9e58b11089a2aa2929834a
7
+ data.tar.gz: db47dac6786d5138910c3d3f04409c52d58f34ecf13fd6d9f8ef0c823fc13f8ad4070d15d035b412c9c7c3db4be10757115db580d81aa8ab682cd84dae668954
data/README.md CHANGED
@@ -25,23 +25,23 @@ lane :build_android do
25
25
  # Push messages to Mattermost
26
26
  # Minimum params example
27
27
  mattermost(
28
- url: "https://example.mattermost.com/hooks/xxx-generatedkey-xxx", # mandatory
29
- text: "Hello, this is some text\nThis is more text. :tada:", # mandatory
30
- username: "Fastlane Mattermost", # optional
31
- icon_url: "https://www.mattermost.org/wp-content/uploads/2016/04/icon.png" # optional
32
- )
28
+ url: "https://example.mattermost.com/hooks/xxx-generatedkey-xxx", # mandatory
29
+ text: "Hello, this is some text\nThis is more text. :tada:", # mandatory
30
+ username: "Fastlane Mattermost", # optional
31
+ icon_url: "https://www.mattermost.org/wp-content/uploads/2016/04/icon.png" # optional
32
+ )
33
33
  # Full params example
34
34
  mattermost(
35
- url: "https://example.mattermost.com/hooks/xxx-generatedkey-xxx", # mandatory
36
- text: "Hello, this is some text\nThis is more text. :tada:", # mandatory
37
- username: "Fastlane Mattermost", # optional
38
- icon_url: "https://www.mattermost.org/wp-content/uploads/2016/04/icon.png", # optional
39
- channel: ... , # optional
40
- icon_emoji: ... , # optional
41
- attachments: ... , # optional
42
- props: ... , # optional
43
- type: ... # optional
44
- )
35
+ url: "https://example.mattermost.com/hooks/xxx-generatedkey-xxx", # mandatory
36
+ text: "Hello, this is some text\nThis is more text. :tada:", # mandatory
37
+ username: "Fastlane Mattermost", # optional
38
+ icon_url: "https://www.mattermost.org/wp-content/uploads/2016/04/icon.png", # optional
39
+ channel: ... , # optional
40
+ icon_emoji: ... , # optional
41
+ attachments: ... , # optional
42
+ props: ... , # optional
43
+ type: ... # optional
44
+ )
45
45
  ```
46
46
 
47
47
  ## About mattermost
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Mattermost
3
- VERSION = "1.3"
3
+ VERSION = "1.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-mattermost
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.3'
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - cpfriend1721994
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-02 00:00:00.000000000 Z
11
+ date: 2020-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -148,7 +148,7 @@ files:
148
148
  - lib/fastlane/plugin/mattermost/actions/mattermost_action.rb
149
149
  - lib/fastlane/plugin/mattermost/helper/mattermost_helper.rb
150
150
  - lib/fastlane/plugin/mattermost/version.rb
151
- homepage:
151
+ homepage: https://github.com/cpfriend1721994/fastlane-plugin-mattermost
152
152
  licenses:
153
153
  - MIT
154
154
  metadata: {}