messagebus_ruby_api 0.4.9 → 0.4.10

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -8,16 +8,17 @@ 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=>"from@example.com"}
11
+ client.send_common_info={:fromEmail=>"from@example.com"}
12
12
  ==== When not using an API template
13
- =====Required common_info fields
13
+ =====Required send_common_info fields
14
14
  :fromEmail
15
- =====Optional common_info fields
16
- :fromName, :tags, :customHeaders
15
+ =====Optional send_common_info fields
16
+ :fromName, :tags,
17
+ :customHeaders
17
18
  ==== When using an API template
18
- =====Required common_info fields
19
+ =====Required send_common_info fields
19
20
  :templateKey
20
- =====Optional common_info field
21
+ =====Optional send_common_info field
21
22
  None
22
23
  === Adding messages to the send buffer
23
24
  result=client.add_message({:toEmail=>"to@example.com"})
@@ -1,3 +1,3 @@
1
1
  module MessagebusRubyApi
2
- VERSION = "0.4.9"
2
+ VERSION = "0.4.10"
3
3
  end
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.9
4
+ version: 0.4.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: