README.rdoc in barometer-0.7.0 vs README.rdoc in barometer-0.7.1

- old
+ new

@@ -13,21 +13,21 @@ support the query directly. See the "Query" section for more information on this. == version -Version 0.6.8 is the current release of this gem. The gem is available from +Version 0.7.1 is the current release of this gem. The gem is available from gemcutter (barometer: http://gemcutter.org/gems/barometer). Older version are available through rubyforge (barometer) and github (attack-barometer). It is fully functional (for five weather service APIs). == status Currently this project has completed initial development and will work for a few weather services (wunderground, google, yahoo, weather.com, weather_bug). -Barometer has been tested on both Ruby 1.8.7 and 1.9.1. +Barometer is developed using only Ruby 1.9.2, but will probably on both Ruby 1.8.7 and 1.9.1. Features to be added in the future: - better command line output - even more weather service drivers (hamweather) - icon support @@ -196,18 +196,9 @@ This will output the weather information for the given query. See the help for more command line information. # barometer -h - -=== web demo - -There is a Sinatra application that demos the functionality of Barometer, -and provides Barometer information. Start this local demo with: - - # barometer -w - -NOTE: This requires the gems "sinatra" and "vegas". === fail What would cause a weather service to fail? The most obvious is that the particular weather service in currently unavailable or not reachable.