fastlane-plugin-outlook 0.1.2 → 0.1.4

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: 94a8f856781437326fdbab8e3ffacbc26ae5025579b28d84efe9095ee6b83d42
4
- data.tar.gz: 190c9b324246a752b43977ddaf5ea532e029c04bbfe8abc74af94928da117bd4
3
+ metadata.gz: 4e7d57ec238cc7359e18a7d844f6e88886f8385569be165b1c2def770a037026
4
+ data.tar.gz: ab3bee71a2880601e63f9f6455d248db26e3e53d028f20ffad3a2ad080c11312
5
5
  SHA512:
6
- metadata.gz: 52dcd44dc7751f67d3dd9afbbb7b7189ae93ff97ccb21c18ba6a5a8e7efb042f3308b2541b65e3e3efca28dab1f6854e2a8c9225d7a5090a2506a332fca3beea
7
- data.tar.gz: de9b4a75813f9d24dc7bffa191b88989de7ecbc8b82a7f39da80480d5537027f722a74300f898319186efa7ee2a1e844c2a30157dbf01ef64ec4dcadafb32807
6
+ metadata.gz: 90f143316eae8190492ac1edc4c9b6a4ee9c8b23da1f5ed2d4b3f1ab3ee2cfe6d74da04f7e9e1f33a4f34b3cea9894c4ab22d4a43615b7923288e4c61e3eb96d
7
+ data.tar.gz: 819744f9491dbc9eb341749760e6ba0ed2a5ad763404d76fdd4c5016bf7bae84bdcc0613294881454a0417ff25d51987a746f35c1e77d9429034c608576bf819
@@ -10,7 +10,7 @@ module Fastlane
10
10
  Mail.defaults do
11
11
  if params[:password]
12
12
  delivery_method :smtp, {
13
- address: 'smtp-mail.outlook.com',
13
+ address: 'smtp.office365.com',
14
14
  port: 587,
15
15
  user_name: params[:username],
16
16
  password: params[:password],
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Outlook
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-outlook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - OTVENTURES\Tarek.Mohammed