README.rdoc in sinatra-gen-0.2.0 vs README.rdoc in sinatra-gen-0.2.1

- old
+ new

@@ -3,12 +3,14 @@ http://github.com/quirkey/sinatra-gen == DESCRIPTION: sinatra-gen generates a common file structure and basic app files for a web app utilizing the sinatra framework. -For more information on sinatra, check out http://sinatra.rubyforge.org +For more information on sinatra, check out http://sinatrarb.com +!! NOW WITH SUPPORT FOR SINATRA 0.9 (02/10/09) + == SYNOPSIS: sinatra-gen has a bunch of different options (based loosley on merb-gen) to try to not lock the user into any specific frameworks/dev practices. @@ -55,10 +57,10 @@ --tiny Only create the minimal files. --init Initialize a git repository --cap Adds config directory with basic capistrano deploy.rb --scripts Install the rubigen scripts (script/generate, script/destroy) --git /path/to/git Specify a different path for 'git' - --test=test_framework Specify your testing framework (unit (default)/rspec/spec/shoulda) + --test=test_framework Specify your testing framework (unit (default)/rspec/spec/shoulda/bacon) --views=view_framework Specify your view framework (erb (default)/haml/builder) The --tiny option will create no directories. Just an app.rb, a Rakefile, and a config.ru (Rackup file)