mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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.
4 lines
103 B
Ruby
4 lines
103 B
Ruby
source 'https://rubygems.org'
|
|
gemspec :name => "github-linguist"
|
|
gem 'byebug' if RUBY_VERSION >= '2.0'
|