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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84b8309e3c8a506165815dab1cc0764d7955c3e0b8844b07f528a45b813fcba9
4
- data.tar.gz: 56de1d3fbd77227067cc039928f97b1fd68b04084ac1cbf54de3f3d09f462e3d
3
+ metadata.gz: cf5b96526316eeeee096d0ef20dbc52896998ede48ed1953455fb9e96e580530
4
+ data.tar.gz: 9aac55f64110dd0f868e6b0bd5e302da020e8931bbd2bd67c38c8c8661f22f81
5
5
  SHA512:
6
- metadata.gz: 6f13a113478ed7bb52a525427b384fe8bf55c494cfdf6af41e5cdf92f851ed4c899072e6e49a3a63c71ba9e6f6c1e148dcbea526523e4594ee797c253c62e446
7
- data.tar.gz: 7069f64ae5302311e3aeae2285e08ef616a167bda0e10d7074eb49dd49b84b3f0c42a6cc8a7ebba3c657d49f7698061cf33f57de5d17720ece7e8b63ece32ce3
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.19
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-complete data mapper with an intuitive syntax designed as a domain-specific language using Ruby 3.0.
239
- It gives the developer the expressive power of JSONPath, without the hassle of using strings.
240
- Its compiler is written on top of an immutable, primitive data structure utilizing Rubys
241
- refinements & pattern matching capabilities – making it blazingly fast
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: []