cfita 0.2.1 → 0.3.0

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: 0ed20c0331d91840788280997a82d5ccc4c67437d8fef59ef4023b527ae1278b
4
- data.tar.gz: 50fb66350cdd4e8bd53a2c0369830729570ed77dbfa8d616dae21de703702c0d
3
+ metadata.gz: 5cef58c59196f0191df63c18b9780dff69ae3ae5412af8b2fdabfba0eb426295
4
+ data.tar.gz: c7d0adf7e96974485cf665d49697122490dbd99b9c312315f310eda7ea41528e
5
5
  SHA512:
6
- metadata.gz: 411fbd4ff9550b11f962dcc0896562274e3d003de719cad6b2b80fa23f2bd8feb25734499d04f74a8667ff2bcdcb2efafa838db178d5a14fe853d7b44b77b392
7
- data.tar.gz: 3dec911eb3a8ccd7db3280398c22e6d9b1c8d9ee6bf3df4dd4d793526dd4b60b5cfb59b12f91a58a999856a509672fd9786e1b6cc09d7c1e644f966b103519e6
6
+ metadata.gz: 4db0e12e84f59d1e60d39dbd4409dfa9ed243c2ef5d2a7d1c1b77574ff957a1f931e4cafc4bf40aa548c663bc02407b8f3bbcc05f7183d423b64dfa024739968
7
+ data.tar.gz: dd13a735a96de5d038d822effac798e0b577a80077fdb8bc66dbe15a59883437dd1ea7e98c25643fb1f95e71165af0ef368a5d9fa45219a44be9ea92359c6ba9
data/cfita.gemspec CHANGED
@@ -1,10 +1,11 @@
1
1
  # frozen_string_literal: true
2
+ require File.join(__dir__, "lib", "cfita")
2
3
 
3
4
  Gem::Specification.new do |s|
4
5
  s.required_ruby_version = '>= 2.4'
5
6
  s.name = 'cfita'
6
- s.version = '0.2.1'
7
- s.date = '2019-10-30'
7
+ s.version = Cfita::VERSION
8
+ s.date = '2021-06-02'
8
9
  s.summary = 'Italian fiscal code checker'
9
10
  s.description = 'Controllo codici fiscali italiani'
10
11
  s.authors = ['Stefano Savanelli']
data/lib/cfita.rb CHANGED
@@ -3,4 +3,6 @@
3
3
  # controllo codice fiscale italiano
4
4
  module Cfita
5
5
  require 'cfita/codice_fiscale'
6
+
7
+ VERSION='0.3.0'
6
8
  end
@@ -10412,6 +10412,10 @@ module Cfita
10412
10412
  'M426' => ["COLCERESA"],
10413
10413
  'M427' => ["LUSIANA CONCO"],
10414
10414
  'M428' => ["PRESICCE-ACQUARICA"],
10415
+ 'M429' => ["BORGO D'ANAUNIA"],
10416
+ 'M430' => ["NOVELLA"],
10417
+ 'M431' => ["VILLE DI FIEMME"],
10418
+ 'M432' => ["MISILISCEMI"],
10415
10419
  'Z100' => ["ALBANIA"],
10416
10420
  'Z101' => ["ANDORRA"],
10417
10421
  'Z102' => ["AUSTRIA"],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfita
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Savanelli
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-30 00:00:00.000000000 Z
11
+ date: 2021-06-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Controllo codici fiscali italiani
14
14
  email: stefano@savanelli.it
@@ -29,7 +29,7 @@ homepage: https://rubygems.org/gems/cfita
29
29
  licenses:
30
30
  - MIT
31
31
  metadata: {}
32
- post_install_message:
32
+ post_install_message:
33
33
  rdoc_options: []
34
34
  require_paths:
35
35
  - lib
@@ -44,8 +44,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
44
  - !ruby/object:Gem::Version
45
45
  version: '0'
46
46
  requirements: []
47
- rubygems_version: 3.0.3
48
- signing_key:
47
+ rubygems_version: 3.2.15
48
+ signing_key:
49
49
  specification_version: 4
50
50
  summary: Italian fiscal code checker
51
51
  test_files: