Add basic gemspec

This commit is contained in:
Joshua Peek
2011-05-09 21:59:42 -05:00
parent 559097ed6b
commit e192b79ffc

5
linguist.gemspec Normal file
View File

@@ -0,0 +1,5 @@
Gem::Specification.new do |s|
s.name = 'linguist'
s.version = '0.0.1'
s.summary = "GitHub Language detection"
end