remap 2.2.16 → 2.2.20

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/remap/failure.rb +1 -1
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cac1ea0a2f0b01bdedd5904b2a2ff5df9b87b7283ec7e89684b6559a4f401d3c
4
- data.tar.gz: d1810c41b13eea7e2089d45bac575e64bc9dab6dd083a4536ada9cb018867a8f
3
+ metadata.gz: 1f4a3c115e4908e0ff3f61919d6dbd293180d5eb2b4138b7a21d8d93442e1f85
4
+ data.tar.gz: bb57a8248e037060c4ef9d95f3966b33efe9afdbf0bdef580433d66dd13a0c60
5
5
  SHA512:
6
- metadata.gz: 6ec9c572d71a1cd1f1951bc9ca79a85bfa6728cef7b0d3a9cf363dbf4f90f94e0f6d5c51b87d48e098c7de99027c8d8e5bb8d1904f9970050822f5b9bec51b65
7
- data.tar.gz: f018721eb96f3b25ea99af886be748532c9c4fd472230b992a17d4682abd5d5b8d98503c716bd5bb12315bc2be5f08432640627519ad16d7c4c5ca811f396f1a
6
+ metadata.gz: 868d60bfae312bb2169e32bb06a05904d940372c764f780dd7c97931d80560345d700397ee988b6edff12459ac8b6ec12b8288dde742fd11a4e099b751058077
7
+ data.tar.gz: 137a6a91495635e064a3d00cfa25ad5a0ee9be952d8b2497b2253a99ba6c534124a49029184b15988ac3e749084530a6385ee589dfb8985929f55e7412271b73
data/lib/remap/failure.rb CHANGED
@@ -7,7 +7,7 @@ module Remap
7
7
  attribute :failures, [Notice], min_size: 1
8
8
  attribute? :notices, [Notice], default: EMPTY_ARRAY
9
9
 
10
- # Merges two failures
10
+ # Merges two failures and returns a new failure
11
11
  #
12
12
  # @param other [Failure]
13
13
  #
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.16
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: []