teodoro 0.24.0 → 0.29.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 +6 -1
- data/lib/teodoro/empresa/contratos_de_emprego.rb +36 -3
- data/lib/teodoro/empresa/trabalhadores.rb +19 -0
- data/lib/teodoro/leiaute/arquivo_s2200.rb +173 -92
- data/lib/teodoro/leiaute/arquivo_s2205.rb +153 -68
- data/lib/teodoro/leiaute/arquivo_s2206.rb +68 -45
- data/lib/teodoro/leiaute/arquivo_s2230.rb +0 -2
- data/lib/teodoro/leiaute/arquivo_s2299.rb +71 -67
- 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 +5 -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.29.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-10 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
|
@@ -205,6 +206,7 @@ files:
|
|
205
206
|
- lib/teodoro/empresa/cargos_gerados.rb
|
206
207
|
- lib/teodoro/empresa/contratos_de_emprego.rb
|
207
208
|
- lib/teodoro/empresa/contratos_de_trabalho_sem_vinculo.rb
|
209
|
+
- lib/teodoro/empresa/trabalhadores.rb
|
208
210
|
- lib/teodoro/leiaute/arquivo_s1000.rb
|
209
211
|
- lib/teodoro/leiaute/arquivo_s1005.rb
|
210
212
|
- lib/teodoro/leiaute/arquivo_s1010.rb
|
@@ -226,6 +228,7 @@ files:
|
|
226
228
|
- lib/teodoro/leiaute/arquivo_s3000.rb
|
227
229
|
- lib/teodoro/obj.rb
|
228
230
|
- lib/teodoro/xml.rb
|
231
|
+
- lib/tipos_de_logradouro.json
|
229
232
|
homepage:
|
230
233
|
licenses: []
|
231
234
|
metadata: {}
|