lib/resque/status.rb in resque-status-0.2.3 vs lib/resque/status.rb in resque-status-0.2.4
- old
+ new
@@ -5,10 +5,10 @@
module Resque
# Resque::Status is a Hash object that has helper methods for dealing with
# 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.2.3'
+ VERSION = '0.2.4'
extend Resque::Helpers
# Create a status, generating a new UUID, passing the message to the status
# Returns the UUID of the new status.