resque-restriction.gemspec in resque-restriction-0.2.1 vs resque-restriction.gemspec in resque-restriction-0.2.2
- old
+ new
@@ -3,14 +3,14 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{resque-restriction}
- s.version = "0.2.1"
+ s.version = "0.2.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Richard Huang"]
- s.date = %q{2010-07-10}
+ s.date = %q{2010-09-09}
s.description = %q{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.}
s.email = %q{flyerhzm@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.markdown"