remap 2.2.18 → 2.2.22

Sign up to get free protection for your applications and to get access to all the features.
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: 80e79a3eb868fb4f3d35129c3d6d3edaf7553542203d53b108e8669da699f715
4
- data.tar.gz: 759e1f6324894fb7a2924c2a60630f02d4a6afe7d4b0c73dccb511f0cd8d14cc
3
+ metadata.gz: f224a252bb3719ea42c83587d2c717f35eb366c72c6860ab62deab36a2c2c1e3
4
+ data.tar.gz: 4cac3df99ac947b5b4d728df7e7c194171d9795b1048fad8305008af7a49f5d0
5
5
  SHA512:
6
- metadata.gz: 996fdde5d6c50f95c650b430ca40b338ae864ab32f14be451d8b9b6399b9bfef8925b037f794d42fbefaaa5d16fa42613fd7182e1192ee2fe683deb0d0cd1726
7
- data.tar.gz: 62943812f871fc067cbcd147873a57355a2050daa1e976d3145b454c8725fbd43e1ac36d5c4896f5a3004e6dbb9ce94ea016e42a8549ff4808ca76680d30be9c
6
+ metadata.gz: f79739758c771e2cbe2af6ed3cecc6cefee4a3b0b32b6c78f02bd18c001f241015a1590b14ec8124d8fca1f9e4d7ad2115e60c2e261427c95eb31c1685b0535b
7
+ data.tar.gz: f0725209558207e2be00cf5400f067aadc493d739f1458f2f5bd659e02713c604cf1d4acb9b96a674b97a15f00c2e664c6c2de2ab3fbc5cc90939fda7036699b
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.18
4
+ version: 2.2.22
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: []