rexpro 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/rexpro/message.rb +1 -1
- data/lib/rexpro/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b24a3354cd2b1dde7ee5466c2138bd096a47c35b
|
4
|
+
data.tar.gz: 9a8256eb43e1720a3906845c7bcff0c09b031735
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed52b09119f23aa8d8bf84b45576ca27227bc3d8c10baf1b369bfa445d9e117b069673682a3c9831755b167f3ff8d89f398e8f574767f63f8f30eb9ffb6c9ebd
|
7
|
+
data.tar.gz: 8970a0d82370c25d04ae307435fc0643baf714103dc378a1fcf8e997c059731c9bdaac12ee8de3c2474e41db5f02b9b23d6c3951305955a25a32ca458c5d9c5a
|
data/README.md
CHANGED
@@ -8,10 +8,10 @@ https://github.com/tinkerpop/rexster/wiki/RexPro
|
|
8
8
|
|
9
9
|
## Installation
|
10
10
|
|
11
|
-
**NOTE: Version 1.
|
11
|
+
**NOTE: Version 1.x breaks compatibility with rexster-server-2.3 and below!**
|
12
12
|
|
13
|
-
Use gem versions
|
14
|
-
branch
|
13
|
+
Use 0.x gem versions for older versions of rexster, or follow the protocol-0
|
14
|
+
branch which may still recieve critical updates.
|
15
15
|
|
16
16
|
Add this line to your application's Gemfile:
|
17
17
|
|
data/lib/rexpro/message.rb
CHANGED
@@ -171,7 +171,7 @@ module Rexpro
|
|
171
171
|
self.type = TYPE_SCRIPT_REQUEST
|
172
172
|
define_fields language_name: :to_s, script: :to_s, bindings: :to_hash
|
173
173
|
define_meta_fields :in_session, :isolate, :transaction,
|
174
|
-
:graph_name, :graph_obj_name
|
174
|
+
:graph_name, :graph_obj_name, :console
|
175
175
|
|
176
176
|
def initialize(*_)
|
177
177
|
super
|
data/lib/rexpro/version.rb
CHANGED