rdkafka 0.4.2 → 0.8.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdkafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thijs Cadier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-12 00:00:00.000000000 Z
11
+ date: 2020-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -42,14 +42,14 @@ dependencies:
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '12.3'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '12.3'
55
55
  - !ruby/object:Gem::Dependency
@@ -131,10 +131,12 @@ files:
131
131
  - lib/rdkafka/bindings.rb
132
132
  - lib/rdkafka/config.rb
133
133
  - lib/rdkafka/consumer.rb
134
+ - lib/rdkafka/consumer/headers.rb
134
135
  - lib/rdkafka/consumer/message.rb
135
136
  - lib/rdkafka/consumer/partition.rb
136
137
  - lib/rdkafka/consumer/topic_partition_list.rb
137
138
  - lib/rdkafka/error.rb
139
+ - lib/rdkafka/metadata.rb
138
140
  - lib/rdkafka/producer.rb
139
141
  - lib/rdkafka/producer/delivery_handle.rb
140
142
  - lib/rdkafka/producer/delivery_report.rb
@@ -163,19 +165,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
165
  requirements:
164
166
  - - ">="
165
167
  - !ruby/object:Gem::Version
166
- version: '2.1'
168
+ version: '2.4'
167
169
  required_rubygems_version: !ruby/object:Gem::Requirement
168
170
  requirements:
169
171
  - - ">="
170
172
  - !ruby/object:Gem::Version
171
173
  version: '0'
172
174
  requirements: []
173
- rubyforge_project:
174
- rubygems_version: 2.7.6
175
+ rubygems_version: 3.1.2
175
176
  signing_key:
176
177
  specification_version: 4
177
- summary: Kafka client library wrapping librdkafka using the ffi gem and futures from
178
- concurrent-ruby for Kafka 0.10+
178
+ summary: The rdkafka gem is a modern Kafka client library for Ruby based on librdkafka.
179
+ It wraps the production-ready C client using the ffi gem and targets Kafka 1.0+
180
+ and Ruby 2.4+.
179
181
  test_files:
180
182
  - spec/rdkafka/bindings_spec.rb
181
183
  - spec/rdkafka/config_spec.rb