Sha256: f6224aa0690bec8780b8e61b10624705f938717840797333c2a5a8eca7c78692

Contents?: true

Size: 712 Bytes

Versions: 1

Compression:

Stored size: 712 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/tomykaira/clockwork"
  s.executables = [ "clockwork" ]
  s.rubyforge_project = "clockwork"

  s.files = FileList["[A-Z]*", "{bin,lib}/**/*"]
  s.test_files = FileList["{test}/**/*"]
end

Jeweler::GemcutterTasks.new

task 'test' do
  sh "ruby test/clockwork_test.rb"
end

task :build => :test
task :default => :test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clockwork-0.4.1 Rakefile