Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Nov 17, 2011
1 parent 71b8109 commit 4573530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resque-metrics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "resque-metrics"
s.version = "0.0.2"
s.version = "0.0.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Quint"]
s.date = "2011-10-06"
s.date = "2011-11-17"
s.description = "A simple Resque plugin that times and saves some simple metrics for Resque jobs back into redis. Based on this system\nyou could build some simple auto-scaling mechanism based on the speed and ETA of queues. Also includes a hook/callback\nmechanism for recording/sending the metrics to your favorite tool (AKA statsd/graphite).\n"
s.email = "[email protected]"
s.extra_rdoc_files = [
Expand Down

0 comments on commit 4573530

Please sign in to comment.