Sha256: 8caec1c6406489b477ae27c0a46b852db53e49c81b1a84f230c9b57fba0f0cbf
Contents?: true
Size: 1.96 KB
Versions: 1
Compression:
Stored size: 1.96 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 / 2015-02-10 * Tested debug fix of json printing === Version 0.8 / 2015-02-10 * Fixed json pretty_print === Version 0.9 / 2015- * Remove double output of Body= * fixed cuke that failed due to string-like class * removed config.ru from rubocop llist * changed .should to expect() in features/step_definitions/rest_client_steps.rb * removed Gemfile.lock file * automated bundling and publishing of gem * added yard and yard-cucumber to automate documenation === Version 1.0 / 2015-07-17 === Version 1.1 / 2015-07-17 === Version 1.2 / 2015-07-17 === Version 1.3 / 2015-07-17 === Version 1.4 / 2015-12-12 * Remove double output of Body= * Switch should to expect in cukes. * Revise gem list to support yardoc in dev mode * cleaned up rake file, added support for cleaning yardocs * Add support for travis-ci === Version 1.5 / 2015-12-12 * Add code coverage * Created scenario for combination of authentication & url parameters * Fixed Simple Cov formatter issue
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rest_baby-1.5 | ChangeLog |