gloo 0.5.2 → 0.5.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62e053ee5dd0031478cca487810180928cf0f799fb865de3c87b4ae1ee85c9f9
4
- data.tar.gz: 8ffddb0025e2a37b78f8b1d4ccf0b7314dc894a4cc22722ccb9122946e71e4b5
3
+ metadata.gz: d3c1b097b88823cb4f2295c3f5c78cea3d03f5150c77417e013678dcec59b6ee
4
+ data.tar.gz: 73ecf73cc7d4879c1abd1cad7a2fb9f8a60bdcc39eccf77671c2f2d44583a6f5
5
5
  SHA512:
6
- metadata.gz: 1bdfb7834a1f21a2a2ff38fe8f942433bfb5f15e851307681b438ef714320e0924918283630b0ee017b6f93e5fb35cadaec06d1981620044b0e50aa3b49c13e9
7
- data.tar.gz: '0857dc12ae065532205d20a0d00179b92a58c416d384ead1e3a9432ed5af9439818750808893d391a85f87440eece6667f485f4b08738e0d0c196e1e0c27b19c'
6
+ metadata.gz: 8a108a19699bc347f4dced3b53863a39f6eec154861c40cd673d6964d27549b38607e5e276c5c74313d1648fd454db9667296ee0429abed3a793a687261b67c3
7
+ data.tar.gz: 0e0e9e2540d76a57ae268f1f70e51e8735575743819a5d89e7c3947bdb6cdfb3d44566cbc0359081056bd93e0f75c745046686cb3a5183f94681bd09d410f9c1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gloo (0.5.1)
4
+ gloo (0.5.2)
5
5
  activesupport (~> 5.2, >= 5.2.4.3)
6
6
  chronic (~> 0.10, >= 0.10.2)
7
7
  colorize (~> 0.8, >= 0.8.1)
@@ -8,7 +8,7 @@ module Gloo
8
8
  module App
9
9
  class Info
10
10
 
11
- VERSION = '0.5.2'.freeze
11
+ VERSION = '0.5.3'.freeze
12
12
  APP_NAME = 'Gloo'.freeze
13
13
 
14
14
  # Get the application display title.
@@ -50,8 +50,8 @@ module Gloo
50
50
 
51
51
  body = find_child BODY
52
52
  body.children.each do |child|
53
- child = Gloo::Objs::Alias.resolve_alias( child )
54
- h[ child.name ] = child.value
53
+ child_val = Gloo::Objs::Alias.resolve_alias( child )
54
+ h[ child.name ] = child_val.value
55
55
  end
56
56
 
57
57
  return h.to_json
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gloo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Crane