README.md in guard-webrick-0.1.1 vs README.md in guard-webrick-0.1.2

- old
+ new

@@ -2,11 +2,11 @@ [![travis-ci](http://travis-ci.org/fnichol/guard-webrick.png)](http://travis-ci.org/fnichol/guard-webrick) Guard::WEBrick automatically starts and restarts WEBrick when needed. Useful when you are working on a static site but want to benefit from [Guard::LiveReload](http://github.com/guard/guard-livereload). -* Tested on Ruby 1.8.7, 1.9.2, Ruby Enterprise Edition, and JRuby +* Tested on Ruby 1.9.3, 1.9.2, 1.8.7, Ruby Enterprise Edition, and JRuby (thanks TravisCI!) ## Install Please be sure to have [Guard](http://github.com/guard/guard) installed before continue. @@ -44,9 +44,10 @@ Available options: :host => '127.3.3.1' # default '0.0.0.0' :port => '12345' # default '3000' + :ssl => true # default false :docroot => 'public' # default current working directory :launchy => false # default true ## Development