coderhs / ruby_open_weather_map

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

release new gem version #17

Closed fsmanuel closed 9 years ago

fsmanuel commented 9 years ago

Thanks for the gem. I installed it vie gem 'open-weather' and got v0.10.0. When i added lang: 'de' nothing changed. The reason is that v0.10.0 doesn't have the lang option. Would be great if you cut a new release.

coderhs commented 9 years ago

Done, new version v0.11.0 has been released to github.

In future if you want to use the latest stable code just reference directly to the github repo

gem 'dutch_treat', git: 'git@github.com:coderhs/ruby_open_weather_map.git'

fsmanuel commented 9 years ago

@coderhs Thanks! That's what I did.

deepakkumarnd commented 9 years ago

Use this line, there is a correction in gem name :-)

gem 'open-weather', git: 'git@github.com:coderhs/ruby_open_weather_map.git'