queueing_proxy 0.0.1 → 0.0.2
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/lib/queueing_proxy/version.rb +1 -1
- data/queueing_proxy.gemspec +1 -0
- metadata +17 -3
data/queueing_proxy.gemspec
CHANGED
|
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
|
|
|
25
25
|
s.add_runtime_dependency 'em-jack'
|
|
26
26
|
s.add_runtime_dependency 'thin'
|
|
27
27
|
s.add_runtime_dependency 'json'
|
|
28
|
+
s.add_runtime_dependency 'thor'
|
|
28
29
|
|
|
29
30
|
if s.respond_to? :specification_version then
|
|
30
31
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: queueing_proxy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Joshua Hull
|
|
@@ -74,6 +74,20 @@ dependencies:
|
|
|
74
74
|
version: "0"
|
|
75
75
|
type: :runtime
|
|
76
76
|
version_requirements: *id004
|
|
77
|
+
- !ruby/object:Gem::Dependency
|
|
78
|
+
name: thor
|
|
79
|
+
prerelease: false
|
|
80
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
|
81
|
+
none: false
|
|
82
|
+
requirements:
|
|
83
|
+
- - ">="
|
|
84
|
+
- !ruby/object:Gem::Version
|
|
85
|
+
hash: 3
|
|
86
|
+
segments:
|
|
87
|
+
- 0
|
|
88
|
+
version: "0"
|
|
89
|
+
type: :runtime
|
|
90
|
+
version_requirements: *id005
|
|
77
91
|
description: Queueing proxy backed by EM/Beanstalk for a very weird purpose.
|
|
78
92
|
email: joshbuddy@gmail.com
|
|
79
93
|
executables: []
|