email-opened 0.0.15 → 0.0.16

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
data/email-opened.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
16
- spec.files = `git ls-files`.split("\n")
16
+ spec.files = `git ls-files`.split($/)
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
@@ -1,3 +1,3 @@
1
1
  module EmailOpened
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
data/lib/email-opened.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require "email-opened/version"
2
2
 
3
- class EmailOpened
3
+ module EmailOpened
4
4
  def initialize(api_key, version = 1, sandbox = false)
5
5
  @eo_api_key = api_key
6
6
  @eo_version = version
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.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -56,6 +56,7 @@ files:
56
56
  - README.md
57
57
  - Rakefile
58
58
  - email-opened-0.0.14.gem
59
+ - email-opened-0.0.15.gem
59
60
  - email-opened.gemspec
60
61
  - lib/email-opened.rb
61
62
  - lib/email-opened/version.rb