lib/headdesk/apk.rb in headdesk-0.5.2 vs lib/headdesk/apk.rb in headdesk-0.6.0

- old
+ new

@@ -34,10 +34,10 @@ @android_manifest = File.open(android_manifest_xml) do |file| Nokogiri::XML(file) end end - def analize + def analyze report = Headdesk::APKReport.new(self) Headdesk::Check.for_apk.each do |check_type| check = check_type.new(self) report << check.process