itax_code 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ItaxCode
4
- VERSION = "2.0.0"
4
+ VERSION = "2.0.1"
5
5
  end
data/rakelib/cities.rake CHANGED
@@ -16,7 +16,7 @@ namespace :cities do
16
16
  output_string = CSV.generate do |csv|
17
17
  csv << %w[code province name created_on deleted_on]
18
18
 
19
- CSV.foreach(tempfile.path, headers: true) do |row|
19
+ CSV.foreach(tempfile.path, encoding: "bom|utf-8", headers: true) do |row|
20
20
  csv << [
21
21
  row["CODCATASTALE"],
22
22
  row["SIGLAPROVINCIA"],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itax_code
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Rossi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-01 00:00:00.000000000 Z
11
+ date: 2023-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport