slyphon-zookeeper 0.2.8-java → 0.2.9-java
Sign up to get free protection for your applications and to get access to all the features.
- data/java/zookeeper_base.rb +1 -1
- data/slyphon-zookeeper.gemspec +2 -2
- metadata +7 -7
data/java/zookeeper_base.rb
CHANGED
data/slyphon-zookeeper.gemspec
CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "slyphon-zookeeper"
|
6
|
-
s.version = '0.2.
|
6
|
+
s.version = '0.2.9'
|
7
7
|
|
8
8
|
s.authors = ["Phillip Pearson", "Eric Maland", "Evan Weaver", "Brian Wickman", "Neil Conway", "Jonathan D. Simms"]
|
9
9
|
s.email = ["slyphon@gmail.com"]
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
23
23
|
if ENV['JAVA_GEM'] or defined?(::JRUBY_VERSION)
|
24
24
|
s.platform = 'java'
|
25
25
|
s.add_runtime_dependency('slyphon-log4j', '= 1.2.15')
|
26
|
-
s.add_runtime_dependency('slyphon-zookeeper_jar', '= 3.3.
|
26
|
+
s.add_runtime_dependency('slyphon-zookeeper_jar', '= 3.3.4')
|
27
27
|
s.require_paths += %w[java]
|
28
28
|
else
|
29
29
|
s.require_paths += %w[ext]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slyphon-zookeeper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 9
|
10
|
+
version: 0.2.9
|
11
11
|
platform: java
|
12
12
|
authors:
|
13
13
|
- Phillip Pearson
|
@@ -20,7 +20,7 @@ autorequire:
|
|
20
20
|
bindir: bin
|
21
21
|
cert_chain: []
|
22
22
|
|
23
|
-
date: 2012-
|
23
|
+
date: 2012-02-07 00:00:00 Z
|
24
24
|
dependencies:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: rspec
|
@@ -128,12 +128,12 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "="
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
hash:
|
131
|
+
hash: 3
|
132
132
|
segments:
|
133
133
|
- 3
|
134
134
|
- 3
|
135
|
-
-
|
136
|
-
version: 3.3.
|
135
|
+
- 4
|
136
|
+
version: 3.3.4
|
137
137
|
type: :runtime
|
138
138
|
version_requirements: *id007
|
139
139
|
description: twitter's zookeeper client
|