plines 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/plines/version.rb +1 -1
- metadata +4 -3
data/lib/plines/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plines
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -139,7 +139,8 @@ dependencies:
|
|
139
139
|
- !ruby/object:Gem::Version
|
140
140
|
version: 0.3.5
|
141
141
|
none: false
|
142
|
-
description:
|
142
|
+
description: Plines sits on top of Qless and makes it easy to define and run a pipeline
|
143
|
+
of jobs.
|
143
144
|
email:
|
144
145
|
- myron.marston@gmail.com
|
145
146
|
executables: []
|
@@ -188,5 +189,5 @@ rubyforge_project:
|
|
188
189
|
rubygems_version: 1.8.24
|
189
190
|
signing_key:
|
190
191
|
specification_version: 3
|
191
|
-
summary:
|
192
|
+
summary: Easily express a pipeline of Qless job dependencies
|
192
193
|
test_files: []
|