- Updated gemspec to reflect new homepage. The repository has moved to https://github.com/darkskyapp/darksky-ruby.
- Added
brief_forecast
API endpoint to return a brief forecast for the latitude and longitude.
- Added
interesting
API endpoint to return a list of interesting storms happening right now. - Fixed bug in
precipitation
API endpoint where multiple locations were not correctly passed to the API.
- Removed default to disable SSL peer verification now that the DarkSky API server has a signed certificate.
- Added
options
hash to API endpoints as final parameter. - Default options for API endpoints disable SSL peer verification while DarkSky API is in beta and still uses a self-signed certificate.
- Fixed response parsing for
precipitation
API endpoint.
- Initial release.