Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 421 Bytes

UPGRADING.md

File metadata and controls

11 lines (6 loc) · 421 Bytes

Upgrading Strava-Ruby-Client

Upgrading to >= 0.4.0

Faraday 1.0

The library was upgraded to require Faraday 1.0 or newer. Change all references to Faraday::Error::ResourceNotFound or Faraday::Error::ConnectionFailed to Faraday::ConnectionFailed and Faraday::ResourceNotFound respectively.

See #30 for more details.