Merge github-linguist-grammars into github-linguist

Now that all our grammars are licensed (or grandfathered in), we can
distribute them as part of the standard github-linguist gem. This makes
it easier for projects to get up and running with Linguist.
This commit is contained in:
Adam Roben
2015-01-07 14:44:40 -05:00
parent 470419d732
commit 0cfdbfb91c
6 changed files with 5 additions and 25 deletions

View File

@@ -1,4 +1,3 @@
source 'https://rubygems.org'
gemspec :name => "github-linguist"
gemspec :name => "github-linguist-grammars"
gem 'byebug' if RUBY_VERSION >= '2.0'