Skip to content

Commit

Permalink
Bumping to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Jun 7, 2010
1 parent 99a7177 commit 1ac642b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -16,7 +16,7 @@ begin
gem.authors = ["Aaron Quint"]
gem.add_dependency "uuid", ">=2.0.2"
gem.add_dependency "resque", ">=1.3.1"
gem.add_dependency "redisk", ">=0.2.0"
gem.add_dependency "redisk", ">=0.2.1"
gem.add_development_dependency "shoulda", ">=2.10.2"
gem.add_development_dependency "mocha", ">=0.9.8"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/status.rb
Expand Up @@ -7,7 +7,7 @@ module Resque
# the common status attributes. It also has a number of class methods for
# creating/updating/retrieving status objects from Redis
class Status < Hash
VERSION = '0.1.3'
VERSION = '0.1.4'

extend Resque::Helpers

Expand Down

0 comments on commit 1ac642b

Please sign in to comment.