Sha256: 8e8addbda93f6b3324f937641bc1321d1942384e57e22cb14a98f979ecf2e342
Contents?: true
Size: 668 Bytes
Versions: 1
Compression:
Stored size: 668 Bytes
Contents
require 'jeweler' Jeweler::Tasks.new do |s| s.name = "clockworkd" 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/arufanov/clockworkd" s.executables = [ "clockworkd" ] s.rubyforge_project = "clockworkd" s.files = FileList["[A-Z]*", "{bin,lib}/**/*"] end Jeweler::GemcutterTasks.new task 'test' do sh "ruby spec/lib/clockworkd_spec.rb" end task :build => :test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clockworkd-0.2.5 | Rakefile |