pipely 0.2.1 → 0.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -5
  3. data/lib/pipely/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22d5b3886876111943f8d44fac0fee1c3bae584a
4
- data.tar.gz: 73c8503acefe7152a67f7274624b7e39cc72c634
3
+ metadata.gz: 46d3c85b72894b55afd79cade2fdddb5bbdec0be
4
+ data.tar.gz: 404e821a844818c67e3b2db878a4d8c44da94d05
5
5
  SHA512:
6
- metadata.gz: 08d378578bcb96206fffd6db8678fb849b7d493804141ae458c9764e9089d6367d6bc3c9749beb043b8dde7f8a6829c7e54ad763ee6f4e98a10decb943abb6ff
7
- data.tar.gz: da3d41ddc6e695f322eb056e39244378a9b3ba7f49d73e0b865b96947528b2e1bdf376c9e5cb5d403ada826e484813180acd5d7cd404d4278c72c4d7403089b4
6
+ metadata.gz: e5dc731bb0c177dd4c4ed93bab5b6ff879edd2900cddf6d3b8dacece16b84b8dd6c364c939d877408ee41540b2c8634c3540d365e5a72a7c4cf69f7bf0ce236a
7
+ data.tar.gz: d1048b06e7de79c80d28d5de279fe78ad6bebf09181d3c1d15121eed925eeafef9548f0ab347a99c471e0effd41e65f5a2680ce50403819f63317ae9395887f3
data/README.md CHANGED
@@ -2,7 +2,7 @@ pipely
2
2
  ======
3
3
  [![Gem Version](https://badge.fury.io/rb/pipely.png)](http://badge.fury.io/rb/pipely) [![Build Status](https://travis-ci.org/swipely/pipely.png?branch=master)](https://travis-ci.org/swipely/pipely) [![Code Climate](https://codeclimate.com/repos/524b941156b1025b6c08a96a/badges/c0ad2bbec610f1d0f0f7/gpa.png)](https://codeclimate.com/repos/524b941156b1025b6c08a96a/feed)
4
4
 
5
- Visualize pipeline definitions for AWS Data Pipeline
5
+ Build, deploy, and visualize pipeline definitions for AWS Data Pipeline
6
6
 
7
7
  "AWS Data Pipeline is a web service that you can use to automate the movement and transformation of data. With AWS Data Pipeline, you can define data-driven workflows, so that tasks can be dependent on the successful completion of previous tasks."
8
8
 
@@ -24,10 +24,19 @@ Into environment gems from rubygems.org:
24
24
 
25
25
  ## Usage
26
26
 
27
- (If you used the Gemfile install, prefix the below commands with `bundle exec`.)
27
+ ### Rake Tasks
28
+
29
+ Coming soon.
30
+
31
+ rake definition # Graphs the full pipeline definition using Graphviz
32
+ rake deploy # Deploy pipeline
33
+ rake graph # Graphs the full pipeline definition using Graphviz
34
+ rake upload_steps # Upload Data Pipeline steps to S3
28
35
 
29
36
  ### Command-line Interface
30
37
 
38
+ (If you used the Gemfile install, prefix the below commands with `bundle exec`.)
39
+
31
40
  To render a JSON pipeline definition as a PNG graph visualization:
32
41
 
33
42
  pipely definition.json
@@ -36,6 +45,3 @@ To specify the output path for PNG files:
36
45
 
37
46
  pipely -o path/to/graph/pngs definition.json
38
47
 
39
- ### Rake Tasks
40
-
41
- Coming soon.
@@ -1,3 +1,3 @@
1
1
  module Pipely
2
- VERSION = "0.2.1" unless defined?(::DataPipelineGraphviz::VERSION)
2
+ VERSION = "0.2.2" unless defined?(::DataPipelineGraphviz::VERSION)
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pipely
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Gillooly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-31 00:00:00.000000000 Z
11
+ date: 2014-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-graphviz
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
- version: 1.19.0
61
+ version: 1.20.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ~>
67
67
  - !ruby/object:Gem::Version
68
- version: 1.19.0
68
+ version: 1.20.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: unf
71
71
  requirement: !ruby/object:Gem::Requirement