Sha256: 93fec9fac776e1061507e196d601d66ee3334864d04ac8e62a5bc32d917aae8c
Contents?: true
Size: 788 Bytes
Versions: 1
Compression:
Stored size: 788 Bytes
Contents
# %w[rubygems rake rake/clean fileutils newgem rubigen rake/testtask].each { |f| require f } # require File.dirname(__FILE__) + '/lib/chrono_trigger' require 'rake/testtask' Rake::TestTask.new do |t| t.libs << 'test' end desc "Run tests" task :default => :test begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "chrono_trigger" s.authors = ["Jon Ciccone"] s.date = "2013-01-10" s.summary = "Rails cron jobs." s.description = "This gem allows you to write, deploy, and maintain cron jobs withing the rails framework." s.email = "darful@gmail.com" s.homepage = "https://github.com/darful/chrono_trigger" end rescue LoadError puts "Jeweler not available. Install it with: gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chrono_trigger-0.2.1 | Rakefile |