Add basic linguist bin

This commit is contained in:
Joshua Peek
2011-05-25 12:52:29 -05:00
parent 5a780fbdc1
commit ed9888cf9c
2 changed files with 18 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ Gem::Specification.new do |s|
s.summary = "GitHub Language detection"
s.files = Dir['lib/**/*']
s.executables << 'linguist'
s.add_dependency 'albino', '1.3.2'
s.add_dependency 'escape_utils', '0.2.3'
s.add_dependency 'mime-types', '1.15'