diff options
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 |