Sha256: 3f34ffae565064290286a8f42f1f61bef50e19adf196e2b61bd2f514bd791508
Contents?: true
Size: 564 Bytes
Versions: 2
Compression:
Stored size: 564 Bytes
Contents
require 'jeweler' Jeweler::Tasks.new do |s| 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.executables = [ "clockwork" ] s.rubyforge_project = "clockwork" s.files = FileList["[A-Z]*", "{bin,lib}/**/*"] end Jeweler::GemcutterTasks.new
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
clockwork-0.1.1 | Rakefile |
clockwork-0.1.0 | Rakefile |