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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f2fbce960ac5786d84db4a4a8ed42b61333a7cba98d07162ae1c44226273acb
4
- data.tar.gz: d290c99c5074b3562a27005f0d1e66cd7c6f51a98010e090b6045ffcfdd4bf2b
3
+ metadata.gz: 7ca6597b23f68303ee783a4188c038c3b77c0bb91b4323de12a356a2d7d9a8ae
4
+ data.tar.gz: '069aebbf4dbd90ee521989256422cb8b7be5bf3abadf0f0268a16dba68f051f2'
5
5
  SHA512:
6
- metadata.gz: d1601c31af6f97c2f38fef47c72ec24b42cbc7aa5eb0a235c971878276c1c1cf67ffe102dc0c5ea564dc6f8b5be35932a299392b822955d78e3da3a71c4defcf
7
- data.tar.gz: c47f09c48c2585db4fbb766f941769e3290930cd64433465f0a020a8188657ba9103390eedc0932adf0ecf73f915297f8c4f0db99b2a20511837878f6c83efaf
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, descricao)
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: {
@@ -1,3 +1,3 @@
1
1
  module Imasei
2
- VERSION = "0.2.10"
2
+ VERSION = "0.2.11"
3
3
  end
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.10
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-08 00:00:00.000000000 Z
11
+ date: 2018-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler