Sha256: c03c9ba2a74996044ef16018d27e7de2a1f1aa1ee4bd55b372a41c959da58c16
Contents?: true
Size: 901 Bytes
Versions: 2
Compression:
Stored size: 901 Bytes
Contents
require 'rake' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => :spec begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "resque-restriction" gemspec.summary = "resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time." gemspec.description = "resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time, the exceeded jobs will be executed at the next period." gemspec.email = "flyerhzm@gmail.com" gemspec.homepage = "http://github.com/flyerhzm/resque-restriction" gemspec.authors = ["Richard Huang"] gemspec.add_dependency "resque", ">=1.7.0" end Jeweler::GemcutterTasks.new rescue puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
resque-restriction-0.4.2 | Rakefile |
resque-restriction-0.4.0 | Rakefile |