email-opened 0.0.17 → 0.0.18

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.
Binary file
@@ -1,3 +1,3 @@
1
- module EmailOpened
2
- VERSION = "0.0.17"
1
+ class EmailOpened
2
+ VERSION = "0.0.18"
3
3
  end
data/lib/email-opened.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require "email-opened/version"
2
2
 
3
- module EmailOpened
4
- def self.initialize(api_key, version = 1, sandbox = false)
3
+ class EmailOpened
4
+ def initialize(api_key, version = 1, sandbox = false)
5
5
  @eo_api_key = api_key
6
6
  @eo_version = version
7
7
  @eo_sandbox = sandbox
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.17
4
+ version: 0.0.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -58,6 +58,7 @@ files:
58
58
  - email-opened-0.0.14.gem
59
59
  - email-opened-0.0.15.gem
60
60
  - email-opened-0.0.16.gem
61
+ - email-opened-0.0.17.gem
61
62
  - email-opened.gemspec
62
63
  - lib/email-opened.rb
63
64
  - lib/email-opened/version.rb