lib/plugins/plugin_plugins.rb in rsence-pre-2.1.0.6.pre vs lib/plugins/plugin_plugins.rb in rsence-pre-2.1.0.7.pre
- old
+ new
@@ -30,10 +30,11 @@
super
@plugin_plugins = RSence::PluginManager.new({
:plugin_paths => [ bundle_path('plugins') ],
:autoreload => false,
:name_prefix => name_with_manager_s.to_sym,
- :parent_manager => @plugins
+ :parent_manager => @plugins,
+ :resolved_deps => [:system]
})
end
# Extended {#open}, delegates calls to the sub-plugins.
def open