app-mgr 0.1.9 → 0.2.0

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
data/lib/app-mgr.rb CHANGED
@@ -21,7 +21,7 @@ class AppMgr
21
21
  if app then
22
22
  options = {public: app[:public]}
23
23
  options[:config] = app[:config] unless app[:config].empty?
24
- app[:running] = app[:object].new(options)
24
+ app[:running] = app[:object].new(options, self)
25
25
 
26
26
  return "'%s' running ..." % app_name
27
27
  else
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.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors: []
7
7