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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cbfcb15db4a635bac6916984c415c20bfcbdf89c
4
- data.tar.gz: 7c72a583b3a5a9b3b001da112656c1d25a92c7e9
3
+ metadata.gz: 655f782556b1ee6b9cfccc5486763530dc5b1ae5
4
+ data.tar.gz: 4d1e00b30b52e767c89143146abec10318baf0cf
5
5
  SHA512:
6
- metadata.gz: 2ca1eb637a48062b27b3f6302bffc5fbc4d41c8b6060acf6d1b9925cbfb8114e377dff4bc2932ff5c8e8384557cfbe3b6fa3c08338095639307745f9eab823d9
7
- data.tar.gz: adc20d41241cbbbe53133bf710b5bd24335b27f96dd57ad04decd73beb19b3438304485c21e9c79928764bb16df2fb01ccc20258304c821371b8740403eedf37
6
+ metadata.gz: 0486abd6a05cc43c11a5be78ac2a2e693208ec15383943191235b997cdcecd11f3e29be1b461a19b62af8ecfae057b0488f523306b21cf70c6aa720a077efdff
7
+ data.tar.gz: 3912cc34591df557fd2f92cebef7c9f3cdf9502d500e517db1aa83889644f2f4170f2efbb3582fbbf26ecb353c9aab62a8d36db5c4f2adb735b5449f7428c711
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,10 +1,10 @@
1
1
  language: ruby
2
2
  rvm:
3
+ - 2.2.2
3
4
  - 2.1.5
4
5
  - 2.0.0
5
6
  - 1.9.3
6
7
  - jruby-19mode
7
- - 2.2.0-preview2
8
8
  gemfile:
9
9
  - gemfiles/activemodel-4
10
10
  - gemfiles/activemodel-3-2
data/CHANGES.md CHANGED
@@ -1,6 +1,12 @@
1
1
  ### dev
2
2
 
3
- [full changelog](http://github.com/yolk/valvat/compare/v0.6.9...master)
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 Catalan.
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.1
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)
@@ -1,7 +1,7 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  gem "savon", ">=2.3.0"
4
- gem "activemodel", "3.2.20"
4
+ gem "activemodel", "3.2.21"
5
5
 
6
6
  gem 'rspec', '~> 3.0'
7
7
  gem 'fakeweb', '>= 1.3.0'
@@ -1,7 +1,7 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  gem "savon", ">=2.3.0"
4
- gem "activemodel", "4.1.7"
4
+ gem "activemodel", "4.2.1"
5
5
 
6
6
  gem 'rspec', '~> 3.0'
7
7
  gem 'fakeweb', '>= 1.3.0'
@@ -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
@@ -1,3 +1,3 @@
1
1
  class Valvat
2
- VERSION = "0.6.9"
2
+ VERSION = "0.6.10"
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.6.9
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-03-19 00:00:00.000000000 Z
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.2.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