teodoro 0.60.0 → 0.60.1
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/teodoro/leiaute/arquivo_s2205.rb +9 -2
- data/lib/teodoro/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f774106a3919386f50751ffb34c9f199cde217d8e56394c5b2cedea419c7fea
|
|
4
|
+
data.tar.gz: 31ff6d0ee5d0440304ad73d037b4bace5c88f8c99c051ab490f31f2246f0e159
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b6b7d49e5592455efca98f7bcb52edb785c98135380a64164b1409b0199a32164e341f10cd530bf906dee13514f3985e7f341509b9bc4fd6418b6f4de20e36b
|
|
7
|
+
data.tar.gz: e20279deaba1eefa49dd031f943ec368c6dd0d72b3525078b677956bc78033739ce6479ae1650090c276f7f6d5fc15b0dcf73692852a8a3004841f32efc39fe5
|
|
@@ -389,11 +389,18 @@ module Teodoro
|
|
|
389
389
|
include ContratoDeTrabalho
|
|
390
390
|
|
|
391
391
|
def nome_do_arquivo_data_identificacao_do_contrato
|
|
392
|
-
"[
|
|
392
|
+
"[#{
|
|
393
|
+
[
|
|
394
|
+
'TSV',
|
|
395
|
+
categoria_do_trabalhador,
|
|
396
|
+
data_de_inicio.delete('-'),
|
|
397
|
+
*matricula_do_trabalhador
|
|
398
|
+
].join('_')
|
|
399
|
+
}]"
|
|
393
400
|
end
|
|
394
401
|
|
|
395
402
|
def matricula_do_trabalhador
|
|
396
|
-
|
|
403
|
+
contrato.matricula_do_trabalhador
|
|
397
404
|
end
|
|
398
405
|
|
|
399
406
|
def categoria_do_trabalhador
|
data/lib/teodoro/version.rb
CHANGED
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.60.
|
|
4
|
+
version: 0.60.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fortes Tecnologia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
149
149
|
- !ruby/object:Gem::Version
|
|
150
150
|
version: '0'
|
|
151
151
|
requirements: []
|
|
152
|
-
rubygems_version: 3.4.
|
|
152
|
+
rubygems_version: 3.4.14
|
|
153
153
|
signing_key:
|
|
154
154
|
specification_version: 4
|
|
155
155
|
summary: ''
|