Skip to content

v2.5.0

Choose a tag to compare

@s-ashwinkumar s-ashwinkumar released this 08 Jun 22:59
· 73 commits to master since this release
9d25343

v2.5.0 (2021-06-08)

Bug Fixes

  • disconnect! method fix: Fix the disconnect! method Smartcar::Vehicle to handle response properly.
  • Basic Auth: Check presence of data attribute while building basic auth headers before using it.

Chores

  • linting: Added rubocop to enable linting in the project. This also lead to cleanup of some code to reduce number of lines in offending class and methods.