Using github's linguist to better detect filetypes and to do syntax highlighting.
Showing
... | ... | @@ -18,6 +18,7 @@ gem "six" |
gem "therubyracer" | ||
gem "faker" | ||
gem "seed-fu" | ||
gem "linguist", "~> 1.0.0", :git => "https://github.com/github/linguist.git" | ||
gem "pygments.rb", "0.2.7" | ||
gem "thin" | ||
gem "unicorn" | ||
... | ... |
lib/utils.rb
deleted
100644 → 0
Please register or sign in to comment