Rakefile in biomart-0.1.3 vs Rakefile in biomart-0.1.4
- old
+ new
@@ -20,10 +20,10 @@
self.extra_dev_deps = [["thoughtbot-shoulda",">=0"]]
self.extra_rdoc_files = ["README.rdoc"]
end
require "newgem/tasks"
-Dir["tasks/**/*.rake"].each { |t| load t }
+Dir["tasks/*.task"].each { |t| load t }
# TODO - want other tests/tasks run by default? Add them to the list
# remove_task :default
# task :default => [:spec, :features]