sparrow 0.3 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/sparrow.rb +1 -1
  2. metadata +2 -2
data/lib/sparrow.rb CHANGED
@@ -8,7 +8,7 @@ module Sparrow
8
8
  class SparrowError < StandardError #:nodoc:
9
9
  end
10
10
 
11
- VERSION = '0.3'
11
+ VERSION = '0.3.1'
12
12
 
13
13
  @@options = {}
14
14
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: sparrow
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.3"
7
- date: 2008-02-02 00:00:00 +00:00
6
+ version: 0.3.1
7
+ date: 2008-02-03 00:00:00 +00:00
8
8
  summary: Simple file based messagine queue using the memcache protocol
9
9
  require_paths:
10
10
  - lib