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
Unfuddle / install.rb
100644 6 lines (6 sloc) 0.256 kb
1
2
3
4
5
6
if defined?(RAILS_ROOT)
  rake_task_copy_path = File.join(RAILS_ROOT, "lib", "tasks", "unfuddle.rake")
  unless File.exists?(rake_task_copy_path)
    File.copy(File.join(File.dirname(__FILE__),"lib","tasks", "unfuddke.rake"), rake_task_copy_path)
  end
end