Merge pull request #105 from brynary/master

RubyGems requires an author on the gemspec
This commit is contained in:
Joshua Peek
2012-02-03 10:02:06 -08:00

View File

@@ -3,6 +3,8 @@ Gem::Specification.new do |s|
s.version = '1.0.0'
s.summary = "GitHub Language detection"
s.authors = "GitHub"
s.files = Dir['lib/**/*']
s.executables << 'linguist'