Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanheim committed Jan 19, 2009
1 parent b619c37 commit 2f47495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,7 +18,7 @@ Echoe.new('multi_rails') do |p|
p.email = 'multi_rails@googlegroups.com'
p.summary = 'Testing tool to easily test agaist multiple versions of Rails.'
p.description = "MultiRails allows easy testing against multiple versions of Rails for your Rails specific gem or plugin. It also has tentative support testing Rails applications against multiple versions of Rails."
p.url = 'http://multi-rails.rubyforge.org/'
p.url = "http://github.com/relevance/multi_rails/"
p.rdoc_pattern = /^(lib|bin|ext)|txt|rdoc|CHANGELOG|MIT-LICENSE$/
p.test_pattern = 'test/**/*_test.rb'
p.eval = lambda { self.require_paths = ['lib', 'tasks'] }
Expand Down

0 comments on commit 2f47495

Please sign in to comment.