kafka-graphite-clients-jars 0.4.1-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 43e8a61475db5cd79efc28da0cdc6104ec8ea9ea
4
+ data.tar.gz: 870818c364758e586225b10d1f400e1ad7542f85
5
+ SHA512:
6
+ metadata.gz: a947f45e5b48c1430e8e3482d9a9d1179174c957cf4cfe6568b7a19436a72bb603c355faecd7920e527602273c61c1e666f6d9c34d15270e8a188226554a8ce8
7
+ data.tar.gz: dc95e0176478f1acf2d970e3a15888119ebec6dc56158017fa8712ada12263e63dd7130bb7bef0c6581b8e0278cd5c403ec7fd4b82b5c9c5f314a8a397257ed8
@@ -0,0 +1,13 @@
1
+ Kafka Graphite Metrics Reporter JARs
2
+ ===========
3
+
4
+ This is the Kafka Graphite Metrics Reporter JAR wrapped in a RubyGem. See the original at
5
+ https://github.com/apakulov/kafka-graphite
6
+
7
+ Usage
8
+ -----
9
+ See Kafka Graphite Metrics Reporter's documentation.
10
+
11
+ License
12
+ -------
13
+ Per the real implementation, Apache License v2.0.
@@ -0,0 +1,16 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+
4
+ Gem::Specification.new do |gem|
5
+ gem.name = "kafka-graphite-clients-jars"
6
+ gem.version = "0.4.1"
7
+ gem.platform = "java"
8
+ gem.homepage = "https://github.com/apakulov/kafka-graphite"
9
+ gem.authors = ["David Dahl"]
10
+ gem.email = ["david@burtcorp.com"]
11
+ gem.summary = "Graphite integration for Kafka JARs."
12
+ gem.description = %q{This is the Kafka Graphite Metrics Reporter JAR wrapped in a RubyGem.}
13
+
14
+ gem.files = `git ls-files`.split("\n")
15
+ gem.require_paths = ["lib"]
16
+ end
@@ -0,0 +1,3 @@
1
+ require "java"
2
+
3
+ Dir["#{File.expand_path('..', __FILE__)}/kafka-graphite-clients-*.jar"].each { |jar| require(jar) }
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kafka-graphite-clients-jars
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.1
5
+ platform: java
6
+ authors:
7
+ - David Dahl
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-09-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This is the Kafka Graphite Metrics Reporter JAR wrapped in a RubyGem.
14
+ email:
15
+ - david@burtcorp.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - kafka-graphite-clients-jars.gemspec
22
+ - lib/kafka-graphite-clients-0.4.1.jar
23
+ - lib/kafka-graphite-clients-jars.rb
24
+ homepage: https://github.com/apakulov/kafka-graphite
25
+ licenses: []
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.2.2
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Graphite integration for Kafka JARs.
47
+ test_files: []
48
+ has_rdoc: