slyphon-zookeeper 0.2.9-java → 0.2.10-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
- def gemset_name
2
- ENV.fetch('GEM_HOME').split('@').last
3
- end
4
-
1
+ # def gemset_name
2
+ # ENV.fetch('GEM_HOME').split('@').last
3
+ # end
4
+ #
5
5
  namespace :mb do
6
6
  task :build_gems do
7
7
  sh "rvm 1.8.7 do gem build slyphon-zookeeper.gemspec"
@@ -10,6 +10,8 @@ namespace :mb do
10
10
  end
11
11
  end
12
12
 
13
+ gemset_name = 'zookeeper'
14
+
13
15
  %w[1.8.7 1.9.2 1.9.3 jruby].each do |rvm_ruby|
14
16
  ruby_with_gemset = "#{rvm_ruby}@#{gemset_name}"
15
17
 
Binary file
@@ -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.9'
6
+ s.version = '0.2.10'
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"]
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: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 9
10
- version: 0.2.9
9
+ - 10
10
+ version: 0.2.10
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-02-07 00:00:00 Z
23
+ date: 2012-02-08 00:00:00 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
@@ -159,7 +159,7 @@ files:
159
159
  - ext/dbg.h
160
160
  - ext/depend
161
161
  - ext/extconf.rb
162
- - ext/zkc-3.3.3.tar.gz
162
+ - ext/zkc-3.3.4.tar.gz
163
163
  - ext/zookeeper_base.rb
164
164
  - ext/zookeeper_c.c
165
165
  - ext/zookeeper_lib.c
data/ext/zkc-3.3.3.tar.gz DELETED
Binary file