mandrill-api 1.0.23 → 1.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mandrill/api.rb +2 -0
  2. metadata +5 -6
@@ -328,7 +328,9 @@ module Mandrill
328
328
  # - [Hash] return[] the information for each rejection blacklist entry
329
329
  # - [String] email the email that is blocked
330
330
  # - [String] reason the type of event (hard-bounce, soft-bounce, spam, unsub) that caused this rejection
331
+ # - [String] detail extended details about the event, such as the SMTP diagnostic for bounces or the comment for manually-created rejections
331
332
  # - [String] created_at when the email was added to the blacklist
333
+ # - [String] last_event_at the timestamp of the most recent event that either created or renewed this rejection
332
334
  # - [String] expires_at when the blacklist entry will expire (this may be in the past)
333
335
  # - [Boolean] expired whether the blacklist entry has expired
334
336
  # - [Hash] sender the sender that this blacklist entry applies to, or null if none.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mandrill-api
3
3
  version: !ruby/object:Gem::Version
4
- hash: 57
4
+ hash: 39
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 23
10
- version: 1.0.23
9
+ - 24
10
+ version: 1.0.24
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mandrill Devs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-04-12 00:00:00 Z
18
+ date: 2013-04-19 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: json
@@ -90,10 +90,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  requirements: []
91
91
 
92
92
  rubyforge_project:
93
- rubygems_version: 1.8.24
93
+ rubygems_version: 1.8.15
94
94
  signing_key:
95
95
  specification_version: 3
96
96
  summary: A Ruby API library for the Mandrill email as a service platform.
97
97
  test_files: []
98
98
 
99
- has_rdoc: