aw_datapipe 0.3.0 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfef690d9ba54e7838eb2d46b45face330762037
4
- data.tar.gz: 5cbba46fc31a079b9b4743b9a0439fb35259efbf
3
+ metadata.gz: acdfb3d79c5646357710bd657f8f507689edb262
4
+ data.tar.gz: 1f5f71cbc33a06c211139949d3c53f8574ecf334
5
5
  SHA512:
6
- metadata.gz: 2f41ad60618c2def93ff91fd43b05d6163a135ba037b7e4afa782f16f0e886433a71311df35696eed1f4221057a4e70308b0e15061b51012a0674e621e28b710
7
- data.tar.gz: 040f2327a07d062e3a6c47bef7770e8d8b6e9db2be690a5840631e9d8548172c3dbd3914abf34595acd9df7a90cf70303717d6e07ff30032dfef5b0eeee2c14d
6
+ metadata.gz: 02d0ab88ac4bc65a013f94343967f31021fd98a2ea8e64d0c8132922e00ec7b574b2f0d2fb0d9ada8cc38445b66f2ddfe470fc462f2928d0c03cbd0da84977e6
7
+ data.tar.gz: 3e56661463b9b0406ccac7cb4b644accc135f0de9998fb0a81a79461e5d2c4d52459d1fd90d713d4313a3fb09db1adddbdadc022bff280a952422d23ec89a60b
@@ -11,6 +11,9 @@
11
11
  - Rubydocs.
12
12
  - AWS labs examples converted to DSL.
13
13
 
14
+ ## 0.3.1 - 2018-06-20
15
+ - Add tests and fix Pipeline#ec2_resource.
16
+
14
17
  ## 0.3.0 - 2018-06-14
15
18
  - Use AWS SDK v3.
16
19
  - Separate appending activities from initializing pipeline with config.
@@ -56,7 +56,7 @@ module AwDatapipe
56
56
  # @return [Ec2Resource]
57
57
  def ec2_resource(params)
58
58
  append_object Ec2Resource.build(
59
- params.reverse_merge(name: 'Ec2Instance', instance_type: 't1.micro', action_on_task_failure: 'terminate', terminate_after: '2 Hours'))
59
+ { name: 'Ec2Instance', instance_type: 't1.micro', action_on_task_failure: 'terminate', terminate_after: '2 Hours' }.merge(params))
60
60
  end
61
61
 
62
62
  def jdbc_database(params)
@@ -1,3 +1,3 @@
1
1
  module AwDatapipe
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aw_datapipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piers Chambers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-14 00:00:00.000000000 Z
11
+ date: 2018-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport