email-opened 0.0.18 → 0.0.19

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/lib/email-opened.rb CHANGED
@@ -39,11 +39,11 @@ class EmailOpened
39
39
  if @eo_sandbox == "development"
40
40
  "http://localhost:3000/api/"
41
41
  elsif @eo_sandbox == "edge"
42
- "http://edge.email-opened.com/api/"
42
+ "http://edge.emailopened.com/api/"
43
43
  elsif @eo_sandbox == "staging"
44
- "http://staging.email-opened.com/api/"
44
+ "http://staging.emailopened.com/api/"
45
45
  else
46
- "https://app.email-opened.com/api/"
46
+ "https://app.emailopened.com/api/"
47
47
  end
48
48
  end
49
49
  end
@@ -1,3 +1,3 @@
1
1
  class EmailOpened
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.19"
3
3
  end
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.18
4
+ version: 0.0.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,6 +59,7 @@ files:
59
59
  - email-opened-0.0.15.gem
60
60
  - email-opened-0.0.16.gem
61
61
  - email-opened-0.0.17.gem
62
+ - email-opened-0.0.18.gem
62
63
  - email-opened.gemspec
63
64
  - lib/email-opened.rb
64
65
  - lib/email-opened/version.rb