Skip to content

Commit

Permalink
Bump version to 0.10.0.pre2.
Browse files Browse the repository at this point in the history
Update Gemfile.lock due to new bundler.
  • Loading branch information
b4hand committed May 29, 2015
1 parent c93f77d commit 4b43baa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
qless (0.10.0.pre)
qless (0.10.0.pre2)
redis (>= 2.2)

GEM
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -163,3 +163,6 @@ DEPENDENCIES
thin
timecop (~> 0.7.1)
vegas (~> 0.1.11)

BUNDLED WITH
1.10.1
2 changes: 1 addition & 1 deletion lib/qless/version.rb
@@ -1,5 +1,5 @@
# Encoding: utf-8

module Qless
VERSION = '0.10.0.pre'
VERSION = '0.10.0.pre2'
end

0 comments on commit 4b43baa

Please sign in to comment.