valvat 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.travis.yml +3 -2
- data/CHANGES.md +7 -1
- data/README.md +6 -24
- data/lib/valvat/locales/nb.yml +34 -0
- data/lib/valvat/version.rb +1 -1
- metadata +3 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 903981843bd7255fc3baa92e31f82d45115a3b736fb1c4777a8009c61b9ddcf6
|
4
|
+
data.tar.gz: 0ccb923e2374626b86d160ffde0ced09e585f9daa0cb4bd3d5cc1e889cd4ecac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 149b8c92ae2a3b9eaf8bf3df09809598a38f5fc16700eb491b24fac05b5f5e242db470feda944846ea8b129ee7f39c4bdb2b809c6cf02eafeaaf31a6ffc7fb6c
|
7
|
+
data.tar.gz: cac991af7a40140cd289a6166044258eebd2450333dd3ae3de8dc4565c03f2eeaf662c8d7357f0eb820963f37b88b420c1c5486fe0ff902dea428b1438fe4f37
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/.travis.yml
CHANGED
data/CHANGES.md
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
### dev
|
2
2
|
|
3
|
-
[full changelog](http://github.com/yolk/valvat/compare/v0.8.
|
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
|
-
|
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-
|
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
|
data/lib/valvat/version.rb
CHANGED
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.
|
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-
|
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
|