valvat 0.6.9 → 0.6.10
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.travis.yml +1 -1
- data/CHANGES.md +7 -1
- data/README.md +3 -2
- data/gemfiles/activemodel-3-2 +1 -1
- data/gemfiles/activemodel-4 +1 -1
- data/lib/valvat/locales/fi.yml +34 -0
- data/lib/valvat/version.rb +1 -1
- metadata +4 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 655f782556b1ee6b9cfccc5486763530dc5b1ae5
|
|
4
|
+
data.tar.gz: 4d1e00b30b52e767c89143146abec10318baf0cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0486abd6a05cc43c11a5be78ac2a2e693208ec15383943191235b997cdcecd11f3e29be1b461a19b62af8ecfae057b0488f523306b21cf70c6aa720a077efdff
|
|
7
|
+
data.tar.gz: 3912cc34591df557fd2f92cebef7c9f3cdf9502d500e517db1aa83889644f2f4170f2efbb3582fbbf26ecb353c9aab62a8d36db5c4f2adb735b5449f7428c711
|
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.6.
|
|
3
|
+
[full changelog](http://github.com/yolk/valvat/compare/v0.6.10...master)
|
|
4
|
+
|
|
5
|
+
### 0.6.10 / 2015-05-29
|
|
6
|
+
|
|
7
|
+
[full changelog](http://github.com/yolk/valvat/compare/v0.6.9...v0.6.10)
|
|
8
|
+
|
|
9
|
+
* Added finish translations (by [kaapa](https://github.com/kaapa))
|
|
4
10
|
|
|
5
11
|
### 0.6.9 / 2015-03-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
|
* (Optional) ActiveModel/Rails3 integration
|
|
13
13
|
* Works standalone without ActiveModel
|
|
14
|
-
* I18n locales for country specific error messages in English, German, French, Spanish, Italian, Portuguese, Polish, Swedish, Dutch, Danish, Bulgarian, Romanian, Latvian and
|
|
14
|
+
* I18n locales for country specific error messages in English, German, French, Spanish, Italian, Portuguese, Polish, Swedish, Dutch, Danish, Bulgarian, Romanian, Latvian, Catalan, and Finish.
|
|
15
15
|
* *Experimental* checksum verification
|
|
16
16
|
|
|
17
|
-
valvat is tested and works with ruby MRI 1.9.3/2.0/2.1, jruby (in 1.9 mode) and ActiveModel 3.2/4.
|
|
17
|
+
valvat is tested and works with ruby MRI 1.9.3/2.0/2.1/2.2, jruby (in 1.9 mode) and ActiveModel 3.2/4.2
|
|
18
18
|
|
|
19
19
|
## Installation
|
|
20
20
|
|
|
@@ -188,6 +188,7 @@ There seems to be a problem when using the VIES service over IPv6. Sadly this is
|
|
|
188
188
|
|
|
189
189
|
## Contributions by
|
|
190
190
|
|
|
191
|
+
* [kaapa](https://github.com/kaapa)
|
|
191
192
|
* [descala](https://github.com/descala)
|
|
192
193
|
* [Carlos Hernández Medina](https://github.com/polimorfico)
|
|
193
194
|
* [Julik Tarkhanov](https://github.com/julik)
|
data/gemfiles/activemodel-3-2
CHANGED
data/gemfiles/activemodel-4
CHANGED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
fi:
|
|
2
|
+
errors:
|
|
3
|
+
messages:
|
|
4
|
+
invalid_vat: ei ole kelvollinen %{country_adjective} alv-numero
|
|
5
|
+
valvat:
|
|
6
|
+
country_adjectives:
|
|
7
|
+
eu: eurooppalainen
|
|
8
|
+
at: itävaltalainen
|
|
9
|
+
be: belgialainen
|
|
10
|
+
bg: bulgarialainen
|
|
11
|
+
cy: kyproslainen
|
|
12
|
+
cz: tsekkiläinen
|
|
13
|
+
de: saksalainen
|
|
14
|
+
dk: tanskalainen
|
|
15
|
+
ee: virolainen
|
|
16
|
+
es: espanjalainen
|
|
17
|
+
fi: suomalainen
|
|
18
|
+
fr: ranskalainen
|
|
19
|
+
gb: brittiläinen
|
|
20
|
+
gr: kreikkalainen
|
|
21
|
+
hu: unkarilainen
|
|
22
|
+
ie: irlantilainen
|
|
23
|
+
it: italialainen
|
|
24
|
+
lt: liettualainen
|
|
25
|
+
lu: luxemburgilainen
|
|
26
|
+
lv: latvialainen
|
|
27
|
+
mt: maltalainen
|
|
28
|
+
nl: hollantilainen
|
|
29
|
+
pl: puolalainen
|
|
30
|
+
pt: portugalilainen
|
|
31
|
+
ro: romanialainen
|
|
32
|
+
se: ruotsalainen
|
|
33
|
+
si: slovenialainen
|
|
34
|
+
sk: slovakialainen
|
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.6.
|
|
4
|
+
version: 0.6.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sebastian Munz
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
wV8oppYhH3tRwfGrXgETqok7yPVYTZFcjCW9s9snwVE/JA23z12g54jVnaAP8SQH
|
|
31
31
|
L1HABGk4QCo=
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2015-
|
|
33
|
+
date: 2015-05-29 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: savon
|
|
@@ -133,6 +133,7 @@ files:
|
|
|
133
133
|
- lib/valvat/locales/de.yml
|
|
134
134
|
- lib/valvat/locales/en.yml
|
|
135
135
|
- lib/valvat/locales/es.yml
|
|
136
|
+
- lib/valvat/locales/fi.yml
|
|
136
137
|
- lib/valvat/locales/fr.yml
|
|
137
138
|
- lib/valvat/locales/it.yml
|
|
138
139
|
- lib/valvat/locales/lv.yml
|
|
@@ -191,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
191
192
|
version: '0'
|
|
192
193
|
requirements: []
|
|
193
194
|
rubyforge_project:
|
|
194
|
-
rubygems_version: 2.
|
|
195
|
+
rubygems_version: 2.4.5
|
|
195
196
|
signing_key:
|
|
196
197
|
specification_version: 4
|
|
197
198
|
summary: Validates european vat numbers. Standalone or as a ActiveModel validator.
|
metadata.gz.sig
CHANGED
|
Binary file
|