orient_db_client 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -17,7 +17,7 @@ I've tested this against OrientDB-1.0rc9 which is the current official release a
17
17
  Supported Ruby Versions
18
18
  ---------------------------
19
19
 
20
- This gem has only been tested on 1.9.3. It *should* run on any 1.9 install, and will definitely NOT run on 1.8 due to the use of Encoding. Compatibility with 1.8 is planned, but not scheduled for any particular milestone yet.
20
+ This gem has only been tested on 1.9.2 and 1.9.3. It *should* run on any 1.9 install, and will definitely NOT run on 1.8 due to the use of Encoding. Compatibility with 1.8 is planned, but not scheduled for any particular milestone yet.
21
21
 
22
22
 
23
23
  Basic Usage
@@ -12,7 +12,8 @@ module OrientDbClient
12
12
  '7' => Protocols::Protocol7,
13
13
  '9' => Protocols::Protocol9,
14
14
  '10' => Protocols::Protocol9,
15
- '11' => Protocols::Protocol9
15
+ '11' => Protocols::Protocol9,
16
+ '12' => Protocols::Protocol9
16
17
  }
17
18
 
18
19
  def self.get_protocol(version)
@@ -1,3 +1,3 @@
1
1
  module OrientDbClient
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orient_db_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
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: 2012-05-10 00:00:00.000000000 Z
12
+ date: 2012-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bindata
@@ -140,7 +140,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  segments:
142
142
  - 0
143
- hash: 4049052301386901195
143
+ hash: 4505173243421302523
144
144
  required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  none: false
146
146
  requirements:
@@ -149,10 +149,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  segments:
151
151
  - 0
152
- hash: 4049052301386901195
152
+ hash: 4505173243421302523
153
153
  requirements: []
154
154
  rubyforge_project: orient_db_client
155
- rubygems_version: 1.8.21
155
+ rubygems_version: 1.8.24
156
156
  signing_key:
157
157
  specification_version: 3
158
158
  summary: Network Binary Protocol client for OrientDB Server