plines 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. data/lib/plines/version.rb +1 -1
  2. metadata +4 -3
@@ -1,3 +1,3 @@
1
1
  module Plines
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
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.0
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: Builds the Moz shard creation pipeline from individually defined steps.
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: Moz shard creation pipeline builder.
192
+ summary: Easily express a pipeline of Qless job dependencies
192
193
  test_files: []