lib/nicht/stats.rb in nicht-0.1.6 vs lib/nicht/stats.rb in nicht-0.1.7

- old
+ new

@@ -1,10 +1,10 @@ -require 'awesome_print' +require "awesome_print" module Nicht class Stats def initialize(path, search = nil) - @path = path + '/**/Gemfile' + @path = "#{path}/**/Gemfile" @search = search @stats = { per_project: {}, per_gem: {} } end def render