fastlane-plugin-gmail 0.1.1 → 0.1.2
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 +2 -2
- data/lib/fastlane/plugin/gmail/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d439d1c8bda7cde0b8e3b19783a8f78b074127314717baca5474aec52ae1c430
|
|
4
|
+
data.tar.gz: dead725efedba2b708023004726ef59ab791a7aa15bc452d00835b7d10afc15a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba2c18fc6a403ff092982eb2f555d7f8a906d1a8f56f4031af3ed1ac5cd7a8c08fbcc78d01e1333d4df0afae092389b7a2782c5dba6613192a07401fefa094da
|
|
7
|
+
data.tar.gz: 5cc220b9f4cf54cffaa8cc847a9ef90b41a5eeb75fa10199e799cdcd8ba1e3911c4ff81652b92619595ef2304dc8f5223282a9354b8a2989da0860245b359db8
|
data/README.md
CHANGED
|
@@ -15,11 +15,11 @@ fastlane add_plugin gmail
|
|
|
15
15
|
Send mail from gmail.
|
|
16
16
|
|
|
17
17
|
Authentication options:
|
|
18
|
-
- Username and password - specify options
|
|
18
|
+
- Username and password - specify options FL_GMAIL_USERNAME and FL_GMAIL_PASSWORD.<br>
|
|
19
19
|
[G Suite](https://support.google.com/a/answer/176600?hl=en) documentation, see Gmail SMTP server.
|
|
20
20
|
> if you use two-factor authentication, create a password for the application. [Sign in using App Passwords](https://support.google.com/accounts/answer/185833?hl=en)
|
|
21
21
|
|
|
22
|
-
- Auth by IP for G Suite accounts. You should configure your G Suite account and specify option
|
|
22
|
+
- Auth by IP for G Suite accounts. You should configure your G Suite account and specify option FL_GMAIL_DOMAIN.<br>
|
|
23
23
|
See documentation [SMTP relay](https://support.google.com/a/answer/2956491?hl=en).
|
|
24
24
|
|
|
25
25
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-gmail
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Ignition
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mail
|
|
@@ -133,7 +133,7 @@ files:
|
|
|
133
133
|
- lib/fastlane/plugin/gmail.rb
|
|
134
134
|
- lib/fastlane/plugin/gmail/actions/gmail_action.rb
|
|
135
135
|
- lib/fastlane/plugin/gmail/version.rb
|
|
136
|
-
homepage:
|
|
136
|
+
homepage: https://github.com/RedMadRobot/fastlane-plugin-gmail
|
|
137
137
|
licenses:
|
|
138
138
|
- MIT
|
|
139
139
|
metadata: {}
|