From ec2e3428ec9a65a031efa16293359c92e8759778 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Tue, 14 Jan 2014 15:33:35 -0800 Subject: [PATCH] 2.10.11 --- github-linguist.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-linguist.gemspec b/github-linguist.gemspec index f55c45e9..f10f8d1f 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.10.10' + s.version = '2.10.11' 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.'