email-opened 0.0.8 → 0.0.9

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.
data/lib/email-opened.rb CHANGED
@@ -26,7 +26,7 @@ class EmailOpened
26
26
  # )
27
27
 
28
28
  def send(message = {})
29
- url = "http://app.emailopened.com/#{@eo_api_key}/api/v1/messages"
29
+ url = "https://app.emailopened.com/#{@eo_api_key}/api/v1/messages"
30
30
  to = message[:to]
31
31
  token = message[:token]
32
32
  response = RestClient.post url, { accept: :json, "to[]" => to, token: token }
@@ -1,3 +1,3 @@
1
1
  class EmailOpened
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
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.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-09 00:00:00.000000000 Z
12
+ date: 2012-11-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  version: '0'
63
63
  requirements: []
64
64
  rubyforge_project:
65
- rubygems_version: 1.8.24
65
+ rubygems_version: 1.8.23
66
66
  signing_key:
67
67
  specification_version: 3
68
68
  summary: Send Messages, Retrieve Stats, Etc.