aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorCarlos Goce <carlosgoce@gmail.com>2015-01-21 22:26:40 +0100
committerCarlos Goce <carlosgoce@gmail.com>2015-01-21 22:26:40 +0100
commitfde532f840f782750e891648b912094ff6eef4b4 (patch)
tree710e57b19f3d7002b7498f05afda45e31b474161 /Rakefile
parent0a4f3a322ce941f10b9750a0ce419b6f5bc1aa7c (diff)
downloadpdf-calendars-fde532f840f782750e891648b912094ff6eef4b4.tar.gz
pdf-calendars-fde532f840f782750e891648b912094ff6eef4b4.tar.bz2
pdf-calendars-fde532f840f782750e891648b912094ff6eef4b4.zip
Add rake file
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..c5067e7
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,5 @@
+task default: %w[calendar]
+
+task :calendar do
+ ruby 'calendar.rb'
+end \ No newline at end of file