Skip to content

Release v0.5.0

Compare
Choose a tag to compare
@zquestz zquestz released this 26 Jan 07:50
· 115 commits to master since this release
b158b00

Added

  • Rubocop checks to specs.
  • Defaulted dev environment to ruby 2.3.4.

Deprecated

  • Nothing.

Removed

  • Testing support for older versions of ruby not supported by OmniAuth 1.5.
  • Key [:urls]['Google'] no longer exists, it has been renamed to [:urls][:google].

Fixed

  • Updated all code to rubocop conventions. This includes the Ruby 1.9 hash syntax when appropriate.
  • Example javascript flow now picks up ENV vars for google key and secret.