app-mgr 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
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