messagebus_ruby_api 0.4.8 → 0.4.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/README.rdoc +1 -1
- data/lib/messagebus_ruby_api.rb +1 -0
- data/lib/messagebus_ruby_api/version.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -8,7 +8,7 @@ Start by requiring MessagebusRubyApi:
|
|
|
8
8
|
client = MessagebusRubyApi::Client.new("<INSERT_YOUR_API_KEY>")
|
|
9
9
|
==Sending Emails
|
|
10
10
|
=== Setting common fields for your emails
|
|
11
|
-
client.common_info={:fromEmail
|
|
11
|
+
client.common_info={:fromEmail=>"from@example.com"}
|
|
12
12
|
==== When not using an API template
|
|
13
13
|
=====Required common_info fields
|
|
14
14
|
:fromEmail
|
data/lib/messagebus_ruby_api.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: messagebus_ruby_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.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: 2011-
|
|
12
|
+
date: 2011-11-08 00:00:00.000000000Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: ! 'Allows you to use the Messagebus API '
|
|
15
15
|
email:
|