mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-03 16:05:33 +00:00
Switch to json for samples db
This commit is contained in:
20103
lib/linguist/samples.json
Normal file
20103
lib/linguist/samples.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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)
|
||||
|
||||
19970
lib/linguist/samples.yml
19970
lib/linguist/samples.yml
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user