aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorCarlos Goce <carlosgoce@gmail.com>2015-01-24 19:47:48 +0100
committerCarlos Goce <carlosgoce@gmail.com>2015-01-24 19:47:48 +0100
commita55ff6eba7dad35f869fa9c52ab4ca9c00f6328b (patch)
tree5c283c61d52fc2747f9d33f00d0d222a7308569e /Rakefile
parent9907cf572bb79e0c2a02c979ca3dc2aaeeb9b241 (diff)
downloadpdf-calendars-a55ff6eba7dad35f869fa9c52ab4ca9c00f6328b.tar.gz
pdf-calendars-a55ff6eba7dad35f869fa9c52ab4ca9c00f6328b.tar.bz2
pdf-calendars-a55ff6eba7dad35f869fa9c52ab4ca9c00f6328b.zip
Remove old script
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Rakefile b/Rakefile
deleted file mode 100644
index d977090..0000000
--- a/Rakefile
+++ /dev/null
@@ -1,5 +0,0 @@
-task default: %w[calendar]
-
-task :calendar do
- ruby 'calendar.rb'
-end