mailhandler 1.0.31 → 1.0.32

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
  SHA1:
3
- metadata.gz: 6ecb5bcc967a0f7192ff3eed34a046925b1d1276
4
- data.tar.gz: cff53cb0bf1cb5ad80921cb88be190bc998e0581
3
+ metadata.gz: bda4cae63669da644921565a6a3d9115efb4e144
4
+ data.tar.gz: 383390bcc56099b6c6e3ea37691ebfa29511d78f
5
5
  SHA512:
6
- metadata.gz: b4b765b81dc28c0d23badc0edbebbddef453ae6697ccd99d01f0184e7f25308b5e568166df4ce981453eae312d8a82577a62d27f642f40e6dd2c2f28a25d905b
7
- data.tar.gz: 857c64846b9f4722fa3836ffa008e1de5050940ee71ce793695dc877a89900c73db81d13bf2ba3444f6f36363a2fb88bb07e0733ad8a1490df0bdd32cffa52e4
6
+ metadata.gz: 95b88b758848fefa1944d4b1db9c719483c6c88ea189f0354aed846d4c8ee8c9dc5eab30705adda517231c8edaca14dc35994ffc767bfd8208440b6799de7bd2
7
+ data.tar.gz: a4486d140d015e0b6e5d9413f7f016c70f8ecee3ceebea7d3881b67a117619192af36f273f74141078e4192702291cc479f8a6f30bc9f40946ff4ad5d1e61d05
@@ -1,5 +1,5 @@
1
1
  module MailHandler
2
2
 
3
- VERSION = '1.0.31'
3
+ VERSION = '1.0.32'
4
4
 
5
5
  end
data/mailhandler.gemspec CHANGED
@@ -32,6 +32,6 @@ Gem::Specification.new do |s|
32
32
  s.required_rubygems_version = ">= 1.9.3"
33
33
 
34
34
  s.add_dependency "mail"
35
- s.add_dependency "postmark", '~> 1.7.0','>= 1.7.0'
35
+ s.add_dependency "postmark", '>= 1.7.0'
36
36
 
37
37
  end
data/readme.md CHANGED
@@ -5,9 +5,9 @@
5
5
  [![Build Status](https://travis-ci.org/wildbit/mailhandler.svg?branch=master)](https://travis-ci.org/wildbit/mailhandler)
6
6
 
7
7
  MailHandler is a simple wrapper on top of [Mail gem](https://github.com/mikel/mail) and [Postmark gem](https://github.com/wildbit/postmark-gem) libraries. It allows you to send and retrieve emails and at the same time get details on how long these operations took.
8
- Main purpose of the gem is easier email sending/delivery testing with notifications if sending or retrieving email is taking too long.
8
+ Main purpose of the gem is easier email sending/delivery testing with notification option if sending or retrieving email is taking too long.
9
9
 
10
- The library supports sending email by SMTP and Postmark API and checking email delivery by IMAP protocol, or by folder if you have a local mailbox.
10
+ The library supports sending email by standard SMTP protocol and by Postmark API. More importantly it also allows checking email delivery by IMAP protocol, or by folder if you have a local mailbox.
11
11
 
12
12
  # Install the gem
13
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailhandler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.31
4
+ version: 1.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Balos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-10 00:00:00.000000000 Z
11
+ date: 2016-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mail
@@ -28,9 +28,6 @@ dependencies:
28
28
  name: postmark
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: 1.7.0
34
31
  - - ">="
35
32
  - !ruby/object:Gem::Version
36
33
  version: 1.7.0
@@ -38,9 +35,6 @@ dependencies:
38
35
  prerelease: false
39
36
  version_requirements: !ruby/object:Gem::Requirement
40
37
  requirements:
41
- - - "~>"
42
- - !ruby/object:Gem::Version
43
- version: 1.7.0
44
38
  - - ">="
45
39
  - !ruby/object:Gem::Version
46
40
  version: 1.7.0