RubyGems
npm
Organizations
Log in
Sign up
RubyGems
sendhub
Versions diffs
0.1.1 → 0.1.2
sendhub 0.1.1 → 0.1.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/sendhub/rails.rb
+0
-1
metadata
+1
-1
data/lib/sendhub/rails.rb
CHANGED
Viewed
@@ -3,7 +3,6 @@ require 'action_mailer'
3
3
module SendhubMethods
4
4
def perform_delivery_sendhub(message)
5
5
client = Sendhub::Client.new(
6
-
:host => 'localhost:3001',
7
6
:api_key => SENDHUB_API_KEY,
8
7
:secret_key => SENDHUB_SECRET_KEY
9
8
)
metadata
CHANGED
Viewed
@@ -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.
1
4
+
version: 0.1.
2
5
5
platform: ruby
6
6
authors:
7
7
- Richard Taylor