coderhs / ruby_open_weather_map

A ruby wrapper for open weather map
MIT License
79 stars 52 forks source link

Fix 'retrieve' and 'usage' typos in API/Base #24

Closed JesseEmond closed 9 years ago

JesseEmond commented 9 years ago

Changed retrive to retrieve in base.rb / api.rb.

Changed useage to usage in api.rb.

Had to bundle update for the tests to run (safe_yaml error). All tests ran except for the RSpec version test. I did not commit the updated Gemfile.lock or fixed test as I thought they were unrelated to this change.

coderhs commented 9 years ago

:+1: