bin/barometer in barometer-0.7.2 vs bin/barometer in barometer-0.7.3
- old
+ new
@@ -51,11 +51,11 @@
require 'date'
require 'yaml'
# file where API keys are stored
KEY_FILE = File.expand_path(File.join('~', '.barometer'))
-BAROMETER_VERSION = '0.7.2'
+BAROMETER_VERSION = '0.7.3'
class App
attr_reader :options
@@ -67,10 +67,10 @@
@options.timeout = 15
@options.geocode = false
@options.timezone = false
@options.metric = true
@options.sources = []
- @options.verbode = false
+ @options.verbose = false
@options.at = nil
@options.default = true
# thresholds
@options.windy_m = 10