email-verification 0.1.7 → 0.1.8

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: 40c5295be6ea5dc8c233e564f38700dd867a898d4779da25805814541cf964e1
4
- data.tar.gz: 81df1b1d6623d692d9bb1b6db51c6c64f297a83890a47b49e2c1d01cb097e164
3
+ metadata.gz: 1e01d40e388495a5f4de1b67105df6e41e39ad8ca0f6bd5d3ee1fb9fe1575862
4
+ data.tar.gz: 6cdab5b9a6b8fe9734374beac907c0a2b5caa2e22b0682682d3f14efe39ef36d
5
5
  SHA512:
6
- metadata.gz: 1be35e0aadea1f5cbf21281e9888ca2e2942e31cc337f25a3be1e43cf5ceb918135bb24b2dc6c5bb16c714f5823548675591f2d2b4139080215a3c862117767a
7
- data.tar.gz: 7300ddab7e1319cb7c36a3eb66732a5b6268b005201f93f17c7fdc304cb0489ad1bfe54c68401d00c6f839754a92d1c8ea640c112a7b885bd81bb822fc39ce76
6
+ metadata.gz: 798b78d6a347c742a3f9e5111d3afb0708adb913afeea8d678f78ae2873be451a1b61ef3a7f376fa8410ac622370f37a1a7eff167b210070c6c9c4d3a4282a19
7
+ data.tar.gz: 3a7c474d60b82da0b4c032f9d7c984bccd893371a012f3fb4b6d6a90e5986f5f5001aa26a271bf3a8ccfdc1fd7ce43ec29f95bc4017981492ccc89cf908d4cde
@@ -2,7 +2,7 @@ module Email
2
2
  module Verification
3
3
  class Gmail < Base
4
4
 
5
- def retrieve_verification_code(email:, password:, mark_as_read: true, mailboxes: [], settings: {})
5
+ def retrieve_verification_code(email:, password:, mark_as_read: true, count: :all, mailboxes: %w(Inbox), settings: {})
6
6
  emails = []
7
7
  result = nil
8
8
 
@@ -1,5 +1,5 @@
1
1
  module Email
2
2
  module Verification
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email-verification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Johnsson