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
name age message
file README.rdoc Loading commit data...
file Rakefile
file init.rb
directory lib/
file unfuddle.yml Wed May 27 00:53:33 -0700 2009 adding a few more resources to the main module [timmatheson]
README.rdoc

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