public
Description: A gem for connecting to your Unfuddle account and displaying information about the state of the repository.
Homepage: http://www.timmatheson.com
Clone URL: git://github.com/timmatheson/Unfuddle.git
Tim Matheson (author)
Tue Oct 27 12:12:22 -0700 2009
commit  71b952a536a078fc1d4e14431e99a1c2f77b3e17
tree    c10c6f607e0162870ff82fb5a8fe8c43e118c59e
parent  1ee6b0803e8712fd8f40b83fc27388312cf14a5e
README.rdoc

INTRODUCTION:

  The Unfuddle gem is designed to make it easy to integrate Unfuddle into your project.
  There are many uses for this gem if you are using Unfuddle for project management.
  You could even hook this gem into your tests and create tickets when one test fails.
  The possibilities are endless.

USAGE:

  Add this to your config/environment.rb file inside the Initializer block

  Rails::Initializer.run do |config|
    config.middleware.use "UnfuddleNotifier"
  end

  # run the rake task (rake unfuddle:setup) to create the configuration files