mailhandler 1.0.27 → 1.0.28

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
  SHA1:
3
- metadata.gz: 312566ee726f5b9dfebce785b387733856e1ce6b
4
- data.tar.gz: 808d6790c07347ba88607893870c83817c968369
3
+ metadata.gz: 66b22f429659cda4826ad3fb0b64eda839c9bfeb
4
+ data.tar.gz: 51450fab8bbd89aa4481b545fb54300ff8f1a098
5
5
  SHA512:
6
- metadata.gz: 43055df6d4ffa6bfb05b02cbd362dfa01455bb6c466f17b571a9520b9cd4de0f34a7232eeab3d930dd32848f5d46bf89ef05a8e0a59b5a9e9ab6abcdb6bb1085
7
- data.tar.gz: 74ee5fe56db299d830b3e1355ba1a64ccfa43d9967972b54f4ec5d9141e12a12283646188a1e43de333aa11d3bb58feb78507c889df47cf6cb7cb83770d1bdf0
6
+ metadata.gz: 8e98b4dada51a9382d86930a30c9d6fb4c1e8ef5246a301ef53e1cf5503af9670d6c45f376c5926ce4502e69a0d34a3145858a4f53090b5b331c9d4d4760f392
7
+ data.tar.gz: 5e275e159a83ee9b0b46b3b5cf5b7310b39b021847659c56beb8859ce7863f9eb449507cb13423a7a9df00ff44e59f5a5f92610a64bb17b66d9ad38c31188e8a
data/LICENSE ADDED
@@ -0,0 +1,10 @@
1
+ MailHandler
2
+
3
+ https://github.com/wildbit/mailhandler
4
+ Copyright (c) 2016 Balos Igor
5
+
6
+ The MIT License
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
9
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module MailHandler
2
2
 
3
- VERSION = '1.0.27'
3
+ VERSION = '1.0.28'
4
4
 
5
5
  end
data/readme.md CHANGED
@@ -167,6 +167,9 @@ Once email sending is finished, you can check sending result by looking at: `ema
167
167
  * `:response` - response from sending
168
168
  * `:email` - email sent
169
169
 
170
+ ### License
171
+
172
+ MailHandler Library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php "Read more about the MIT license form") license. Refere to the [LICENSE](https://github.com/wildbit/mailhandler/blob/master/LICENSE) file for more information.
170
173
 
171
174
 
172
175
 
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.27
4
+ version: 1.0.28
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-02-15 00:00:00.000000000 Z
11
+ date: 2016-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mail
@@ -57,6 +57,7 @@ files:
57
57
  - ".travis.yml"
58
58
  - Gemfile
59
59
  - Gemfile.lock
60
+ - LICENSE
60
61
  - Rakefile
61
62
  - lib/mailhandler.rb
62
63
  - lib/mailhandler/errors.rb