Merge pull request #868 from ktdreyer/gemspec

update gemspec metadata
This commit is contained in:
Ted Nyman
2013-12-27 13:54:19 -08:00

View File

@@ -2,9 +2,11 @@ Gem::Specification.new do |s|
s.name = 'github-linguist' s.name = 'github-linguist'
s.version = '2.10.8' s.version = '2.10.8'
s.summary = "GitHub Language detection" s.summary = "GitHub Language detection"
s.description = 'We use this library at GitHub to detect blob languages, highlight code, ignore binary files, suppress generated files in diffs, and generate language breakdown graphs.'
s.authors = "GitHub" s.authors = "GitHub"
s.homepage = "https://github.com/github/linguist" s.homepage = "https://github.com/github/linguist"
s.license = "MIT"
s.files = Dir['lib/**/*'] s.files = Dir['lib/**/*']
s.executables << 'linguist' s.executables << 'linguist'