mandrill-api 1.0.8 → 1.0.9

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 -2
  2. metadata +2 -2
data/lib/mandrill/api.rb CHANGED
@@ -618,7 +618,7 @@ module Mandrill
618
618
  # - [String] url the URL to be tracked
619
619
  # - [Integer] sent the number of emails that contained the URL
620
620
  # - [Integer] clicks the number of times the URL has been clicked from a tracked email
621
- # - [Integer] unique_clicks the number of unique emails that have benerated clicks for this URL
621
+ # - [Integer] unique_clicks the number of unique emails that have generated clicks for this URL
622
622
  def list()
623
623
  _params = {}
624
624
  return @master.call 'urls/list', _params
@@ -631,7 +631,7 @@ module Mandrill
631
631
  # - [String] url the URL to be tracked
632
632
  # - [Integer] sent the number of emails that contained the URL
633
633
  # - [Integer] clicks the number of times the URL has been clicked from a tracked email
634
- # - [Integer] unique_clicks the number of unique emails that have benerated clicks for this URL
634
+ # - [Integer] unique_clicks the number of unique emails that have generated clicks for this URL
635
635
  def search(q)
636
636
  _params = {:q => q}
637
637
  return @master.call 'urls/search', _params
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mandrill-api
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.8
5
+ version: 1.0.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mandrill Devs
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-10-04 00:00:00 +00:00
13
+ date: 2012-10-22 00:00:00 +00:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency