Skip to content

v0.2.0

Compare
Choose a tag to compare
@cimnine cimnine released this 22 Aug 09:31
· 32 commits to master since this release

With this release, the limitation on the upper bound version of the dependency to faraday has been removed again. If this is a concern of yours, we recommend you to manage the version of faraday explicitly in your Gemfile, e.g.:

gem 'cloudflair', '>=0.2.0'
gem 'faraday', '>=0.12', '<0.13'

We have added a section to the README.md discussing this decision in greater detail.

In other news, with this version, faraday 0.13 will not spit out any warnings anymore when running the specs.