ruby-kafka-ec2 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: d731fe0da3282726a8bb898f98f0ab3fe0133463662d9e7bc3c536c965bfc278
4
- data.tar.gz: e260eb39399056cc48cdf8b7b985b037cdb60eafc8f495771d7949e7eb581a52
3
+ metadata.gz: 0e6d39fb8a782c1075f0454a2bc0479fafb12d380ad0bd78ba938d218af57e23
4
+ data.tar.gz: 2f339e9dc2ea096376b53fb4f9413a46da5f3bdcd7ff86c6b4854f3d8928cbf7
5
5
  SHA512:
6
- metadata.gz: 3f31a1d280d2f49b864fbc4068a4f198952180101973d2a93c708ff621238f83476dac72e8c302427f3413a6a9761f81b5a703b8020aee3edba5bf2a42e0a967
7
- data.tar.gz: 9d4cda171d25754e42bda7a90c4d7b9c8a77fa8fc984a5546ccb1cbc10b4ccf10999f75c6dbaa7ecd4fdecdde285a3ccec0ead4071326564f6527382853edbe0
6
+ metadata.gz: f77547fc1fb5b92b12b12857114218b0d3d055863ffe8c3a972a3255cbc781d6e441ae11ce5e8772add6d5be26113e5f874a3a333da0c1a5d6483e0b187141cd
7
+ data.tar.gz: 1a87e14365f4a49b139787d55aae75ac8e4131a4ed6fd766a9a55a297bcf4f613a2c5ecf062f84fb5fd69cfc792d2d623f8aef2a1285f2126f768da1e75566af
@@ -12,6 +12,7 @@ module Kafka
12
12
  def initialize(instance_family_weights: {}, availability_zone_weights: {}, weights: {})
13
13
  @instance_family_weights = instance_family_weights
14
14
  @availability_zone_weights = availability_zone_weights
15
+ @weights = weights
15
16
  end
16
17
 
17
18
  def create(cluster:)
@@ -19,6 +20,7 @@ module Kafka
19
20
  cluster: cluster,
20
21
  instance_family_weights: @instance_family_weights,
21
22
  availability_zone_weights: @availability_zone_weights,
23
+ weights: @weights,
22
24
  )
23
25
  end
24
26
  end
@@ -1,5 +1,5 @@
1
1
  module Kafka
2
2
  class EC2
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-kafka-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - abicky
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-05 00:00:00.000000000 Z
11
+ date: 2020-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-kafka