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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4f9bddd8825a10502e1b5942469af88ab17191814baa92094f72557b0532544
4
- data.tar.gz: a571e9a0283698cac4d6486037b21ea556ad2e7446cd7d065288c875b9c9583d
3
+ metadata.gz: 27de1b88c797fd36e199556457d5ed063dfc5bbe72a93eaec0ac96880dcf33f1
4
+ data.tar.gz: 2c7199e7a82c65d6428d295d617af2021e2f118f9290e77e5a601d9c831caa87
5
5
  SHA512:
6
- metadata.gz: 4d2037c024f855409fe3795356f368f9302a9aa53b052d7fc8c2774819159daa710961de18cae368783eef57e430041129ac64dd20c37249e6026657aa2f0969
7
- data.tar.gz: dfaa70dc237a05d3e2d37e928ced50e577a65b8e1b3206e98e6e089c17d1f55b8125058bcedb1dc509a2a20a64f45a7db9fa8520449df4e89e793863455ded84
6
+ metadata.gz: b6b59c007fcc8226af72c54c23f4dd9d36e9006c65f1c711b9f123370a4804ceb167a32b9c3cdf8d1450a040bc8138172b92dbeb187b7c2a390b6ff3962d2494
7
+ data.tar.gz: ae9ced669991b6fb4225dfa34129250774eb8216669dc23bea10ddffb811aff6c46b9b69111d7056143c2dd3f38b322d14aa6f85b1c834b074bae225e23df2d7
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-google_chat)
4
4
 
5
+
6
+ ![](https://narlei.com/fastlane-plugin-google.jpg)
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: "https:.. IMAGE",
26
- webhook: 'http:// webhook',
27
+ imageUrl: 'URL_OF_ICON',
28
+ webhook: 'URL_OF_WEBHOOK',
27
29
  title: 'TITLE',
28
- description: "MESSAGE",
29
- section1Title: 'Version',
30
- section1Description: '1.1.1',
31
- buttonTitle: "OPEN DASHBOARD",
32
- buttonUrl: "https:// DASHBOARD"
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
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GoogleChat
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
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-16 00:00:00.000000000 Z
11
+ date: 2019-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry