pipeline_toolkit 1.2.0 → 1.2.1
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.
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 1.2.
|
|
8
|
+
- 1
|
|
9
|
+
version: 1.2.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Aisha Fenton
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-08-
|
|
18
|
+
date: 2010-08-24 00:00:00 +12:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -115,6 +115,33 @@ dependencies:
|
|
|
115
115
|
version: 0.8.5
|
|
116
116
|
type: :development
|
|
117
117
|
version_requirements: *id007
|
|
118
|
+
- !ruby/object:Gem::Dependency
|
|
119
|
+
name: bunny
|
|
120
|
+
prerelease: false
|
|
121
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
|
122
|
+
requirements:
|
|
123
|
+
- - ~>
|
|
124
|
+
- !ruby/object:Gem::Version
|
|
125
|
+
segments:
|
|
126
|
+
- 0
|
|
127
|
+
- 6
|
|
128
|
+
- 0
|
|
129
|
+
version: 0.6.0
|
|
130
|
+
type: :development
|
|
131
|
+
version_requirements: *id008
|
|
132
|
+
- !ruby/object:Gem::Dependency
|
|
133
|
+
name: cucumber
|
|
134
|
+
prerelease: false
|
|
135
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
|
136
|
+
requirements:
|
|
137
|
+
- - ~>
|
|
138
|
+
- !ruby/object:Gem::Version
|
|
139
|
+
segments:
|
|
140
|
+
- 1
|
|
141
|
+
- 2
|
|
142
|
+
version: "1.2"
|
|
143
|
+
type: :development
|
|
144
|
+
version_requirements: *id009
|
|
118
145
|
description: |-
|
|
119
146
|
Command line tools for processing messages by constructing a pipeline of workers.
|
|
120
147
|
AMQP and Unix pipes are used to construct the pipeline. Messages are simple Hashes
|