diff options
| author | Scott J. Goldman <scottjg@github.com> | 2012-09-02 00:09:51 -0700 |
|---|---|---|
| committer | Scott J. Goldman <scottjg@github.com> | 2012-09-02 00:09:51 -0700 |
| commit | 5443dc50a3379cbe10619b713c31a7e12d6a2f47 (patch) | |
| tree | b0f0bdf9e5198d7ef60b7c27837d4441e84eddfc /github-linguist.gemspec | |
| parent | 6ec907a915bf3d18d8f7debb58e9e859cb9de16c (diff) | |
| parent | fc435a254171ff7ac8ff1291fc03a071add3c346 (diff) | |
Merge pull request #247 from github/check-size-first
When testing if a blob is indexable or safe to colorize, check size first
Diffstat (limited to 'github-linguist.gemspec')
| -rw-r--r-- | github-linguist.gemspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/github-linguist.gemspec b/github-linguist.gemspec index 246824a..14590ce 100644 --- a/github-linguist.gemspec +++ b/github-linguist.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'github-linguist' - s.version = '2.3.1' + s.version = '2.3.2' s.summary = "GitHub Language detection" s.authors = "GitHub" @@ -12,6 +12,7 @@ Gem::Specification.new do |s| s.add_dependency 'escape_utils', '~> 0.2.3' s.add_dependency 'mime-types', '~> 1.19' s.add_dependency 'pygments.rb', '>= 0.2.13' + s.add_development_dependency 'mocha' s.add_development_dependency 'json' s.add_development_dependency 'rake' s.add_development_dependency 'yajl-ruby' |
