--- !ruby/object:Gem::Specification name: resque-restriction version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 2 - 1 version: 0.2.1 platform: ruby authors: - Richard Huang autorequire: bindir: bin cert_chain: [] date: 2010-07-10 00:00:00 +08:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: resque prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 7 - 0 version: 1.7.0 type: :runtime version_requirements: *id001 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. email: flyerhzm@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.markdown files: - .gitignore - LICENSE - README.markdown - Rakefile - VERSION - init.rb - lib/resque-restriction.rb - lib/resque-restriction/job.rb - lib/resque-restriction/restriction_job.rb - rails/init.rb - resque-restriction.gemspec - spec/redis-test.conf - spec/resque-restriction/job_spec.rb - spec/resque-restriction/restriction_job_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/flyerhzm/resque-restriction licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time. test_files: - spec/resque-restriction/job_spec.rb - spec/resque-restriction/restriction_job_spec.rb - spec/spec_helper.rb