Sha256: a1d36d95e050706e2312d299961971f448602bd81c68a6017a00b5bf9a6bc02e
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
=== Version 0.1 / 2013-08-03 * Basic implementation of rest_baby for use in my testing of restful services * Supports GET, POST, PUT, and DELETE actions * Prints out the return messages from the server * Supports secure ports * Basic Authentication * Allows altering headers === Version 0.2 / 2013-08-06 * Update documentation comments * Add generated rdoc * Fixed some README comments * Removed duplicate license file * Removed unnecessary attr_accessor entries from rest_baby.rb * Removed unused parameter from rest_baby client calls to rest services. === Version 0.3 / 2014-02-13 * Updated to use markdown for comments * Revised authentication * Added output optional using HTTP_DEBUG=TRUE or FALSE === Version 0.4 / 2014-06-12 * Fixed unreported/untracked defect === Version 0.5 / 2014-07-27 * Enabled use of query parameters on GET calls * Revised tests to replace expect with should === Version 0.6 / 2015-02-01 * Fixed reference to nokogiri' (~> 0) * Fixed all cukes, no more @wip * Added rubocop style-checker/lint compliance === Version 0.7 / 2014-02-10 * Tested debug fix of json printing === Version 0.8 / 2014-02-10 * Fixed json pretty_print
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rest_baby-0.8 | ChangeLog |