grumlin 0.12.4 → 0.12.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/lib/grumlin/anonymous_step.rb +2 -2
- data/lib/grumlin/tools/u.rb +2 -2
- data/lib/grumlin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fa9540000384bf515945dcb4ca15731e8b71d0d0d162bdde304c9c653e36de1
|
|
4
|
+
data.tar.gz: 7078ea9b27f96f6384b9b9918a0b49fe325075790b98b4367b153312670bd7be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b32ac2a9ac09843ec5aa0ac8da79e9712bb98002df20689ea53c19f23b9209a58bd2850c203c67b7ed40c8b18059fa589243d5330cd5052f9637428043d0949b
|
|
7
|
+
data.tar.gz: ffdda90d2a81d59f4c8baa8d9cc0413d5caa2dbc418bbce3c64958202a22089122889ab41e67962d6de6e1bc5afff7824361a3c6265cd79328e4912fcada92cc
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
grumlin (0.12.
|
|
4
|
+
grumlin (0.12.5)
|
|
5
5
|
async-pool (~> 0.3)
|
|
6
6
|
async-websocket (~> 0.19)
|
|
7
7
|
oj (~> 3.12)
|
|
@@ -30,7 +30,7 @@ GEM
|
|
|
30
30
|
protocol-http2 (~> 0.14.0)
|
|
31
31
|
async-io (1.32.2)
|
|
32
32
|
async
|
|
33
|
-
async-pool (0.3.
|
|
33
|
+
async-pool (0.3.9)
|
|
34
34
|
async (>= 1.25)
|
|
35
35
|
async-rspec (1.16.0)
|
|
36
36
|
rspec (~> 3.0)
|
|
@@ -44,7 +44,7 @@ GEM
|
|
|
44
44
|
benchmark (0.1.1)
|
|
45
45
|
childprocess (4.0.0)
|
|
46
46
|
concurrent-ruby (1.1.8)
|
|
47
|
-
console (1.
|
|
47
|
+
console (1.14.0)
|
|
48
48
|
fiber-local
|
|
49
49
|
diff-lcs (1.4.4)
|
|
50
50
|
docile (1.4.0)
|
|
@@ -64,7 +64,7 @@ GEM
|
|
|
64
64
|
nio4r (2.5.8)
|
|
65
65
|
nokogiri (1.11.7-x86_64-linux)
|
|
66
66
|
racc (~> 1.4)
|
|
67
|
-
oj (3.13.
|
|
67
|
+
oj (3.13.9)
|
|
68
68
|
overcommit (0.57.0)
|
|
69
69
|
childprocess (>= 0.6.3, < 5)
|
|
70
70
|
iniparse (~> 1.4)
|
|
@@ -5,8 +5,8 @@ module Grumlin
|
|
|
5
5
|
attr_reader :name, :args, :previous_step
|
|
6
6
|
|
|
7
7
|
# TODO: add other steps
|
|
8
|
-
SUPPORTED_STEPS = %i[E V addE addV as both bothE by coalesce count dedup drop elementMap emit fold from group
|
|
9
|
-
groupCount has hasId hasLabel hasNot id in inE inV is label limit not order out outE path
|
|
8
|
+
SUPPORTED_STEPS = %i[E V addE addV and as both bothE by coalesce count dedup drop elementMap emit fold from group
|
|
9
|
+
groupCount has hasId hasLabel hasNot id in inE inV is label limit not or order out outE path
|
|
10
10
|
project property range repeat select sideEffect skip tail to unfold union until valueMap
|
|
11
11
|
values where with].freeze
|
|
12
12
|
|
data/lib/grumlin/tools/u.rb
CHANGED
|
@@ -4,8 +4,8 @@ module Grumlin
|
|
|
4
4
|
module Tools
|
|
5
5
|
module U
|
|
6
6
|
# TODO: add other start steps
|
|
7
|
-
SUPPORTED_STEPS = %i[V addV count drop fold has id in inE inV label out outE outV project repeat
|
|
8
|
-
valueMap values].freeze
|
|
7
|
+
SUPPORTED_STEPS = %i[V addV count drop fold has hasLabel id in inE inV label out outE outV project repeat
|
|
8
|
+
timeLimit unfold valueMap values].freeze
|
|
9
9
|
|
|
10
10
|
class << self
|
|
11
11
|
SUPPORTED_STEPS.each do |step|
|
data/lib/grumlin/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grumlin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gleb Sinyavskiy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: async-pool
|