digitalocean / droplet_kit

DropletKit is the official DigitalOcean API client for Ruby.
MIT License
515 stars 152 forks source link

Allow any Faraday version greater than 0.15 #245

Closed bentranter closed 4 years ago

bentranter commented 4 years ago

Updates the gemspec to allow any Faraday version greater than 0.15, since Faraday 1.0 was finally released last year.

Previously, we used the pessimistic operator to only allow versions greater than or equal to 0.15 and less than 1.0. This changes that to allow any version greater than 0.15.

I've run the tests with Faraday 1.0.1, and things seems to be okay, but we'll see what CI says.


I also updated our team name, and fixed the spacing of "Digital Ocean" to "DigitalOcean".

If merged, this will fix #244.