fastlane-plugin-gmail_notify 0.1.5 → 0.1.6

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: 9b4a715bb046ae00a520d132ba7d4cf06ac0adc26f2160eea65b191c946eba96
4
- data.tar.gz: 468ae5737da4058a391121178ca668290f2607b9de415bc3b8407ea2b8b27d5c
3
+ metadata.gz: 7f697af7cbf78eeccdd7a5a0376c03acfb5fc823d9f5296d51b679f27db72304
4
+ data.tar.gz: 3fc4fc960c177b4f9cd71857fef1caf2ad9f1f15ddca7d9a6a6d57c61a63ea91
5
5
  SHA512:
6
- metadata.gz: 107bb446bf44c85c69e1109b924ea8100ae9c225977435d8c17c828cfe535b64a2137835612404b0789e54e0d777463080328f5df9d7773ca3ea369994112e21
7
- data.tar.gz: 8aa35568794f270ccffb9a2b540f9ee04df44826e18bf3a4ec9fc123175194fc3dfa5536e8f42ec71497d942c491d2f0364d27591b5d0654fb464549c2062dca
6
+ metadata.gz: 436e25c959d5fda628020d5febb4b1236956df893b8368912a3d3e50f0644cd26e7b388f5c0ecf3b66e02e70d69dfaf7759e9cb7cff20bef920898a1fdb26048
7
+ data.tar.gz: e2113539b7a037a8a5366310a569842e3f7a75be9656c95ef060ae6b0ca81a4168db4098b75d9f6c6347e026a7aeb8e4054a87872681f2534bcfef7c5eabef2c
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.1.6"
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.1.6
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-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pony