From: Neil Smith <neil.git@njae.me.uk>
Date: Fri, 17 Jul 2009 20:20:20 +0000 (+0000)
Subject: Creating stable branch
X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=03650ca863f5f6a8b2eea1ca480ef7b00988c790;p=feedcatcher.git

Creating stable branch
---

diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..3bb0e85
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,10 @@
+# Add your own tasks in files placed in lib/tasks ending in .rake,
+# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
+
+require(File.join(File.dirname(__FILE__), 'config', 'boot'))
+
+require 'rake'
+require 'rake/testtask'
+require 'rake/rdoctask'
+
+require 'tasks/rails'