grumlin 0.12.2 → 0.12.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6680811a534db293d53fb8a190e11334e556866007cea69755e5c4be939849e2
4
- data.tar.gz: 8e2aaf55bb9355e0440a02f5da6d079a2d5c6dda58a202b63d4d915eff0cebaf
3
+ metadata.gz: 00ef8073cd7041cc5387001f87b0df929061a08d04cd574557cdcad46e6691ea
4
+ data.tar.gz: e9a4489348809e9d4c04732c5e0b25e0596c24d6bda0a47bb1d702c2aa91ba9d
5
5
  SHA512:
6
- metadata.gz: 989ec9a52a001458862ba4ecec9f2c5cee791e4a9b285115088db535696bd65ec2be1f60814a16383e8072d1ce2dad8678bc744340d0ee59a76a8e54db5ad99b
7
- data.tar.gz: 4bf8b71a4bec8a741f0f700408dcf00e49b7b393b34f2fca432a6682a742990195cb7fb9490d6d4dc6cfd07cc63e278a06f365a7113f540ad6fdf48f463629aa
6
+ metadata.gz: 88f52ea660162bc3fde8694ab100da0f334272017199b16b5221bbe90a35901afec72e870338e7541e402f5af0f2b9a8db7c6e867aacd78fa6af9c57bdef04e2
7
+ data.tar.gz: a72ffa18448d460e48ce320c7952f42a3c7f774dc17624650f8094b2107cba1bdb8b129f783f0de6c89ea02e17700796842f6fc3d0cb10db9c86c93161ccb387
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- grumlin (0.12.2)
4
+ grumlin (0.12.3)
5
5
  async-pool (~> 0.3)
6
6
  async-websocket (~> 0.19)
7
7
  oj (~> 3.12)
@@ -4,7 +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 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 outE outV project repeat timeLimit unfold
8
+ valueMap
8
9
  values].freeze
9
10
 
10
11
  class << self
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Grumlin
4
- VERSION = "0.12.2"
4
+ VERSION = "0.12.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grumlin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Sinyavskiy