Skip to content

Commit

Permalink
Regenerated gemspec for version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandenbos committed Jun 17, 2010
1 parent 0ca290e commit 6940746
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resque-scheduler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{resque-scheduler}
s.version = "1.9.1"
s.version = "1.9.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ben VandenBos"]
s.date = %q{2010-06-04}
s.date = %q{2010-06-17}
s.description = %q{Light weight job scheduling on top of Resque.
Adds methods enqueue_at/enqueue_in to schedule jobs in the future.
Also supports queueing jobs on a fixed, cron-like schedule.}
Expand Down Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/bvandenbos/resque-scheduler}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Light weight job scheduling on top of Resque}
s.test_files = [
"test/delayed_queue_test.rb",
Expand All @@ -56,7 +56,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<redis>, [">= 2.0.1"])
s.add_runtime_dependency(%q<resque>, [">= 1.8.0"])
s.add_runtime_dependency(%q<rufus-scheduler>, [">= 0"])
Expand Down

0 comments on commit 6940746

Please sign in to comment.