imasei 0.2.10 → 0.2.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/imasei/estruturas/procedimento.rb +3 -4
- data/lib/imasei/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ca6597b23f68303ee783a4188c038c3b77c0bb91b4323de12a356a2d7d9a8ae
|
4
|
+
data.tar.gz: '069aebbf4dbd90ee521989256422cb8b7be5bf3abadf0f0268a16dba68f051f2'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4868165d08caf486365628beb32b1a953f358a2ec6a9c750ced1c97a338d0908ec80515fae00987b9893c335ce0bd3cfe5d55cc86848bc2e02d6295abba6a33
|
7
|
+
data.tar.gz: c4d48e77989c60cfeeaa8b240428b496672e49bb7ef8279cee4afc4fa85f3cb87e7a78b8f6ab6bdfabf9dc404cd9884dbe5c3292d68501399049a73b7ddb5ca5
|
@@ -14,19 +14,18 @@ module Imasei
|
|
14
14
|
self
|
15
15
|
end
|
16
16
|
|
17
|
-
def assunto(codigo_estruturado
|
17
|
+
def assunto(codigo_estruturado)
|
18
18
|
@assuntos ||= []
|
19
19
|
@assuntos << {
|
20
20
|
assunto: {
|
21
|
-
codigo_estruturado: codigo_estruturado
|
22
|
-
descricao: descricao
|
21
|
+
codigo_estruturado: codigo_estruturado
|
23
22
|
}
|
24
23
|
}
|
25
24
|
self
|
26
25
|
end
|
27
26
|
|
28
27
|
def interessado(sigla, nome)
|
29
|
-
@interessados ||=
|
28
|
+
@interessados ||= []
|
30
29
|
unless sigla.nil? || nome.empty?
|
31
30
|
@interessados << {
|
32
31
|
interessado: {
|
data/lib/imasei/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: imasei
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexandre Soares feat Leandro Telles
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|