fastlane-plugin-gmail_notify 0.1.5 → 0.2.0

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: 9b4a715bb046ae00a520d132ba7d4cf06ac0adc26f2160eea65b191c946eba96
4
- data.tar.gz: 468ae5737da4058a391121178ca668290f2607b9de415bc3b8407ea2b8b27d5c
3
+ metadata.gz: 6ee8a65a53a53a6ae3932e4857071c21329240b4ec910c5911bf5fc5b016b23e
4
+ data.tar.gz: 726280e3bbb8c48dfc171d870c024f6b24e581fadbf186c0557d39f0ded33b86
5
5
  SHA512:
6
- metadata.gz: 107bb446bf44c85c69e1109b924ea8100ae9c225977435d8c17c828cfe535b64a2137835612404b0789e54e0d777463080328f5df9d7773ca3ea369994112e21
7
- data.tar.gz: 8aa35568794f270ccffb9a2b540f9ee04df44826e18bf3a4ec9fc123175194fc3dfa5536e8f42ec71497d942c491d2f0364d27591b5d0654fb464549c2062dca
6
+ metadata.gz: 0351c44d417523b4c54be0e22133682b2fd61f7c67968c94a3dc3360998947a9c5baa0ceab473500b4c231d9519b2201e79cadee22f8f4080d50ad32b27a94df
7
+ data.tar.gz: d106a72261c3c2da843922f67cc8f977248f93117f116de3cd11c8cda91eaaf634a9d31d027da73bfa3483be463e4f327c9038a27016629f342f129b51be99a8
data/README.md CHANGED
@@ -28,6 +28,7 @@ gmail_notify(
28
28
  cc: "<cc>",
29
29
  subject: "<gmail subject>",
30
30
  template_file: "<path to mail template>",
31
+ lint_report: "<path to lint report html file>",
31
32
  placeholders: {
32
33
  var1: "world"
33
34
  }
@@ -46,6 +47,7 @@ The mail body is constructed using a [html template](template.html) file. The va
46
47
  | `cc` | Comma separated list of cc |
47
48
  | `subject` | Email subject |
48
49
  | `template_file` | Path to template file |
50
+ | `lint_report` | Path to lint report html file |
49
51
  | `placeholders` | Hash that contains value of variables in the template |
50
52
 
51
53
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GmailNotify
3
- VERSION = "0.1.5"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gmail_notify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antony Leons
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-22 00:00:00.000000000 Z
11
+ date: 2024-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pony