orient_db_client 0.0.4 → 0.0.5
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/README.md +1 -1
- data/lib/orient_db_client/protocol_factory.rb +2 -1
- data/lib/orient_db_client/version.rb +1 -1
- metadata +5 -5
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
|
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
|
+
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-
|
|
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:
|
|
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:
|
|
152
|
+
hash: 4505173243421302523
|
|
153
153
|
requirements: []
|
|
154
154
|
rubyforge_project: orient_db_client
|
|
155
|
-
rubygems_version: 1.8.
|
|
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
|