kafka-rb 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. data/Rakefile +2 -2
  2. metadata +2 -1
data/Rakefile CHANGED
@@ -21,10 +21,10 @@ require 'rspec/core/rake_task'
21
21
 
22
22
  spec = Gem::Specification.new do |s|
23
23
  s.name = %q{kafka-rb}
24
- s.version = "0.0.9"
24
+ s.version = "0.0.10"
25
25
 
26
26
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
27
- s.authors = ["Alejandro Crosa", "Stefan Mees", "Tim Lossen"]
27
+ s.authors = ["Alejandro Crosa", "Stefan Mees", "Tim Lossen", "Liam Stewart"]
28
28
  s.autorequire = %q{kafka-rb}
29
29
  s.date = Time.now.strftime("%Y-%m-%d")
30
30
  s.description = %q{kafka-rb allows you to produce and consume messages using the Kafka distributed publish/subscribe messaging service.}
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kafka-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alejandro Crosa
9
9
  - Stefan Mees
10
10
  - Tim Lossen
11
+ - Liam Stewart
11
12
  autorequire: kafka-rb
12
13
  bindir: bin
13
14
  cert_chain: []