From 4b43baa81cf662461edcdf01d5cce5cbd5100b3d Mon Sep 17 00:00:00 2001 From: Brandon Forehand Date: Fri, 29 May 2015 11:22:05 -0700 Subject: [PATCH] Bump version to `0.10.0.pre2`. Update Gemfile.lock due to new bundler. --- Gemfile.lock | 7 +++++-- lib/qless/version.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 81a6fcbe..3a046757 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - qless (0.10.0.pre) + qless (0.10.0.pre2) redis (>= 2.2) GEM @@ -88,7 +88,7 @@ GEM rack (>= 1.0) rainbow (1.1.4) rake (10.1.0) - redis (3.0.7) + redis (3.2.1) rspec (2.14.1) rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) @@ -163,3 +163,6 @@ DEPENDENCIES thin timecop (~> 0.7.1) vegas (~> 0.1.11) + +BUNDLED WITH + 1.10.1 diff --git a/lib/qless/version.rb b/lib/qless/version.rb index 8f020b57..f680a98a 100644 --- a/lib/qless/version.rb +++ b/lib/qless/version.rb @@ -1,5 +1,5 @@ # Encoding: utf-8 module Qless - VERSION = '0.10.0.pre' + VERSION = '0.10.0.pre2' end