Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lostboy committed Mar 22, 2011
1 parent c89e863 commit 400277e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions workless.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{workless}
s.version = "0.0.8"
s.version = "0.0.9"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["lostboy"]
s.date = %q{2010-12-21}
s.date = %q{2011-03-22}
s.description = %q{Extension to Delayed Job to enable workers to scale up when needed}
s.email = %q{paul.crabtree@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -39,15 +39,14 @@ Gem::Specification.new do |s|
]
s.homepage = %q{http://github.com/lostboy/workless}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.5.0}
s.summary = %q{Use delayed job workers only when theyre needed}
s.test_files = [
"test/helper.rb",
"test/test_workless.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 400277e

Please sign in to comment.