From e62616548a6cdb50b9d7bec89ba9fe9cde5c617a Mon Sep 17 00:00:00 2001 From: Aaron Quint Date: Wed, 14 Nov 2012 23:49:07 -0500 Subject: [PATCH] Version bump --- Gemfile.lock | 6 +++--- VERSION | 2 +- resque-metrics.gemspec | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1df675d..beef094 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,9 +35,9 @@ GEM ruby_core_source (0.1.5) archive-tar-minitar (>= 0.5.2) sinatra (1.3.1) - rack (>= 1.3.4, ~> 1.3) - rack-protection (>= 1.1.2, ~> 1.1) - tilt (>= 1.3.3, ~> 1.3) + rack (~> 1.3, >= 1.3.4) + rack-protection (~> 1.1, >= 1.1.2) + tilt (~> 1.3, >= 1.3.3) tilt (1.3.3) vegas (0.1.8) rack (>= 1.0.0) diff --git a/VERSION b/VERSION index bcab45a..81340c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.0.4 diff --git a/resque-metrics.gemspec b/resque-metrics.gemspec index b5bf3f3..af0faba 100644 --- a/resque-metrics.gemspec +++ b/resque-metrics.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = "resque-metrics" - s.version = "0.0.3" + s.version = "0.0.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Aaron Quint"] - s.date = "2011-11-17" + s.date = "2012-11-15" 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 = "aaron@quirkey.com" s.extra_rdoc_files = [ @@ -34,7 +34,7 @@ Gem::Specification.new do |s| s.homepage = "http://github.com/quirkey/resque-metrics" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = "1.8.10" + s.rubygems_version = "1.8.23" s.summary = "A Resque plugin for recording simple metrics for your jobs" if s.respond_to? :specification_version then