Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Move to integrity/notifier/irc
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Mar 15, 2009
1 parent 5566c7b commit fe606d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -11,11 +11,11 @@ This lets Integrity alert an IRC channel after each build is made.
Setup Instructions
==================

Just install this gem via `sudo gem install -s http://gems.github.com
Just install this gem via `sudo gem install -s http://gems.github.com
sr-integrity-irc` and then in your Rackup (ie, `config.ru`) file:

require "rubygems"
require "notifier/irc"
require "integrity/notifier/irc"

And badabing! Now you can set up your projects to alert an IRC channel
after each build (just edit the project and the config options should
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/irc_test.rb
Expand Up @@ -7,7 +7,7 @@
rescue LoadError
end

require File.dirname(__FILE__) + "/../lib/notifier/irc"
require File.dirname(__FILE__) + "/../lib/integrity/notifier/irc"

class IRCTest < Test::Unit::TestCase
include RR::Adapters::TestUnit
Expand Down

0 comments on commit fe606d2

Please sign in to comment.