email-verification 0.1.4 → 0.1.5

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: 7f255eb6d2773f206b9c43a2df45012c5c342a755483f39862d519e191bdc1f8
4
- data.tar.gz: c43048bd9c00b2410624d4fb75aebddf73d42542f4ab47e99159a9c0bab86458
3
+ metadata.gz: 83ce4cfc1479b9a813fbb6070b5404eb49de97d208076ffeddef16acaf3c41b9
4
+ data.tar.gz: 7e20c62d626b0138d2d0c46a7bd63356dfa81923f11b46a6182098dba60152f9
5
5
  SHA512:
6
- metadata.gz: 1f5d037971474115d513de1b47337bb6c7fdd0b03ed4745eb06e58f55155f6704342dc3894bf53879ec05ca32061141db71ef82a67ab6aa0c68235389f2988fd
7
- data.tar.gz: ad29ae280885a522eb3f4d915c10bb917b1291a6fe14363dd32f69cc7e6c6100c73a23f61f764e3e8cdb22d71595e0c371bd64aaf77628f8b3f98d37afe3d63c
6
+ metadata.gz: 40c40dd21330f526b0ef3178d09cb37165e1ba9e1c41afb45a132a757bfdf523463da93d75f922e73b143ae8733898cf56685e2532f65fa326fca8b471dd5850
7
+ data.tar.gz: '09ba495219c0ac2c4424fb98f5b8e7a0d672b535fc81ceac64e0f68768b8d7cfc9518eb4bc7d85078c0c45d70812bf0b604101a42dae58060e13e3dc285fab4c'
@@ -2,8 +2,8 @@ module Email
2
2
  module Verification
3
3
  class Hotmail < Base
4
4
 
5
- def retrieve_verification_code(email:, password:, settings: {})
6
- super(email: email, password: password, host: "outlook.office365.com", port: 993, enable_ssl: true, mailboxes: %w(Inbox Junk), settings: settings)
5
+ def retrieve_verification_code(email:, password:, mailboxes: %w(Inbox Junk), settings: {})
6
+ super(email: email, password: password, host: "outlook.office365.com", port: 993, enable_ssl: true, mailboxes: mailboxes, settings: settings)
7
7
  end
8
8
 
9
9
  end
@@ -1,5 +1,5 @@
1
1
  module Email
2
2
  module Verification
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email-verification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Johnsson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-02 00:00:00.000000000 Z
11
+ date: 2019-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gmail