aw_datapipe 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7409863129aa7799585aa77be92d24a69ba54dd5
4
- data.tar.gz: bb72bb793a705bee75ed6fbfd96c366696a60239
3
+ metadata.gz: 96dc0983a35a311d5063aa30cd7bc4f6baf92850
4
+ data.tar.gz: 463cd625f2bfcb21bc083012b1552eec143126ce
5
5
  SHA512:
6
- metadata.gz: 3ec360d3bce499fa2f28709d368ff642636d78fa944a3a27b2880c8546674f3f393725358d30689d1d767f60e224c15bd476b98b31a64f171f767de0015cc36c
7
- data.tar.gz: e37d10c31b7fba43bd1854da6be243392e439aa73002fbf946b150595b27c835eaf60913197e88bab122ede6be264af81cf8e0201ef12330ccd0f087d806d82e
6
+ metadata.gz: 9b186202282082464ea94090d938cd2ad0289531849cd52fe765f5229b9c3681ed2033b0452148b36f662dd2fa05bc2c5318bbf734102168b48442d9011e8f28
7
+ data.tar.gz: a196a481a168dcf3d15caba0c3c891cc544b8c5636cab994bb85eeaf0cc060cfcf52938236cf423c4304814fe7af1a6aee70332f4aebadbff8a101618e765e80
data/CHANGELOG.md CHANGED
@@ -12,6 +12,9 @@
12
12
  - Rubydocs.
13
13
  - AWS labs examples converted to DSL.
14
14
 
15
+ ## 0.2.4 - 2017-05-24
16
+ - Add ShellCommandActivity optional parameters.
17
+
15
18
  ## 0.2.3 - 2017-05-24
16
19
  - Don’t include unpopulated optional fields when converting PipelineObject#to_hash.
17
20
 
@@ -66,7 +66,7 @@ module AwDatapipe
66
66
  'CSV'
67
67
  end
68
68
  end
69
- ShellCommandActivity = PipelineObject.new(:command, :input, :output, :stage, :runs_on)
69
+ ShellCommandActivity = PipelineObject.new(:input, :output, :runs_on, :command, :script_argument, :script_uri, :stage)
70
70
 
71
71
  JdbcDatabase = PipelineObject.new(:_password, :connection_string, :jdbc_driver_class, :username)
72
72
  SqlDataNode = PipelineObject.new(:database, :select_query, :table)
@@ -1,3 +1,3 @@
1
1
  module AwDatapipe
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aw_datapipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piers Chambers