Support rest_client 2.0
Runcible was built around being able to take arest client response body, pull out relevant detailsand craft a new rest client response object with the boybeing the parsed json rather than the raw json. Rest Client2.0 makes this impossible by making the Response object extend...
Refs #13700 - continue to support rest-client 1.6.X
Fixes #13700 - Updating to support rest-client 1.8.0
locking to rest-client less than 1.8
this commit:
https://github.com/rest-client/rest-client/commit/c215b22bdbcb988dcc40117ff45432b0db25175b
broke compatability with rest-client by changing the number of argumets to Response.create(). Since this was a method signature change its somewhat hacky to support both versions.
Ref #7880: Rubocop fixes update
Docs - Updating how to build and deploy documentation.
Adds the yard and redcartpet development dependencies required whenbuilding the documentation.
adding readme and contributing to gemspec
adding new files to gemfile, and bumping for new release
dropping version requirement for runcible
Gemspec cleanup by moving dependencies into the gemspec file.
fixes #2 - fixing typo in gemspec
Updates to spec file.
Updates to gemspec and spec file.
Minor updates to gemspec.
Initial shell for the Runcible gem.