grumlin 0.9.0 → 0.10.0
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 +1 -1
- data/lib/grumlin/anonymous_step.rb +1 -1
- data/lib/grumlin/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: 360fd18e170020dfe02e879e9e20e29a958de425e20dd3217c70c1317ae87850
|
|
4
|
+
data.tar.gz: ec7c3b496802689d0bd5cd82b9eba303ec4b5f60deb993f0fe48bf446d69004a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79e60622d3c58154b13939880a394062f96fdade9eb5eafbe2ed13b040ad2d4749d134e4cc2ad5ba18c48872ed04d71d3ef833525e16765b774fb489cfb24f95
|
|
7
|
+
data.tar.gz: 4a00526ab10dd4c90a1c83f5fb94a572152b14bd5884be096605d6a1acf8b80c8143ab24a766b9ad25b5d2b93b78f848bce94784c13bd3b1afbdfa6567a24070
|
data/Gemfile.lock
CHANGED
|
@@ -7,7 +7,7 @@ module Grumlin
|
|
|
7
7
|
# TODO: add other steps
|
|
8
8
|
SUPPORTED_STEPS = %w[E V addE addV as by coalesce count dedup drop elementMap emit fold from group groupCount has
|
|
9
9
|
hasId hasLabel hasNot in inV label limit not order out outE path project property repeat select
|
|
10
|
-
to unfold valueMap values where].freeze
|
|
10
|
+
to unfold union valueMap values where].freeze
|
|
11
11
|
|
|
12
12
|
def initialize(name, *args, previous_step: nil)
|
|
13
13
|
@name = name
|
data/lib/grumlin/u.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
module Grumlin
|
|
4
4
|
module U
|
|
5
5
|
# TODO: add other start steps
|
|
6
|
-
SUPPORTED_START_STEPS = %w[V addV count has out unfold values].freeze
|
|
6
|
+
SUPPORTED_START_STEPS = %w[V addV count fold has out repeat unfold values].freeze
|
|
7
7
|
|
|
8
8
|
class << self
|
|
9
9
|
SUPPORTED_START_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.
|
|
4
|
+
version: 0.10.0
|
|
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-09-
|
|
11
|
+
date: 2021-09-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: async-pool
|