rule_based_validator 0.2.1 → 0.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b22d6f52ae248c1900639f938fbf2f60a00dc5f2e6fb669f1d72e13d9dbf62e0
4
- data.tar.gz: 0aef3758a26e3aa7812b30f9b3555017367ff3a688ac12ffbb67c45147530c87
3
+ metadata.gz: 75608d64d1784b6e164aec104b6b477b627579a67f91bd0ac20f82907502b7fc
4
+ data.tar.gz: 5559c08d7fc5b8582ba5d087b1336885f11a54625a97171a3c79b6b7af1bbb43
5
5
  SHA512:
6
- metadata.gz: ce734b371b7ec3dd092ba175307380dcc93a24c142189dc317f71a9cb15e5744adb25e42cd7b064ed83f90a6848f1684bf2bb4808f3164086e7d39b8239f7d4f
7
- data.tar.gz: 0f15a473f0783d4207bfa8e2e79f6ecea589f8f2194e3778836ad497da723b2546274d1e5893e28f99c8d96779df923896b35deba2c3db9cc0e8fe854a25031d
6
+ metadata.gz: d39e79041699f8b1e81069b3f2d79cade490d30b4df811fe6f929688017cca1047ed18cf323c824e48711da6e819fa9f9d1d9c8fafd068247eeb8ee5e4c19848
7
+ data.tar.gz: e8c843118d63bb272ef0ea2c96c3621b34345e7b8fde5ca34597f90e8e7db66940bc7dae309f0b75c2829ada0656f2ee882e26f872d97a410834867c9d2cf061
@@ -26,7 +26,7 @@ en:
26
26
  must_be_after_date: "The value %{value} of %{parameter} must be after %{after_date}."
27
27
  must_be_after_than_field: "The value %{value} of %{parameter} must be after than %{after_than_field} field."
28
28
  must_be_after_or_equal: "The value %{value} of %{parameter} must be after or equal to %{after_or_equal}."
29
- must_be_email: "The value %{value} of %{parameter} must be a valid email."
29
+ must_be_email: "The parameter %{parameter} must be a valid email."
30
30
  max_digits_exceeded: "The value %{value} of %{parameter} exceeds the maximum of %{max_digits} digits."
31
31
  min_digits_not_reached: "The value %{value} of %{parameter} does not reach the minimum of %{min_digits} digits."
32
32
  one_of: "The value %{value} of %{parameter} must be one of the following values: %{values}."
@@ -27,7 +27,7 @@ es:
27
27
  must_be_after_than_field: "El valor %{value} de %{parameter} debe ser después que la fecha del campo %{after_than_field}."
28
28
  must_be_after_or_equal: "El valor %{value} de %{parameter} debe ser después o igual que %{after_or_equal}."
29
29
  must_be_min: "El valor %{value} de %{parameter} debe ser mayor que %{min}."
30
- must_be_email: "El valor %{value} de %{parameter} debe ser un email válido."
30
+ must_be_email: "El parametro %{parameter} debe ser un email válido."
31
31
  max_digits_exceeded: "El valor %{value} de %{parameter} excede el máximo de %{max_digits} dígitos."
32
32
  min_digits_not_reached: "El valor %{value} de %{parameter} no alcanza el mínimo de %{min_digits} dígitos."
33
33
  one_of: "El valor %{value} de %{parameter} debe ser uno de los siguientes valores: %{values}."
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RuleBasedValidator
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rule_based_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felipe Prambs