Cool. I get cert issues though:
C:/Ruby193/lib/ruby/1.9.1/net/http.rb:799:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError) from C:/Ruby193/lib/ruby/1.9.1/net/http.rb:799:in `block in connect' from C:/Ruby193/lib/ruby/1.9.1/timeout.rb:54:in `timeout' from C:/Ruby193/lib/ruby/1.9.1/timeout.rb:99:in `timeout' from C:/Ruby193/lib/ruby/1.9.1/net/http.rb:799:in `connect' from C:/Ruby193/lib/ruby/1.9.1/net/http.rb:755:in `do_start' from C:/Ruby193/lib/ruby/1.9.1/net/http.rb:744:in `start' from flavor.rb:52:in `<main>'
Not familiar with ruby at all to know how to go about fixing this.
It's worth mentioning that you need to dig into the script and change the lineoutput['mode'] ='gfm'
to output['mode'] ='markdown'
in order to get README.md's to render properly. The 'gfm' mode doesn't support using hash tags as header definitions and some other minor issues.
Otherwise, works great. Thanks for putting it together.
It gives Error 500.
(It also says "warning: peer certificate won't be verified in this SSL session" but that seems to be fixable).