teodoro 0.23.1 → 0.28.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 +4 -4
- data/lib/municipios.json +22262 -0
- data/lib/teodoro.rb +35 -11
- data/lib/teodoro/arquivo_xml.rb +6 -5
- data/lib/teodoro/empresa.rb +41 -1
- data/lib/teodoro/empresa/arquivo_data_emp.rb +33 -0
- data/lib/teodoro/empresa/arquivo_data_rub.rb +30 -0
- data/lib/teodoro/empresa/contratos_de_emprego.rb +18 -2
- data/lib/teodoro/empresa/trabalhadores.rb +19 -0
- data/lib/teodoro/leiaute/arquivo_s2200.rb +61 -34
- data/lib/teodoro/leiaute/arquivo_s2205.rb +56 -29
- data/lib/teodoro/leiaute/arquivo_s2206.rb +1 -0
- data/lib/teodoro/leiaute/arquivo_s2230.rb +0 -2
- data/lib/teodoro/leiaute/arquivo_s2299.rb +22 -18
- data/lib/teodoro/leiaute/arquivo_s2300.rb +6 -2
- data/lib/teodoro/leiaute/arquivo_s2306.rb +1 -1
- data/lib/teodoro/leiaute/arquivo_s2399.rb +1 -1
- data/lib/tipos_de_logradouro.json +730 -0
- metadata +7 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: teodoro
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Clavius Tales
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-05-
|
11
|
+
date: 2021-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -187,6 +187,7 @@ extra_rdoc_files: []
|
|
187
187
|
files:
|
188
188
|
- bin/teodoro
|
189
189
|
- lib/CBOs.json
|
190
|
+
- lib/municipios.json
|
190
191
|
- lib/teodoro.rb
|
191
192
|
- lib/teodoro/arquivo_data.rb
|
192
193
|
- lib/teodoro/arquivo_data/car.rb
|
@@ -199,10 +200,13 @@ files:
|
|
199
200
|
- lib/teodoro/cnpj.rb
|
200
201
|
- lib/teodoro/console.rb
|
201
202
|
- lib/teodoro/empresa.rb
|
203
|
+
- lib/teodoro/empresa/arquivo_data_emp.rb
|
204
|
+
- lib/teodoro/empresa/arquivo_data_rub.rb
|
202
205
|
- lib/teodoro/empresa/arquivos_data.rb
|
203
206
|
- lib/teodoro/empresa/cargos_gerados.rb
|
204
207
|
- lib/teodoro/empresa/contratos_de_emprego.rb
|
205
208
|
- lib/teodoro/empresa/contratos_de_trabalho_sem_vinculo.rb
|
209
|
+
- lib/teodoro/empresa/trabalhadores.rb
|
206
210
|
- lib/teodoro/leiaute/arquivo_s1000.rb
|
207
211
|
- lib/teodoro/leiaute/arquivo_s1005.rb
|
208
212
|
- lib/teodoro/leiaute/arquivo_s1010.rb
|
@@ -224,6 +228,7 @@ files:
|
|
224
228
|
- lib/teodoro/leiaute/arquivo_s3000.rb
|
225
229
|
- lib/teodoro/obj.rb
|
226
230
|
- lib/teodoro/xml.rb
|
231
|
+
- lib/tipos_de_logradouro.json
|
227
232
|
homepage:
|
228
233
|
licenses: []
|
229
234
|
metadata: {}
|