Method: LibGems::Specification#runtime_dependencies

Defined in:
lib/libgems/specification.rb

#runtime_dependenciesObject

List of depedencies that will automatically be activated at runtime.



335
336
337
# File 'lib/libgems/specification.rb', line 335

def runtime_dependencies
  dependencies.select { |d| d.type == :runtime || d.type == nil }
end