alego 0.0.7 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/alego.rb +2 -1
  2. data/lib/alego/version.rb +1 -1
  3. metadata +1 -1
@@ -98,7 +98,8 @@ module Alego
98
98
  rescue
99
99
  resp[:usu_descricao] = ele.elements['nome-user'].text
100
100
  resp[:matricula] = ele.elements['matricula'].text
101
- resp[:lotacao] = ele.elements['lotacao'].text
101
+ resp[:lotacao] = ele.elements['id-lotacao '].text
102
+ resp[:nome_lotacao] = ele.elements['nome-lotacao'].text
102
103
  resp[:recursos] = ""
103
104
  ele.elements.each('telas') do |e|
104
105
  e.elements.each('tela') do |et|
@@ -1,3 +1,3 @@
1
1
  module Alego
2
- VERSION = "0.0.7"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alego
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: