Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Releases: tuneuptechnology/tuneuptechnology-ruby

v2.0.0

Choose a tag to compare

@Justintime50 Justintime50 released this 22 Jun 02:28
  • Updates entire library to be compliant with the new v2 API (endpoints, HTTP methods, etc)
  • Proper error handling by wrapping the RestClient request in begin/rescue
  • Build requests via a Client now providing your email and api_key
  • Added optional base_url and timeout options to client
  • Module names are now plural
  • The Client now checks if an email and api_key is provided and raises an error if not
  • Adds automated releasing to RubyGems
  • Pins dependencies
  • Added unit tests (closes #1)

v1.2.0

Choose a tag to compare

@Justintime50 Justintime50 released this 21 Feb 00:25
  • Adds a timeout for HTTP requests
  • Changes Client.post to Client.make_http_request

v1.1.0

Choose a tag to compare

@Justintime50 Justintime50 released this 06 Feb 07:10
  • Added a Gemfile that points to the Gemspec (closes #2)
  • Linted entire project with Rubocop
  • Switched from Travis CI to GitHub Actions

v1.0.0

Choose a tag to compare

@Justintime50 Justintime50 released this 11 May 23:57
  • Initial release