slyphon-zookeeper_jar 3.3.4-java

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,4 @@
1
+ *.gem
2
+ .bundle
3
+ Gemfile.lock
4
+ pkg/*
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "http://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in zookeeper_jar.gemspec
4
+ gemspec
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require 'bundler'
2
+ Bundler::GemHelper.install_tasks
Binary file
@@ -0,0 +1,6 @@
1
+ module ZookeeperJar
2
+ end
3
+
4
+ require 'zookeeper_jar/version'
5
+ require File.expand_path("../zookeeper-#{ZookeeperJar::VERSION}.jar", __FILE__)
6
+
@@ -0,0 +1,3 @@
1
+ module ZookeeperJar
2
+ VERSION = "3.3.4"
3
+ end
@@ -0,0 +1,19 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "zookeeper_jar/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "slyphon-zookeeper_jar"
7
+ s.version = ZookeeperJar::VERSION
8
+ s.platform = 'java'
9
+ s.authors = ["Jonathan D. Simms"]
10
+ s.email = ["slyphon@gmail.com"]
11
+ s.homepage = "https://github.com/slyphon/zookeeper_jar"
12
+ s.summary = %q{the zookeeper jar file wrapped in a gem}
13
+ s.description = s.summary
14
+
15
+ s.files = `git ls-files`.split("\n")
16
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
+ s.require_paths = ["lib"]
19
+ end
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: slyphon-zookeeper_jar
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.3.4
5
+ prerelease:
6
+ platform: java
7
+ authors:
8
+ - Jonathan D. Simms
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-02-07 00:00:00.000000000Z
13
+ dependencies: []
14
+ description: the zookeeper jar file wrapped in a gem
15
+ email:
16
+ - slyphon@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - .gitignore
22
+ - Gemfile
23
+ - Rakefile
24
+ - lib/zookeeper-3.3.4.jar
25
+ - lib/zookeeper_jar.rb
26
+ - lib/zookeeper_jar/version.rb
27
+ - zookeeper_jar.gemspec
28
+ homepage: https://github.com/slyphon/zookeeper_jar
29
+ licenses: []
30
+ post_install_message:
31
+ rdoc_options: []
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ none: false
36
+ requirements:
37
+ - - ! '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ requirements: []
47
+ rubyforge_project:
48
+ rubygems_version: 1.8.10
49
+ signing_key:
50
+ specification_version: 3
51
+ summary: the zookeeper jar file wrapped in a gem
52
+ test_files: []
53
+ has_rdoc: