diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-06-21 11:25:34 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-06-21 11:25:34 -0500 |
| commit | 77a6a41fc3589676f2d76fda5a1f7ddd6fc4f4cb (patch) | |
| tree | 8d2abb8d6583db864860093972c0690cab779288 /github-linguist.gemspec | |
| parent | 076bf7d0c8c5f68f5ed7e04b054d2710b3bd574e (diff) | |
| parent | f90c0226210c1e19c0ee5a5f18d35d059366371b (diff) | |
Merge branch 'master' into bayesian
Diffstat (limited to 'github-linguist.gemspec')
| -rw-r--r-- | github-linguist.gemspec | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/github-linguist.gemspec b/github-linguist.gemspec new file mode 100644 index 0000000..53662c4 --- /dev/null +++ b/github-linguist.gemspec @@ -0,0 +1,17 @@ +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 'json' + s.add_development_dependency 'rake' +end |
