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
timmatheson (author)
Wed May 27 02:34:07 -0700 2009
commit  480d284b280624242804b3c5c4bbc22d8eed646e
tree    7f3b0119291408bf512c1b90e8d48a36be41170c
parent  05dec9964b574f801bd6ded5e05aa591a06f28aa
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]
directory views/
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