sendhub 0.1.19 → 0.1.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c9e086d25240c23d788d7841502cdf0af92c0f6
4
- data.tar.gz: c7ae42a910b8fce4353d497c316e089fc788f2fb
3
+ metadata.gz: 3f4018786f2fa9b5eb3d0f8d392a26eced193867
4
+ data.tar.gz: 0642ac520f3cddaac1e5166fbfd82c1cecfcd675
5
5
  SHA512:
6
- metadata.gz: 050b06285d321fd82b7bfcc60b12b2365728b56b342a5cd5643e8b5a265f4bad6b4bc45a311097eb49eedb92f6313b62ee3ff3df12cf30fac3eab247668ed9ab
7
- data.tar.gz: aeba6465286e444f3f73777919d8b9c849fc7dbc9256e4132a4c7c1de17918c0878f9588a9d9e8ed8d808193f7db93cbb083be4d2ef4a92d7341e1e256dfb2f0
6
+ metadata.gz: a09b9cc42bb51d07537887b08fb270fd112fb5f92764eec9594bfff158c2acf2a248cd40967223572422b536c0fbca339e7c2d6a77edf67d7873a3e8efc13af7
7
+ data.tar.gz: 82d18a3d29fd634fb9a62581d52c4c3fd604f19d8e13ee7f89876fda7774dd2001f9c037ae5084efd6e63803a4d3558a0ddf5a4319940aa8e9f196912ee6dace
@@ -1,7 +1,7 @@
1
1
  module Sendhub
2
2
  class Client
3
3
 
4
- VERSION = '0.1.19'
4
+ VERSION = '0.1.20'
5
5
 
6
6
  def initialize(config=nil)
7
7
  config[:host] ||= 'api.sendhub.net'
@@ -2,6 +2,8 @@ module Sendhub
2
2
  class Rails
3
3
  def initialize(options)
4
4
  @client = Sendhub::Client.new(
5
+ :host => options[:host],
6
+ :protocol => options[:protocol],
5
7
  :api_key => options[:api_key],
6
8
  :secret_key => options[:secret_key],
7
9
  :notification_url => options[:notification_url]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sendhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Taylor