slyphon-zookeeper_jar 3.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -0,0 +1,2 @@
1
+ require 'bundler'
2
+ Bundler::GemHelper.install_tasks
Binary file
@@ -0,0 +1,5 @@
1
+ module ZookeeperJar
2
+ end
3
+
4
+ require File.expand_path('zookeeper-3.3.1.jar', File.dirname(__FILE__))
5
+ require 'zookeeper_jar/version'
@@ -0,0 +1,3 @@
1
+ module ZookeeperJar
2
+ VERSION = "3.3.1"
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 = Gem::Platform::RUBY
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,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: slyphon-zookeeper_jar
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 3
7
+ - 3
8
+ - 1
9
+ version: 3.3.1
10
+ platform: ruby
11
+ authors:
12
+ - Jonathan D. Simms
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2011-02-02 00:00:00 +00:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description: the zookeeper jar file wrapped in a gem
22
+ email:
23
+ - slyphon@gmail.com
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - .gitignore
32
+ - Gemfile
33
+ - Rakefile
34
+ - lib/zookeeper-3.3.1.jar
35
+ - lib/zookeeper_jar.rb
36
+ - lib/zookeeper_jar/version.rb
37
+ - zookeeper_jar.gemspec
38
+ has_rdoc: true
39
+ homepage: https://github.com/slyphon/zookeeper_jar
40
+ licenses: []
41
+
42
+ post_install_message:
43
+ rdoc_options: []
44
+
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ segments:
52
+ - 0
53
+ version: "0"
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ segments:
59
+ - 0
60
+ version: "0"
61
+ requirements: []
62
+
63
+ rubyforge_project:
64
+ rubygems_version: 1.3.6
65
+ signing_key:
66
+ specification_version: 3
67
+ summary: the zookeeper jar file wrapped in a gem
68
+ test_files: []
69
+