slyphon-zookeeper 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ require 'thread'
3
3
  require 'rubygems'
4
4
 
5
5
  gem 'slyphon-log4j', '= 1.2.15'
6
- gem 'slyphon-zookeeper_jar', '= 3.3.3'
6
+ gem 'slyphon-zookeeper_jar', '= 3.3.4'
7
7
 
8
8
  require 'log4j'
9
9
  require 'zookeeper_jar'
@@ -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.8'
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.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: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 8
10
- version: 0.2.8
9
+ - 9
10
+ version: 0.2.9
11
11
  platform: ruby
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-01-27 00:00:00 Z
23
+ date: 2012-02-07 00:00:00 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec