Sha256: dcf9b225a5808c93255288ca398564487b1b13d014d8b33a5da227fda722b6b1

Contents?: true

Size: 1.27 KB

Versions: 15

Compression:

Stored size: 1.27 KB

Contents

== 0.7.0
* Add a MessageResponse class that generates an object with
  attributes from a API message response
* Move MessageStatus to a more complete class that like MessageResponse
  will initialize a more strict object that will only generate accessible
  attributes that describe a message status.
* Improve RDoc and README doc

== 0.6.0
* Implement retrieving message responses from API

== 0.5.1
* Update and improve RDoc and README documenation

== 0.5.0
* Return an actual MessageStatus object after send_message or message_status

== 0.4.1
* Do not delete any elements of return hash in Response, 
we will handle this later in the process using a whitelist approach.

== 0.4.0
* Fix xmlsimple load errors by requiring rubygems first

== 0.3.0
* Implement send_message and message_status method

== 0.2.3
* Improve error handling when making HTTP requests to API

== 0.2.2
* Added RDoc documentation

== 0.2.1
* Implement a MessageStatus class that is basically an OpenStruct object

== 0.2.0
* Implement a Command class that handles sending commands using escaped urls to the api
* Implement a Api class that exposes the available operations on the CDYNE SmsNotify! api
* Implement a Response class that converts CDYNE SmsNotify! xml response to a Ruby like hash

== 0.0.1
* Project is born

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
cdyne-sms-notify-1.0.4 History.txt
cdyne-sms-notify-1.0.3 History.txt
cdyne-sms-notify-1.0.2 History.txt
cdyne-sms-notify-1.0.1 History.txt
cdyne-sms-notify-1.0.0 History.txt
cdyne-sms-notify-0.10.1 History.txt
cdyne-sms-notify-0.10.0 History.txt
cdyne-sms-notify-0.9.6 History.txt
cdyne-sms-notify-0.8.5 History.txt
cdyne-sms-notify-0.8.4 History.txt
cdyne-sms-notify-0.8.3 History.txt
cdyne-sms-notify-0.8.1 History.txt
cdyne-sms-notify-0.8.0 History.txt
cdyne-sms-notify-0.7.1 History.txt
cdyne-sms-notify-0.7.0 History.txt