app-mgr 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. data/lib/app-mgr.rb +1 -1
  2. metadata +1 -1
@@ -105,7 +105,7 @@ class AppMgr
105
105
  method = node_method.attributes.get_attribute('name').to_s
106
106
  params = node_method.elements['params'].to_s
107
107
 
108
- method_out, @content_type = @@app.execute(project_name, method, params)
108
+ method_out, @content_type = self.execute(project_name, method, params)
109
109
  method_out
110
110
  end
111
111
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app-mgr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors: []
7
7