Sha256: 998e2166af868884a49a1759eb59e6b2009dac6138186003e4478153924a3978

Contents?: true

Size: 640 Bytes

Versions: 4

Compression:

Stored size: 640 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

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

task :build => :test

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
clockwork-0.3.0 Rakefile
clockwork-0.2.4 Rakefile
clockwork-0.2.3 Rakefile
clockwork-0.2.2 Rakefile