Skip to content

Releases: codeforamerica/ohanakapa-ruby

1.1.2

22 Aug 23:52
Compare
Choose a tag to compare
  • Update sawyer dependency to 0.5.3
  • Update minimum Ruby version requirement to 1.9.2
  • Fix Faraday::Builder is now Faraday::RackBuilder warning
  • Update gems in Gemfile to match octokit.rb (for development and tests)
  • Update tests and cassettes to point to the demo API
  • Remove unused keywords module and tests
  • Update client#paginate method
  • Update rate_limit module to take into account case where rate limit headers are not present
  • Update categories module to be compatible with demo API
  • Add per_page to configurable and default modules
  • Update README examples to work with demo API

1.1.1

04 Jul 14:38
Compare
Choose a tag to compare

Replace value of api_tokenparameter in error messages with the string (redacted).

1.1.0

25 Jun 16:11
Compare
Choose a tag to compare

Added support for 422 HTTP Status code, which will return Ohanakapa::UnprocessableEntity

1.0.0

14 Sep 01:41
Compare
Choose a tag to compare

This is the production-ready release of the Ohanakapa Ruby wrapper for the Ohana API.

This wrapper is heavily inspired by the excellent Octokit.rb, and follows the same philosophy, best practices, and patterns.