grumlin 0.12.1 → 0.12.2
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/.github/workflows/main.yml +1 -1
- data/Gemfile.lock +1 -1
- data/lib/grumlin/anonymous_step.rb +2 -1
- data/lib/grumlin/tools/u.rb +1 -1
- 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: 6680811a534db293d53fb8a190e11334e556866007cea69755e5c4be939849e2
|
|
4
|
+
data.tar.gz: 8e2aaf55bb9355e0440a02f5da6d079a2d5c6dda58a202b63d4d915eff0cebaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 989ec9a52a001458862ba4ecec9f2c5cee791e4a9b285115088db535696bd65ec2be1f60814a16383e8072d1ce2dad8678bc744340d0ee59a76a8e54db5ad99b
|
|
7
|
+
data.tar.gz: 4bf8b71a4bec8a741f0f700408dcf00e49b7b393b34f2fca432a6682a742990195cb7fb9490d6d4dc6cfd07cc63e278a06f365a7113f540ad6fdf48f463629aa
|
data/.github/workflows/main.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -7,7 +7,8 @@ module Grumlin
|
|
|
7
7
|
# TODO: add other steps
|
|
8
8
|
SUPPORTED_STEPS = %i[E V addE addV as both by coalesce count dedup drop elementMap emit fold from group groupCount
|
|
9
9
|
has hasId hasLabel hasNot id in inE inV label limit not order out outE path project property
|
|
10
|
-
range repeat select skip tail to unfold union until valueMap values where
|
|
10
|
+
range repeat select sideEffect skip tail to unfold union until valueMap values where
|
|
11
|
+
with].freeze
|
|
11
12
|
|
|
12
13
|
def initialize(name, *args, previous_step: nil)
|
|
13
14
|
@name = name
|
data/lib/grumlin/tools/u.rb
CHANGED
|
@@ -4,7 +4,7 @@ module Grumlin
|
|
|
4
4
|
module Tools
|
|
5
5
|
module U
|
|
6
6
|
# TODO: add other start steps
|
|
7
|
-
SUPPORTED_STEPS = %i[V addV count fold has id inE inV label out outV project repeat timeLimit unfold valueMap
|
|
7
|
+
SUPPORTED_STEPS = %i[V addV count drop fold has id inE inV label out outV project repeat timeLimit unfold valueMap
|
|
8
8
|
values].freeze
|
|
9
9
|
|
|
10
10
|
class << self
|
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.2
|
|
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-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: async-pool
|