README.textile in fuubar-1.0.0 vs README.textile in fuubar-1.1.0.rc1

- old
+ new

@@ -1,18 +1,26 @@ -h1. Fuubar "!http://stillmaintained.com/jeffkreeftmeijer/fuubar.png!":http://stillmaintained.com/jeffkreeftmeijer/fuubar +h1. Fuubar !http://travis-ci.org/jeffkreeftmeijer/fuubar.png! Fuubar is an instafailing "RSpec":http://github.com/rspec formatter that uses a progress bar instead of a string of letters and dots as feedback. Here's "a video of Fuubar in action":http://vimeo.com/16845253. + h2. Installation Installing Fuubar is easy. Just put it in your @Gemfile@ and run your specs like this from now on: bc. $ rspec --format Fuubar --color spec If you want to use Fuubar as your default formatter, simply put the options in your @.rspec@ file: bc. --format Fuubar --color + +h3. Rspec-1 + +Use the "fuubar-legacy":https://rubygems.org/gems/fuubar-legacy gem: + +bc. gem 'fuubar-legacy' + h2. Contributing Found an issue? Have a great idea? Want to help? Great! Create an issue "issue":http://github.com/jeffkreeftmeijer/fuubar/issues for it, "ask":http://github.com/inbox/new/jeffkreeftmeijer, or even better; fork the project and fix the problem yourself. Pull requests are always welcome. :)