Rakefile in clockwork-0.4.1 vs Rakefile in clockwork-0.5.0

- old
+ new

@@ -5,10 +5,9 @@ s.summary = "A scheduler process to replace cron." s.description = "A scheduler process to replace cron, using a more flexible Ruby syntax running as a single long-running process. Inspired by rufus-scheduler and resque-scheduler." s.author = "Adam Wiggins" s.email = "adam@heroku.com" s.homepage = "http://github.com/tomykaira/clockwork" - s.executables = [ "clockwork" ] s.rubyforge_project = "clockwork" s.files = FileList["[A-Z]*", "{bin,lib}/**/*"] s.test_files = FileList["{test}/**/*"] end