remap 2.2.19 → 2.2.20

Sign up to get free protection for your applications and to get access to all the features.
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: 1f4a3c115e4908e0ff3f61919d6dbd293180d5eb2b4138b7a21d8d93442e1f85
4
+ data.tar.gz: bb57a8248e037060c4ef9d95f3966b33efe9afdbf0bdef580433d66dd13a0c60
5
5
  SHA512:
6
- metadata.gz: 6f13a113478ed7bb52a525427b384fe8bf55c494cfdf6af41e5cdf92f851ed4c899072e6e49a3a63c71ba9e6f6c1e148dcbea526523e4594ee797c253c62e446
7
- data.tar.gz: 7069f64ae5302311e3aeae2285e08ef616a167bda0e10d7074eb49dd49b84b3f0c42a6cc8a7ebba3c657d49f7698061cf33f57de5d17720ece7e8b63ece32ce3
6
+ metadata.gz: 868d60bfae312bb2169e32bb06a05904d940372c764f780dd7c97931d80560345d700397ee988b6edff12459ac8b6ec12b8288dde742fd11a4e099b751058077
7
+ data.tar.gz: 137a6a91495635e064a3d00cfa25ad5a0ee9be952d8b2497b2253a99ba6c534124a49029184b15988ac3e749084530a6385ee589dfb8985929f55e7412271b73
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.20
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: []