lib/catscope/app.rb in catscope-0.0.2 vs lib/catscope/app.rb in catscope-0.0.3

- old
+ new

@@ -190,9 +190,11 @@ end entry[:id] = Digest::MD5.hexdigest(entry[:path]) entry end + end.sort_by do |entry| + entry[:name] end entries.to_json end end