remap 2.2.19 → 2.2.23
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
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf5b96526316eeeee096d0ef20dbc52896998ede48ed1953455fb9e96e580530
|
4
|
+
data.tar.gz: 9aac55f64110dd0f868e6b0bd5e302da020e8931bbd2bd67c38c8c8661f22f81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d55af2f245a4108a74364a6a53deef71ca70d49833fe607caff192c2f85f27d084096fb6add2bde941c328133fb43d0709a1b5bd562d6b95b43d0945d92711d
|
7
|
+
data.tar.gz: 8f0585fe5b62230628d88d44fb5dc5eb179a00ea6f3e3faaa17410c8ae7fe16dbb670cd322619a1733c9231a66bc75e4977a9e398226ee307d3e437ec117db1b
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: remap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Linus Oleander
|
@@ -235,10 +235,11 @@ dependencies:
|
|
235
235
|
- !ruby/object:Gem::Version
|
236
236
|
version: '0'
|
237
237
|
description: |
|
238
|
-
Re:map; an expressive and feature-
|
239
|
-
It gives the developer the expressive power of JSONPath, without the hassle of
|
240
|
-
Its compiler is written on top of an immutable, primitive data
|
241
|
-
refinements & pattern matching capabilities – making
|
238
|
+
Re:map; an expressive and feature-rich data transformation mapper for Ruby 3.
|
239
|
+
It gives the developer the expressive power of JSONPath, without the hassle of
|
240
|
+
using strings. Its compiler is written on top of an immutable, primitive data
|
241
|
+
structure utilizing ruby's refinements & pattern matching capabilities – making
|
242
|
+
it blazingly fast
|
242
243
|
email:
|
243
244
|
- oleander@users.noreply.github.com
|
244
245
|
executables: []
|