Sha256: 902669db3b2ecb1f73d1a9db8981ddc00aa266de0d097042b025816cb8e4799e

Contents?: true

Size: 714 Bytes

Versions: 3

Compression:

Stored size: 714 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}/**/*"]
  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.4.0 Rakefile
clockwork-0.3.4 Rakefile
clockwork-0.3.3 Rakefile