bin/septober in ric-0.11.14 vs bin/septober in ric-0.11.15

- old
+ new

@@ -18,11 +18,11 @@ API: add actions (done, toggle, ..., due <today|tomorrow|monday> ) ########################################################### =end - $PROG_VER = '0.9.8' + $PROG_VER = '0.9.9' =begin @history: 0.9.8 2011-02-10 Added timeout (works) and a broken prototype for :edit 0.9.7 2011-02-09 mini banner WITH version (not to get nuts again thru versions!). --conf now works! @@ -31,11 +31,10 @@ 0.9.4 2011-02-04 added 'done' action (and 'delete' ?) 0.9.3 2011-02-04 better 'list' 0.9.2 2011-02-04 'add' operation succefully added! 0.9.1 2011-01-18 First version =end - require 'optparse' require 'rubygems' require 'ric' require 'active_resource' @@ -49,11 +48,11 @@ :app_name => 'septober client', :hello => 'Welcome to this terrific application', :septober_url => 'http://septober.heroku.com/' , :dflt_config_file => '~/.septober.yml' , :local => false , - :timeout => 7 , + :timeout => 14 , } def init $opts[:config_file] = $opts[:dflt_config_file] $optparse = OptionParser.new do |opts| @@ -359,6 +358,6 @@ end end ######################################################### # real program... -main() \ No newline at end of file +main()