Skip to content

v2.0.1 (2016-07-25)

Compare
Choose a tag to compare
@kjg kjg released this 26 Jul 14:21
· 79 commits to master since this release
v2.0.1
489f0e3
  • Support of api_auth_options in ActiveResource integration (#102 fwininger)
  • Replace use of #blank? with #nil? to not depend on ActiveSupport (#114 packrat386)
  • Fix Auth header matching to not match invalid SHA algorithms (#115 packrat386)
  • Replace alias_method_chain with alias_method in the railtie since
    alias_method_chain is deprecated in Rails 5 (#118 mlarraz)