valvat 0.8.0 → 0.8.1

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: 79684651874cf4d58e4fa26f42f2d9d5cc50062ee037fb82ba8169e709c02362
4
- data.tar.gz: ca34ff6b3180cafb8b2b3420f446b9d98bbb69332bd3154d26f310fbdae0aaa6
3
+ metadata.gz: 903981843bd7255fc3baa92e31f82d45115a3b736fb1c4777a8009c61b9ddcf6
4
+ data.tar.gz: 0ccb923e2374626b86d160ffde0ced09e585f9daa0cb4bd3d5cc1e889cd4ecac
5
5
  SHA512:
6
- metadata.gz: d099131f4af7e62d3d4e1299b30def47b673bd15008504548ca91d2857afc3dd6f8dc4b411016ab131e6c96919d58405a29a6ccb5f2693932c197ad7339e76ea
7
- data.tar.gz: 7e47436428dfbb34a2b005b12de9d73f11ede715eb825aaf85f2b0a9012062950073ced9581a908002b4e8dc4e1d5fef22fe88fd2022b528072eb92ce668b89a
6
+ metadata.gz: 149b8c92ae2a3b9eaf8bf3df09809598a38f5fc16700eb491b24fac05b5f5e242db470feda944846ea8b129ee7f39c4bdb2b809c6cf02eafeaaf31a6ffc7fb6c
7
+ data.tar.gz: cac991af7a40140cd289a6166044258eebd2450333dd3ae3de8dc4565c03f2eeaf662c8d7357f0eb820963f37b88b420c1c5486fe0ff902dea428b1438fe4f37
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,7 +1,8 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.5.1
4
- - 2.4.0
3
+ - 2.6
4
+ - 2.5
5
+ - 2.4
5
6
  - 2.3
6
7
  - 2.2
7
8
  - 2.1
data/CHANGES.md CHANGED
@@ -1,6 +1,12 @@
1
1
  ### dev
2
2
 
3
- [full changelog](http://github.com/yolk/valvat/compare/v0.8.0...master)
3
+ [full changelog](http://github.com/yolk/valvat/compare/v0.8.1...master)
4
+
5
+ ### 0.8.1 / 2019-07-30
6
+
7
+ [full changelog](http://github.com/yolk/valvat/compare/v0.8.0...v0.8.1)
8
+
9
+ * Added Norwegian translation (by [erikaxel](https://github.com/erikaxel))
4
10
 
5
11
  ### 0.8.0 / 2019-07-19
6
12
 
data/README.md CHANGED
@@ -11,10 +11,10 @@ Validates european vat numbers. Standalone or as a ActiveModel validator.
11
11
  * Lookup via the VIES web service
12
12
  * ActiveModel/Rails integration
13
13
  * Works standalone without ActiveModel
14
- * I18n locales for language specific error messages in English, German, French, Spanish, Italian, Portuguese, Polish, Swedish, Dutch, Danish, Czech, Slovakian, Hungarian, Bulgarian, Romanian, Latvian, Catalan, and Finnish.
14
+ * I18n locales for language specific error messages in English, German, French, Spanish, Italian, Portuguese, Polish, Swedish, Dutch, Danish, Czech, Slovakian, Hungarian, Bulgarian, Romanian, Latvian, Catalan, Norwegian, and Finnish.
15
15
  * *Experimental* checksum verification
16
16
 
17
- valvat is tested and works with ruby MRI 1.9.3/2.0/2.1/2.2/2.3/2.4, jruby (in 1.9 mode) and ActiveModel 3/4/5
17
+ valvat is tested and works with ruby MRI 1.9.3/2.0/2.1/2.2/2.3/2.4/2.5/2.6, jruby (in 1.9 mode) and ActiveModel 3/4/5
18
18
 
19
19
  ## Installation
20
20
 
@@ -202,30 +202,12 @@ There seems to be a problem when using the VIES service over IPv6. Sadly this is
202
202
 
203
203
  ## Contributions by
204
204
 
205
- * [ndnenkov](https://github.com/ndnenkov)
206
- * [0ctobat](https://github.com/0ctobat)
207
- * [kaapa](https://github.com/kaapa)
208
- * [descala](https://github.com/descala)
209
- * [Carlos Hernández Medina](https://github.com/polimorfico)
210
- * [Julik Tarkhanov](https://github.com/julik)
211
- * [Roman Lehnert](https://github.com/romanlehnert)
212
- * [0scarius](https://github.com/0scarius)
213
- * [Davidslv](https://github.com/Davidslv)
214
- * [brianphillips](https://github.com/brianphillips)
215
- * [wasi](https://github.com/wasi)
216
- * [liggitt](https://github.com/liggitt)
217
- * [nevesenin](https://github.com/nevesenin)
218
- * [shaundaley39](https://github.com/shaundaley39)
219
- * [lcx](https://github.com/lcx)
220
- * [kirichkov](https://github.com/kirichkov)
221
- * [borodiychuk](https://github.com/borodiychuk)
222
- * [opsidao](https://github.com/opsidao)
223
- * [henrik](https://github.com/henrik)
224
- * [SpoBo](https://github.com/SpoBo)
225
- * [Deb Bassett](https://github.com/urbanwide)
205
+ https://github.com/yolk/valvat/graphs/contributors
226
206
 
227
207
  ## BlaBla
228
208
 
229
- Copyright (c) 2011-2017 Yolk Sebastian Munz & Julia Soergel GbR
209
+ Copyright (c) 2011-2019 Yolk Sebastian Munz & Julia Soergel GbR
230
210
 
231
211
  Beyond that, the implementation is licensed under the MIT License.
212
+
213
+ Code was originally extracted from our time tracking webapp [mite](https://mite.yo.lk/en/).
@@ -0,0 +1,34 @@
1
+ nb:
2
+ errors:
3
+ messages:
4
+ invalid_vat: Er ikke et gyldig %{country_adjective} momsnummer
5
+ valvat:
6
+ country_adjectives:
7
+ eu: Europeisk
8
+ at: Østerisk
9
+ be: Belgisk
10
+ bg: Bulgarsk
11
+ cy: Kypriotisk
12
+ cz: Tjekkisk
13
+ de: Tysk
14
+ dk: Dansk
15
+ ee: Estisk
16
+ es: Spansk
17
+ fi: Finsk
18
+ fr: Fransk
19
+ gb: Engelsk
20
+ gr: Gresk
21
+ hu: Ungarsk
22
+ ie: Irsk
23
+ it: Italiensk
24
+ lt: Litauisk
25
+ lu: Luxembourgsk
26
+ lv: Latvisk
27
+ mt: Maltesisk
28
+ nl: Nederlandsk
29
+ pl: Polsk
30
+ pt: Portugisisk
31
+ ro: Rumensk
32
+ se: Svensk
33
+ si: Slovensk
34
+ sk: Slovakisk
@@ -1,3 +1,3 @@
1
1
  class Valvat
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valvat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Munz
@@ -30,7 +30,7 @@ cert_chain:
30
30
  +geYZL6mqiC8PV6OizVNrC3Y9HZVdmsF/le1wG2TOTPRwJwzazvHtiFR3ZQhWjNP
31
31
  wsi9UxM8N9c=
32
32
  -----END CERTIFICATE-----
33
- date: 2019-07-19 00:00:00.000000000 Z
33
+ date: 2019-07-30 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: savon
@@ -139,6 +139,7 @@ files:
139
139
  - lib/valvat/locales/hu.yml
140
140
  - lib/valvat/locales/it.yml
141
141
  - lib/valvat/locales/lv.yml
142
+ - lib/valvat/locales/nb.yml
142
143
  - lib/valvat/locales/nl.yml
143
144
  - lib/valvat/locales/pl.yml
144
145
  - lib/valvat/locales/pt.yml
metadata.gz.sig CHANGED
Binary file