aboutsummaryrefslogtreecommitdiff
path: root/github-linguist.gemspec
blob: 43346fcfac3086cdaef1aac4958aa7354b6a4db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Gem::Specification.new do |s|
  s.name    = 'github-linguist'
  s.version = '1.0.0'
  s.summary = "GitHub Language detection"

  s.authors = "GitHub"

  s.files = Dir['lib/**/*']
  s.executables << 'linguist'

  s.add_dependency 'charlock_holmes', '~> 0.6.6'
  s.add_dependency 'escape_utils',    '~> 0.2.3'
  s.add_dependency 'mime-types',      '~> 1.18'
  s.add_dependency 'pygments.rb',     '~> 0.2.13'
  s.add_development_dependency 'rake'
end