Skip to content

Commit

Permalink
task now hooks up properly
Browse files Browse the repository at this point in the history
  • Loading branch information
gotascii committed Oct 22, 2009
1 parent b975c04 commit bac421a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.DS_Store
pkg/
7 changes: 4 additions & 3 deletions lib/simple_importer/tasks/simple_importer.rake
@@ -1,6 +1,7 @@
namespace :simple_importer do
desc "Some bone ter"
task :bonater do
puts SimpleImporter.inspect
desc "find SimpleImporter"
task :find do
require 'simple_importer'
puts SimpleImporter
end
end
Binary file removed pkg/simple_importer-0.1.0.gem
Binary file not shown.

0 comments on commit bac421a

Please sign in to comment.