Rakefile in clockwork-0.4.0 vs Rakefile in clockwork-0.4.1

- old
+ new

@@ -4,10 +4,10 @@ s.name = "clockwork" 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/adamwiggins/clockwork" + 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}/**/*"]