Skip to content

Commit

Permalink
Bump version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Jun 20, 2012
1 parent db8f146 commit 984953b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/resque-swapper/version.rb
@@ -1,5 +1,5 @@
module Resque
module Swapper
VERSION = '0.1.1'
VERSION = '0.1.2'
end
end
4 changes: 2 additions & 2 deletions resque-swapper.gemspec
Expand Up @@ -8,14 +8,14 @@ Gem::Specification.new do |s|
s.version = Resque::Swapper::VERSION
s.summary = 'Swapping tool for Resque server on runtime.'
s.homepage = "http://github.com/endel/resque-swapper"

s.author = 'Endel Dreyer'
s.email = 'endel.dreyer@gmail.com'
s.files = %w(LICENSE) + Dir.glob("{lib}/**/*")
s.require_path = "lib"

s.add_runtime_dependency 'resque', '>= 1.15.0'

s.description = <<description
Swapping tool for Resque server on runtime.
description
Expand Down

0 comments on commit 984953b

Please sign in to comment.