Method: Ossert::Fetch::Rubygems#process_dependencies

Defined in:
lib/ossert/fetch/rubygems.rb

#process_dependenciesObject



64
65
66
67
# File 'lib/ossert/fetch/rubygems.rb', line 64

def process_dependencies
  agility.total.dependencies = Set.new(info['dependencies']['runtime']).to_a
  community.total.dependants = Set.new(reversed_dependencies).to_a
end