diff options
author | Carlos Goce <carlosgoce@gmail.com> | 2015-01-24 19:47:48 +0100 |
---|---|---|
committer | Carlos Goce <carlosgoce@gmail.com> | 2015-01-24 19:47:48 +0100 |
commit | a55ff6eba7dad35f869fa9c52ab4ca9c00f6328b (patch) | |
tree | 5c283c61d52fc2747f9d33f00d0d222a7308569e /Rakefile | |
parent | 9907cf572bb79e0c2a02c979ca3dc2aaeeb9b241 (diff) | |
download | pdf-calendars-a55ff6eba7dad35f869fa9c52ab4ca9c00f6328b.tar.gz pdf-calendars-a55ff6eba7dad35f869fa9c52ab4ca9c00f6328b.tar.bz2 pdf-calendars-a55ff6eba7dad35f869fa9c52ab4ca9c00f6328b.zip |
Remove old script
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 5 |
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 |