hyperdex 1.4.5.1.gc197953 → 1.4.5.2.g33c29ba

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.
@@ -3,7 +3,7 @@ require 'ffi/enum_generator'
3
3
 
4
4
  module HyperDex::FFI::Admin
5
5
  extend ::FFI::Library
6
- ffi_lib 'hyperdex-admin.so.0'
6
+ ffi_lib ['hyperdex-admin.so.0', 'hyperdex-admin.0']
7
7
 
8
8
  generate_enum :hyperdex_admin_returncode do |eg|
9
9
  eg.include "hyperdex/admin.h"
@@ -3,7 +3,7 @@ require 'ffi/enum_generator'
3
3
 
4
4
  module HyperDex::FFI::Client
5
5
  extend ::FFI::Library
6
- ffi_lib 'hyperdex-client.so.0'
6
+ ffi_lib ['hyperdex-client.so.0', 'hyperdex-client.0']
7
7
 
8
8
  generate_enum :hyperdex_client_returncode do |eg|
9
9
  eg.include "hyperdex/client.h"
@@ -3,7 +3,7 @@ require 'ffi/enum_generator'
3
3
 
4
4
  module HyperDex::FFI::DS
5
5
  extend ::FFI::Library
6
- ffi_lib 'hyperdex-client.so.0'
6
+ ffi_lib ['hyperdex-client.so.0', 'hyperdex-client.0']
7
7
 
8
8
  generate_enum :hyperdatatype do |eg|
9
9
  eg.include "hyperdex.h"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyperdex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.5.1.gc197953
4
+ version: 1.4.5.2.g33c29ba
5
5
  prerelease: 8
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-28 00:00:00.000000000 Z
12
+ date: 2014-11-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ffi-enum-generator
@@ -264,7 +264,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
264
264
  version: '0'
265
265
  segments:
266
266
  - 0
267
- hash: 1127584900343292431
267
+ hash: 2772505378615553777
268
268
  required_rubygems_version: !ruby/object:Gem::Requirement
269
269
  none: false
270
270
  requirements: