rebat 0.1.2 → 0.1.3

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.
@@ -26,9 +26,9 @@ module Rebat
26
26
  RELATIONID = 6
27
27
 
28
28
  FIELDS = {
29
- FROMENTITYID => {:type => ::Thrift::Types::I64, :name => 'fromEntityId', :optional => true},
29
+ FROMENTITYID => {:type => ::Thrift::Types::STRING, :name => 'fromEntityId', :optional => true},
30
30
  FROMENTITYTYPE => {:type => ::Thrift::Types::STRING, :name => 'fromEntityType', :optional => true},
31
- TOENTITYID => {:type => ::Thrift::Types::I64, :name => 'toEntityId', :optional => true},
31
+ TOENTITYID => {:type => ::Thrift::Types::STRING, :name => 'toEntityId', :optional => true},
32
32
  TOENTITYTYPE => {:type => ::Thrift::Types::STRING, :name => 'toEntityType', :optional => true},
33
33
  WEIGHT => {:type => ::Thrift::Types::I64, :name => 'weight', :default => 0, :optional => true},
34
34
  RELATIONID => {:type => ::Thrift::Types::I64, :name => 'relationId', :optional => true}
@@ -1,3 +1,3 @@
1
1
  module Rebat
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rebat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-10-09 00:00:00.000000000 Z
13
+ date: 2012-10-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: thrift
17
- requirement: &70100124312720 !ruby/object:Gem::Requirement
17
+ requirement: &70110199004300 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: 0.8.0
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70100124312720
25
+ version_requirements: *70110199004300
26
26
  description: ! 'Rebat DB driver for ruby '
27
27
  email:
28
28
  - omar.mekky@mashsolvents.com