Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Remove outdated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed May 28, 2009
1 parent bace9a4 commit 755fd92
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 37 deletions.
11 changes: 0 additions & 11 deletions install.rb
@@ -1,12 +1 @@
load_tasks = <<-EOF
load_paths.unshift File.expand_path(File.dirname(__FILE__) + '/../vendor/plugins/awesomeness/recipes')
load 'awesomeness'
EOF

deploy_path = File.join(File.dirname(__FILE__), '..', '..', '..', 'config', 'deploy.rb')

content = load_tasks + File.read(deploy_path)
File.open(deploy_path, 'wb') {|file| file.write(content) }

puts IO.read(File.join(File.dirname(__FILE__), 'README'))
2 changes: 2 additions & 0 deletions tasks/awesomeness.rake
@@ -0,0 +1,2 @@
desc "Run migrations and prepare the test database"
task :db => ['db:migrate', 'db:test:prepare']
15 changes: 0 additions & 15 deletions tasks/awesomeness_tasks.rake

This file was deleted.

8 changes: 0 additions & 8 deletions tasks/remigrate.rake

This file was deleted.

3 changes: 0 additions & 3 deletions uninstall.rb

This file was deleted.

0 comments on commit 755fd92

Please sign in to comment.