Sha256: 0b164766a04447312582fb20945ea3438aa691f51ac4278ce8ecdaf23ea9c449

Contents?: true

Size: 678 Bytes

Versions: 3

Compression:

Stored size: 678 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.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

3 entries across 3 versions & 1 rubygems

Version Path
clockwork-0.5.2 Rakefile
clockwork-0.5.1 Rakefile
clockwork-0.5.0 Rakefile