fastlane-plugin-gmail 0.1.1 → 0.1.2

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: 5b45263fc00beb529ddb2a28d0799b88dceb0edd61db5e588f61cc0d2621f39f
4
- data.tar.gz: d892d1d16e6de211c31f41477cd8e1f1ae1cc4ca750582532b5083281d115d55
3
+ metadata.gz: d439d1c8bda7cde0b8e3b19783a8f78b074127314717baca5474aec52ae1c430
4
+ data.tar.gz: dead725efedba2b708023004726ef59ab791a7aa15bc452d00835b7d10afc15a
5
5
  SHA512:
6
- metadata.gz: 6cf793e21f01f4f9ae0ab8b37e68b861abffdd19a8c1a958710053c2bc79370f67ec26c587873be1731f39ac08973053aba56cb58ff9aa7a731a7f8bfc451941
7
- data.tar.gz: 1ab2560f6e6642afea92407427722d5b0e9d67ba7f67814da9a834689877bfa679d8d83d2c72ef41426fdcb7547a693376f711823e88df33ca1cb817f59d3378
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 RMR_GMAIL_USERNAME and RMR_GMAIL_PASSWORD.<br>
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 RMR_GMAIL_DOMAIN.<br>
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
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Gmail
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
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.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: 2018-12-11 00:00:00.000000000 Z
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: {}