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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 308c2cbddd465d7c79555e519b7a9af6c2fb8f0a
4
- data.tar.gz: 811346f26a03c3a18d68d8b8cf870fd5d032aca8
3
+ metadata.gz: b24a3354cd2b1dde7ee5466c2138bd096a47c35b
4
+ data.tar.gz: 9a8256eb43e1720a3906845c7bcff0c09b031735
5
5
  SHA512:
6
- metadata.gz: d1a0595fec310bcbb61116ccda3110298b7567c437f49856c428bdfc15c52bd25f03a70f0f9541b296ead55a1a8cdfd7fe09d11e691dc3e61ff841540f6ed959
7
- data.tar.gz: 7b89cc9bf3fb18f963d016e76bcfe77ba1065c6ce5bebc41d79cbfd8b1538b0f66968021da2f8ef9c91a3f6044609c0b4020ee892a20cf4bc16129c85d32c5ec
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.0.0 breaks compatibility with rexster-server <2.4!**
11
+ **NOTE: Version 1.x breaks compatibility with rexster-server-2.3 and below!**
12
12
 
13
- Use gem versions <1.0.0 for older versions of rexster, or follow the protocol-0
14
- branch, which may still recieve critical updates.
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
 
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Rexpro
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rexpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lann Martin