Releases: ukparliament/parliament-ruby
Releases · ukparliament/parliament-ruby
v1.0.3
v1.0.2
- Explicitly updated bundler in gemspec.
v1.0.1
- Updated Ruby and Bundler.
- Removed dot from gocd environment name.
v1.0.0
Updated to use Tyheous under the hood
v0.10.2
v0.10.1
Add Post timeouts
- You can now add a timeout attribute when calling post 👍
v0.10.0
Modify post code to fix a number of bugs
v0.9.0
Add the ability to post data
You can now call #post
and provide data!
v0.8.0
Add the ability to generate a url with www_form_encoded
values without the need to call #get
Previously, if you wanted to add a URI query value it could only be done at the same time as you make a request to the url.
This has been changed with the ability to add query parameters, and retrieve a query parameter laden URI with #query_url
without making a network connection
v0.7.9.pre2
Test release for GoCD pipeline
Code remains unchanged from 0.7.9.pre