Switch to json for samples db

This commit is contained in:
Joshua Peek
2012-07-23 16:02:14 -05:00
parent f44b31148a
commit 12d2e2ec74
5 changed files with 20111 additions and 19976 deletions

View File

@@ -10,7 +10,7 @@ module Linguist
ROOT = File.expand_path("../../../samples", __FILE__)
# Path for serialized samples db
PATH = File.expand_path('../samples.yml', __FILE__)
PATH = File.expand_path('../samples.json', __FILE__)
# Hash of serialized samples object
if File.exist?(PATH)