From c236446992f048cd1de1580f3323354d1e768f77 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Thu, 21 Jun 2012 11:06:12 -0500 Subject: [PATCH 1/2] Rename gem name to github-linguist --- linguist.gemspec => github-linguist.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename linguist.gemspec => github-linguist.gemspec (92%) diff --git a/linguist.gemspec b/github-linguist.gemspec similarity index 92% rename from linguist.gemspec rename to github-linguist.gemspec index 757a9740..43346fcf 100644 --- a/linguist.gemspec +++ b/github-linguist.gemspec @@ -1,5 +1,5 @@ Gem::Specification.new do |s| - s.name = 'linguist' + s.name = 'github-linguist' s.version = '1.0.0' s.summary = "GitHub Language detection"