delivery_boy 0.2.2 → 0.2.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 +4 -4
- data/lib/delivery_boy/instance.rb +1 -1
- data/lib/delivery_boy/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 548e63f7dc60e2229e8b0fc2226bce6961df731f
|
|
4
|
+
data.tar.gz: 4b8cfe302808d44336307148d38da9679a8727d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f593644b42643dbfcb4d4f2f94e299c9c7652fa5fb000afe043e6ab2c1ef9d0f814237d4fd4bb45909b27a01ee3d5456615fcb919e3f639718b3a19392ca0cf1
|
|
7
|
+
data.tar.gz: 4375311c348fbfa2197a5e14f6d1a17d8dea3afde291d5ff62f30cfa9e74ecf92bc35409a1b2ce944f1218a83692c24f83695bf0d369b93ac09912138539e9ed
|
|
@@ -84,7 +84,7 @@ module DeliveryBoy
|
|
|
84
84
|
retry_backoff: config.retry_backoff,
|
|
85
85
|
max_buffer_size: config.max_buffer_size,
|
|
86
86
|
max_buffer_bytesize: config.max_buffer_bytesize,
|
|
87
|
-
compression_codec: config.compression_codec,
|
|
87
|
+
compression_codec: (config.compression_codec.to_sym if config.compression_codec),
|
|
88
88
|
compression_threshold: config.compression_threshold,
|
|
89
89
|
}
|
|
90
90
|
end
|
data/lib/delivery_boy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: delivery_boy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Schierbeck
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ruby-kafka
|
|
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
131
131
|
version: '0'
|
|
132
132
|
requirements: []
|
|
133
133
|
rubyforge_project:
|
|
134
|
-
rubygems_version: 2.6.
|
|
134
|
+
rubygems_version: 2.6.13
|
|
135
135
|
signing_key:
|
|
136
136
|
specification_version: 4
|
|
137
137
|
summary: A simple way to produce messages to Kafka from Ruby applications
|