sticutils 2.1.1 → 2.1.2
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/app/models/gestorh/folha_agrupada_id_separado.rb +3 -1
- data/lib/sticutils/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: 23f6b3b69b60d4f154d3c6ec1dec5f5239b0eda384d4b51a1f4689f04a2581ef
|
|
4
|
+
data.tar.gz: 730663c9f7643fc6fee19bd63e3ce526bf6222bc09564325a2f8fec40736a3d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c36aa41471a6da09f5204b34377c07fb2bb150c5173c9a983ed61bf0ad7940d32436cd1a45b9284d9c495360547604ee96febfe9a1e5cf923bee1c7bf0bfea00
|
|
7
|
+
data.tar.gz: 9604df92c4ef449eeb9603c842e1e58576072e15710056f7be7d5a21c95220e668db6b6cb78052ca8b049416e3aeadc8b0c223ae3e10ecacadac747d96e98d0f
|
|
@@ -28,7 +28,9 @@ class Gestorh::FolhaAgrupadaIdSeparado < Gestorh::GestorhRecord
|
|
|
28
28
|
"cdclassificacaoverba.cv_classificacao as tipo",
|
|
29
29
|
"mv_base as mv_base",
|
|
30
30
|
"mv_competencia as competencia_inicio",
|
|
31
|
-
"mv_competencia_final as competencia_fim
|
|
31
|
+
"mv_competencia_final as competencia_fim,
|
|
32
|
+
mv_mesinicio as mes_inicio,
|
|
33
|
+
mv_mesfinal as mes_fim")
|
|
32
34
|
.to_a
|
|
33
35
|
.uniq { |x| [x.codigo_evento, x.status, x.valor] } # uniq temporario para remover verbas com 2 classificacoes
|
|
34
36
|
end
|
data/lib/sticutils/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sticutils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ricardo Viana
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: rails
|
|
@@ -274,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
274
274
|
- !ruby/object:Gem::Version
|
|
275
275
|
version: '0'
|
|
276
276
|
requirements: []
|
|
277
|
-
rubygems_version: 3.6.
|
|
277
|
+
rubygems_version: 3.6.7
|
|
278
278
|
specification_version: 4
|
|
279
279
|
summary: Utilidades para aplicações rails da STIC
|
|
280
280
|
test_files: []
|