zookeeper 1.2.5-java → 1.2.6-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/ext/extconf.rb CHANGED
@@ -42,11 +42,6 @@ $LDFLAGS = "#{$libraries} #{$LDFLAGS}"
42
42
  $LIBPATH = ["#{HERE}/lib"]
43
43
  $DEFLIBPATH = []
44
44
 
45
- # fix for rbenv?
46
- if $LIBRUBYARG == ''
47
- $LIBRUBYARG = RbConfig::CONFIG['LIBRUBYARG']
48
- end
49
-
50
45
  def safe_sh(cmd)
51
46
  puts cmd
52
47
  system(cmd)
@@ -1,4 +1,4 @@
1
1
  module Zookeeper
2
- VERSION = '1.2.5'
2
+ VERSION = '1.2.6'
3
3
  DRIVER_VERSION = '3.3.5'
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zookeeper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 5
10
- version: 1.2.5
9
+ - 6
10
+ version: 1.2.6
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-06-03 00:00:00 Z
23
+ date: 2012-06-04 00:00:00 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: backports