diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-06-21 11:06:12 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-06-21 11:06:12 -0500 |
| commit | c236446992f048cd1de1580f3323354d1e768f77 (patch) | |
| tree | 0614f7a6f45a107ef64d3286981cf50fd0a81a4b | |
| parent | 37f971abddd4e32925212853ab4ff59ecfea6406 (diff) | |
Rename gem name to github-linguist
| -rw-r--r-- | github-linguist.gemspec (renamed from linguist.gemspec) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguist.gemspec b/github-linguist.gemspec index 757a974..43346fc 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" |
