qless-pool 0.1.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG ADDED
@@ -0,0 +1,5 @@
1
+ 0.5.0 (06/28/2013)
2
+ ------------------
3
+
4
+ Initial port from resque-pool
5
+
@@ -1,5 +1,5 @@
1
1
  module Qless
2
2
  class Pool
3
- VERSION = "0.1.0"
3
+ VERSION = "0.5.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qless-pool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.5.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.9.2
21
+ version: '0.9'
22
22
  none: false
23
23
  prerelease: false
24
24
  type: :runtime
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.2
29
+ version: '0.9'
30
30
  none: false
31
31
  - !ruby/object:Gem::Dependency
32
32
  name: trollop
@@ -153,7 +153,7 @@ files:
153
153
  - README.md
154
154
  - Rakefile
155
155
  - LICENSE.txt
156
- - Changelog.md
156
+ - CHANGELOG
157
157
  - lib/qless/pool/cli.rb
158
158
  - lib/qless/pool/logging.rb
159
159
  - lib/qless/pool/pool_factory.rb
data/Changelog.md DELETED
@@ -1,3 +0,0 @@
1
- ## 0.1.0 (2013-06-21)
2
-
3
- * initial version forked from [resque-pool](https://github.com/nevans/resque-pool) (specifically from a [backupify fork of it](https://github.com/backupify/resque-pool/tree/maintain_count)