kafka-jars 0.7.2.1-java → 0.7.2.2-java

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/lib/zookeeper-3.3.4.jar +0 -0
  2. metadata +3 -1
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kafka-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2.1
4
+ version: 0.7.2.2
5
5
  prerelease:
6
6
  platform: java
7
7
  authors:
@@ -36,6 +36,7 @@ extra_rdoc_files: []
36
36
  files:
37
37
  - lib/kafka-0.7.2.jar
38
38
  - lib/kafka-jars.rb
39
+ - lib/zookeeper-3.3.4.jar
39
40
  - lib/log4j-1.2.15.jar
40
41
  - lib/snappy-java-1.0.4.1.jar
41
42
  - lib/zkclient-0.1.jar
@@ -65,4 +66,5 @@ signing_key:
65
66
  specification_version: 3
66
67
  summary: Apache Kafka JARs
67
68
  test_files: []
69
+ has_rdoc:
68
70
  ...