clockwork.gemspec in clockwork-0.6.0 vs clockwork.gemspec in clockwork-0.6.1

- old
+ new

@@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = "clockwork" - s.version = "0.6.0" + s.version = "0.6.1" s.authors = ["Adam Wiggins", "tomykaira"] s.license = 'MIT' 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.email = ["adam@heroku.com", "tomykaira@gmail.com"]