peons 0.0.4 → 0.0.5

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/peons.rb +2 -2
  2. metadata +5 -5
@@ -2,8 +2,8 @@ require "redis"
2
2
  require "nest"
3
3
 
4
4
  module Peons
5
- VERSION = "0.0.4"
6
-
5
+ VERSION = "0.0.5"
6
+
7
7
  class Queue < Nest
8
8
  alias :push :lpush
9
9
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Cyril David
@@ -58,20 +58,20 @@ dependencies:
58
58
  version_requirements: *id003
59
59
  description:
60
60
  email: cyx.ucron@gmail.com
61
- executables: []
62
-
61
+ executables:
62
+ - peons
63
63
  extensions: []
64
64
 
65
65
  extra_rdoc_files: []
66
66
 
67
67
  files:
68
- - bin/peons
69
68
  - lib/peons.rb
70
69
  - README.markdown
71
70
  - LICENSE
72
71
  - Rakefile
73
72
  - test/helper.rb
74
73
  - test/peons_test.rb
74
+ - bin/peons
75
75
  has_rdoc: true
76
76
  homepage: http://github.com/cyx/peons
77
77
  licenses: []