fastlane-plugin-google_chat 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +10 -8
- data/lib/fastlane/plugin/google_chat/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27de1b88c797fd36e199556457d5ed063dfc5bbe72a93eaec0ac96880dcf33f1
|
|
4
|
+
data.tar.gz: 2c7199e7a82c65d6428d295d617af2021e2f118f9290e77e5a601d9c831caa87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6b59c007fcc8226af72c54c23f4dd9d36e9006c65f1c711b9f123370a4804ceb167a32b9c3cdf8d1450a040bc8138172b92dbeb187b7c2a390b6ff3962d2494
|
|
7
|
+
data.tar.gz: ae9ced669991b6fb4225dfa34129250774eb8216669dc23bea10ddffb811aff6c46b9b69111d7056143c2dd3f38b322d14aa6f85b1c834b074bae225e23df2d7
|
data/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://rubygems.org/gems/fastlane-plugin-google_chat)
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+

|
|
5
7
|
## Getting Started
|
|
6
8
|
|
|
7
9
|
This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-google_chat`, add it to your project by running:
|
|
@@ -20,16 +22,16 @@ Send messages to Google Chat
|
|
|
20
22
|
|
|
21
23
|
Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
|
|
22
24
|
|
|
23
|
-
````
|
|
25
|
+
````ruby
|
|
24
26
|
google_chat(
|
|
25
|
-
imageUrl:
|
|
26
|
-
webhook: '
|
|
27
|
+
imageUrl: 'URL_OF_ICON',
|
|
28
|
+
webhook: 'URL_OF_WEBHOOK',
|
|
27
29
|
title: 'TITLE',
|
|
28
|
-
description:
|
|
29
|
-
section1Title: '
|
|
30
|
-
section1Description: '
|
|
31
|
-
buttonTitle: "
|
|
32
|
-
buttonUrl: "
|
|
30
|
+
description: 'MESSAGE',
|
|
31
|
+
section1Title: 'TITLE_SESSION',
|
|
32
|
+
section1Description: 'DESCRIPTION_SESSION',
|
|
33
|
+
buttonTitle: "BUTTON_TITLE",
|
|
34
|
+
buttonUrl: "URL_ACTION"
|
|
33
35
|
)
|
|
34
36
|
````
|
|
35
37
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-google_chat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Narlei Américo Moreira
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|