email-opened 0.0.16 → 0.0.17

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