valvat 0.6.3 → 0.6.4

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
  SHA1:
3
- metadata.gz: f260253d1cce6ddf66bb80cc487645085d248e85
4
- data.tar.gz: c696cc28bb9bd7b77858debbde44fe27402c1698
3
+ metadata.gz: b170f10e2a265c6da14bbd5c84d60efa9bae5519
4
+ data.tar.gz: f146300ab0f27c975c0abd00a491f7cfaec40092
5
5
  SHA512:
6
- metadata.gz: 1f9851b11d179fa9f8f3e544e4916b1f1edfd377c38ccd1ef0f2d7f43a342a1f07619fdcc96e1224fac67faae15962f4af8bb70a4f3078e13e85ff3fc7c4e523
7
- data.tar.gz: c66a83b5b8f1fc1e16756b5b3efcabfde63abe5104443020002f41a899dbf53a03264b6ff61ddf12aace468f70b204087668e80e4dadaf0b1eeecb1cb59c3999
6
+ metadata.gz: c8ef6a1375a425b8c6d5637e9cac5978c32d7279888966a9f1c9a530c1d71e4f36a5b02ce5ecd68ffe0e32bbf64eda6249540a44b560769ccbcfcbfcfda159e1
7
+ data.tar.gz: 7851b20ae347a34f5466bcb67aa3a198083e400155b0a86176424ba807f0cf4abb9b585f1713045eec3680a7c66220fd4b490a8325bedf8c9909b776f3d5a85a
File without changes
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...master)
3
+ [full changelog](http://github.com/yolk/valvat/compare/v0.6.4...master)
4
+
5
+ ### 0.6.4 / 2014-04-09
6
+
7
+ [full changelog](http://github.com/yolk/valvat/compare/v0.6.3...v0.6.4)
8
+
9
+ * Added dutch translations (by [0scarius](https://github.com/0scarius))
4
10
 
5
11
  ### 0.6.3 / 2014-04-05
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, Swedish, Italian, Portuguese, Polish, Bulgarian, Romanian and Latvian.
14
+ * I18n locales for country specific error messages in English, German, Swedish, Italian, Portuguese, Polish, Dutch, Bulgarian, Romanian and Latvian.
15
15
  * *Experimental* checksum verification
16
16
 
17
- valvat is tested and works with ruby MRI 1.9.3/2.0 and jruby (in 1.9 mode) and ActiveModel 3.2/4.0
17
+ valvat is tested and works with ruby MRI 1.9.3/2.0/2.1 and jruby (in 1.9 mode) and ActiveModel 3.2/4.0
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
+ * [0scarius](https://github.com/0scarius)
191
192
  * [Davidslv](https://github.com/Davidslv)
192
193
  * [brianphillips](https://github.com/brianphillips)
193
194
  * [wasi](https://github.com/wasi)
@@ -0,0 +1,34 @@
1
+ nl:
2
+ errors:
3
+ messages:
4
+ invalid_vat: is niet een valide %{country_adjective} btw nummer
5
+ valvat:
6
+ country_adjectives:
7
+ eu: Europees
8
+ at: Oostenrijks
9
+ be: Belgisch
10
+ bg: Bulgaars
11
+ cy: Cypriotisch
12
+ cz: Tsjechisch
13
+ de: Duits
14
+ dk: Deens
15
+ ee: Ests
16
+ es: Spaans
17
+ fi: Fins
18
+ fr: Frans
19
+ gb: Brits
20
+ gr: Grieks
21
+ hu: Hongaars
22
+ ie: Iers
23
+ it: Italiaans
24
+ lt: Litouws
25
+ lu: Luxemburgs
26
+ lv: Lets
27
+ mt: Maltees
28
+ nl: Nederlands
29
+ pl: Pools
30
+ pt: Portugees
31
+ ro: Roemeens
32
+ se: Zweeds
33
+ si: Sloveens
34
+ sk: Slowaaks
@@ -1,3 +1,3 @@
1
1
  class Valvat
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valvat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Munz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-05 00:00:00.000000000 Z
11
+ date: 2014-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: savon
@@ -75,7 +75,7 @@ extra_rdoc_files: []
75
75
  files:
76
76
  - ".gitignore"
77
77
  - ".rbenv-gemsets"
78
- - ".rbenv-version"
78
+ - ".ruby-version"
79
79
  - ".travis.yml"
80
80
  - CHANGES.md
81
81
  - Gemfile
@@ -110,6 +110,7 @@ files:
110
110
  - lib/valvat/locales/en.yml
111
111
  - lib/valvat/locales/it.yml
112
112
  - lib/valvat/locales/lv.yml
113
+ - lib/valvat/locales/nl.yml
113
114
  - lib/valvat/locales/pl.yml
114
115
  - lib/valvat/locales/pt.yml
115
116
  - lib/valvat/locales/ro.yml