kafka-jars 0.7.2.2-java → 0.8.0.beta1-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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0e16f8c7f3262efc23430ec8474819e017f2fcc7
4
+ data.tar.gz: f50cec260d8507c700cfd1455db86dcb2f8dc725
5
+ SHA512:
6
+ metadata.gz: e3af8cc803cabf146fd70112703a44fca62f87edad8ba517f901377970ffcb10a9e9f7eaf4c9f3dcb7a4d77b6301ed464ac875e4e57c4be610b2ab9b52c125c9
7
+ data.tar.gz: 235fc1abaa6f8bfcb82c849d6ce8b5b860f59cf3e0411d7c1262b012390362059d06928deee00308dd422e62a579124d07c35056ad64510457248752bcf7aa20
data/lib/kafka-jars.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  require 'java'
4
- require 'scala-library-jars'
5
4
 
6
- Dir["#{File.expand_path('..', __FILE__)}/*.jar"].each { |jar| require(jar) }
5
+ Dir[File.join(File.expand_path('..', __FILE__), '*.jar')].each { |jar| require(jar) }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,70 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kafka-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2.2
5
- prerelease:
4
+ version: 0.8.0.beta1
6
5
  platform: java
7
6
  authors:
8
7
  - Mathias Söderberg
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-10-19 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: scala-library-jars
16
- version_requirements: !ruby/object:Gem::Requirement
17
- requirements:
18
- - - ~>
19
- - !ruby/object:Gem::Version
20
- version: 2.8.2
21
- none: false
22
- requirement: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ~>
25
- - !ruby/object:Gem::Version
26
- version: 2.8.2
27
- none: false
28
- prerelease: false
29
- type: :runtime
30
- description: JARs from Apache Kafka
11
+ date: 2013-07-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Kafka JARs, compiled using Scala 2.9.2
31
14
  email:
32
- - mathias.soederberg@gmail.com
15
+ - mths@sdrbrg.se
33
16
  executables: []
34
17
  extensions: []
35
18
  extra_rdoc_files: []
36
19
  files:
37
- - lib/kafka-0.7.2.jar
38
20
  - lib/kafka-jars.rb
39
- - lib/zookeeper-3.3.4.jar
21
+ - lib/jopt-simple-3.2.jar
22
+ - lib/kafka_2.9.2-0.8.0-beta1.jar
40
23
  - lib/log4j-1.2.15.jar
24
+ - lib/metrics-annotation-2.2.0.jar
25
+ - lib/metrics-core-2.2.0.jar
26
+ - lib/scala-compiler.jar
27
+ - lib/scala-library.jar
28
+ - lib/slf4j-api-1.7.2.jar
29
+ - lib/slf4j-simple-1.6.4.jar
41
30
  - lib/snappy-java-1.0.4.1.jar
42
- - lib/zkclient-0.1.jar
43
- - lib/jopt-simple-3.2.jar
44
- homepage: http://incubator.apache.org/kafka/
45
- licenses: []
31
+ - lib/zkclient-0.3.jar
32
+ - lib/zookeeper-3.3.4.jar
33
+ homepage: https://kafka.apache.org/
34
+ licenses:
35
+ - Apache
36
+ metadata: {}
46
37
  post_install_message:
47
38
  rdoc_options: []
48
39
  require_paths:
49
40
  - lib
50
41
  required_ruby_version: !ruby/object:Gem::Requirement
51
42
  requirements:
52
- - - ! '>='
43
+ - - '>='
53
44
  - !ruby/object:Gem::Version
54
45
  version: '0'
55
- none: false
56
46
  required_rubygems_version: !ruby/object:Gem::Requirement
57
47
  requirements:
58
- - - ! '>='
48
+ - - '>'
59
49
  - !ruby/object:Gem::Version
60
- version: '0'
61
- none: false
50
+ version: 1.3.1
62
51
  requirements: []
63
52
  rubyforge_project: kafka-jars
64
- rubygems_version: 1.8.24
53
+ rubygems_version: 2.0.3
65
54
  signing_key:
66
- specification_version: 3
67
- summary: Apache Kafka JARs
55
+ specification_version: 4
56
+ summary: JARs compiled from the official 0.8.0-beta1 source release
68
57
  test_files: []
69
- has_rdoc:
70
- ...
data/lib/kafka-0.7.2.jar DELETED
Binary file
data/lib/zkclient-0.1.jar DELETED
Binary file