Skip to content

Commit

Permalink
Regenerate gemspec for version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed May 12, 2014
1 parent 5b83a52 commit 4d80317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resque-status.gemspec
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: resque-status 0.4.2 ruby lib
# stub: resque-status 0.4.3 ruby lib

Gem::Specification.new do |s|
s.name = "resque-status"
s.version = "0.4.2"
s.version = "0.4.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Aaron Quint"]
s.date = "2014-01-21"
s.date = "2014-05-12"
s.description = "resque-status is an extension to the resque queue system that provides simple trackable jobs. It provides a Resque::Plugins::Status::Hash class which can set/get the statuses of jobs and a Resque::Plugins::Status class that when included provides easily trackable/killable jobs."
s.email = "aaron@quirkey.com"
s.extra_rdoc_files = [
Expand Down

0 comments on commit 4d80317

Please sign in to comment.