swiss_bank_validator 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d7762e4e03b89969464a21bce678f3e1baade2f8c6ac10699053df10c2e85c7
4
- data.tar.gz: 813db18abed54ecc1bd9539bf153f4f9e892adb4b7b4bd0bc1e2f1fd986d60cd
3
+ metadata.gz: '048f3b65cc5d822f99fdc697a857846e63347736b0f2d2c8a202278f20a56f0b'
4
+ data.tar.gz: 8e9e8da97b9a658c90c10c3803304e97ed46b867997f4ac3c1d62af1fa0af982
5
5
  SHA512:
6
- metadata.gz: 4ba3584616147db8d03d2c8ec32dce06d132d2c6588cd70c365e4af22825eb90c4fbf54b74c41567ba580e66135112f1a90c69d845da795d3c4211225174c61a
7
- data.tar.gz: '0139dd4488250ff2f3d52b5cc9e92687c09cc46c532098c84805a57ba6da2b28f73f5cc103fcd528ac81fa20c0f9f2ae33cecbf9f6f47bf1beb7abb2b737de0d'
6
+ metadata.gz: 862acd1cf148b2bcf065f19fcc6e0707f73776c2d09b234df7f067a58727661b6ed101de924d708117362f84b3e692106d397e5d4789f196880f61112cf0ae57
7
+ data.tar.gz: e2bc64e6c71bfc3f0399d9634de95fe4e4a9cacb73f05cf400e05655dc823aca59cfb675b50d0ca9ca3f579db5a0179b4e317121258b048beba6904600375cc0
@@ -0,0 +1,14 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [0.5.1]
9
+
10
+ - Change FR translation
11
+
12
+ ## [0.5.0]
13
+
14
+ - First release
@@ -2,7 +2,7 @@ fr:
2
2
  activemodel: &activemodel
3
3
  errors:
4
4
  messages:
5
- invalid_iban_length: "La longueur de l'IBAN n'est pas correct. Il doit être de %{value}"
5
+ invalid_iban_length: "ne fait pas la bonne longueur (doit comporter %{value} caractères)"
6
6
  space_not_authorized_in_iban: "Les espaces ne sont pas autorisés"
7
7
  iban_format_not_valid: "Le format de l'IBAN n'est pas valide"
8
8
  must_start_with_ch: "doit commencer par CH"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SwissBankValidator
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swiss_bank_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - QoQa dev Team