clockwork.gemspec in clockwork-0.5.5 vs clockwork.gemspec in clockwork-0.6.0

- old
+ new

@@ -1,9 +1,10 @@ Gem::Specification.new do |s| s.name = "clockwork" - s.version = "0.5.5" + s.version = "0.6.0" 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"] s.extra_rdoc_files = [ "README.md" ]