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 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="from@example.com"}
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
@@ -6,3 +6,4 @@ require 'cgi'
6
6
 
7
7
  require "#{dir}/messagebus_ruby_api/errors"
8
8
  require "#{dir}/messagebus_ruby_api/client"
9
+ require "#{dir}/messagebus_ruby_api/version"
@@ -1,3 +1,3 @@
1
1
  module MessagebusRubyApi
2
- VERSION = "0.4.8"
2
+ VERSION = "0.4.9"
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.8
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-10-04 00:00:00.000000000Z
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: