email-opened 0.0.11 → 0.0.12

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.
@@ -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: