== 1.0.6 * Fixes rspec rake task namespace errors. == 1.0.5 * Fixes rspec namespace errors. == 1.0.4 * Fixes NoMethodError in SmsNotify::Api#send_message = Alot happens. == 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