email-opened 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  class EmailOpened
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
data/lib/email-opened.rb CHANGED
@@ -29,7 +29,7 @@ class EmailOpened
29
29
  puts response
30
30
  end
31
31
 
32
- def add_contact(contact = {})
32
+ def add_contact(contacts = {})
33
33
  contacts = contacts[:contacts]
34
34
 
35
35
  response = RestClient.post api_path + "contacts", { "contacts[]" => contacts }, headers
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email-opened
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: