Merge pull request #361 from mattdbridges/patch-1

Adding homepage to gemspec
This commit is contained in:
Ted Nyman
2013-01-27 22:19:34 -08:00

View File

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