postmark 0.9.16 → 0.9.17
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.
- data/CHANGELOG.rdoc +12 -7
- data/VERSION +1 -1
- data/lib/postmark/message_extensions/shared.rb +0 -2
- data/lib/postmark/version.rb +1 -1
- data/postmark.gemspec +1 -1
- metadata +5 -4
data/CHANGELOG.rdoc
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
= Changelog
|
|
2
2
|
|
|
3
|
+
== 0.9.17
|
|
4
|
+
|
|
5
|
+
* Removed date from gemspec.
|
|
6
|
+
* Removed unneeded debug output when sending attachments.
|
|
7
|
+
|
|
3
8
|
== 0.9.16
|
|
4
9
|
|
|
5
|
-
* Thread-safe HTTP requests
|
|
6
|
-
* Fixed inproper method of ActiveSupport::JSON detection
|
|
7
|
-
* Removed unexpected ActiveSupport dependency from Postmark::SharedMessageExtensions#postmark_attachments= method
|
|
8
|
-
* Used Markdown to format README
|
|
9
|
-
* Updated README
|
|
10
|
+
* Thread-safe HTTP requests.
|
|
11
|
+
* Fixed inproper method of ActiveSupport::JSON detection.
|
|
12
|
+
* Removed unexpected ActiveSupport dependency from Postmark::SharedMessageExtensions#postmark_attachments= method.
|
|
13
|
+
* Used Markdown to format README.
|
|
14
|
+
* Updated README.
|
|
10
15
|
|
|
11
16
|
== 0.9.15
|
|
12
17
|
|
|
@@ -18,8 +23,8 @@
|
|
|
18
23
|
|
|
19
24
|
== 0.9.13
|
|
20
25
|
|
|
21
|
-
* Added error_code to DeliveryError
|
|
22
|
-
* Added retries for Timeout::Error
|
|
26
|
+
* Added error_code to DeliveryError.
|
|
27
|
+
* Added retries for Timeout::Error.
|
|
23
28
|
|
|
24
29
|
== 0.9.12
|
|
25
30
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.17
|
data/lib/postmark/version.rb
CHANGED
data/postmark.gemspec
CHANGED
|
@@ -9,9 +9,9 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
10
|
|
|
11
11
|
s.authors = ["Petyo Ivanov", "Ilya Sabanin", "Artem Chistyakov"]
|
|
12
|
-
s.date = "2012-01-31"
|
|
13
12
|
s.email = "ilya@wildbit.com"
|
|
14
13
|
s.extra_rdoc_files = ["LICENSE", "README.md"]
|
|
14
|
+
s.rdoc_options = ["--charset=UTF-8"]
|
|
15
15
|
|
|
16
16
|
s.summary = "Official Postmark API wrapper."
|
|
17
17
|
s.description = "Use this gem to send emails through Postmark HTTP API and retrieve info about bounces."
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: postmark
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.17
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date:
|
|
14
|
+
date: 2013-01-12 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rake
|
|
@@ -217,7 +217,8 @@ post_install_message: ! "\n ==================\n Thanks for installing the
|
|
|
217
217
|
gem. If you don't have an account, please sign up at http://postmarkapp.com/.\n
|
|
218
218
|
\ Review the README.md for implementation details and examples.\n ==================\n
|
|
219
219
|
\ "
|
|
220
|
-
rdoc_options:
|
|
220
|
+
rdoc_options:
|
|
221
|
+
- --charset=UTF-8
|
|
221
222
|
require_paths:
|
|
222
223
|
- lib
|
|
223
224
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +229,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
228
229
|
version: '0'
|
|
229
230
|
segments:
|
|
230
231
|
- 0
|
|
231
|
-
hash:
|
|
232
|
+
hash: 153664990772119829
|
|
232
233
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
233
234
|
none: false
|
|
234
235
|
requirements:
|