mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-03 16:05:33 +00:00
Merge pull request #88 from alloy/detect-CocoaPods-documents
Detect CocoaPods documents
This commit is contained in:
@@ -82,6 +82,8 @@ To run the tests:
|
||||
|
||||
*Since this code is specific to GitHub, is not published as a official rubygem.*
|
||||
|
||||
If you are seeing errors like `StandardError: could not find any magic files!`, it means the CharlockHolmes gem didn’t install correctly. See the [installing section](https://github.com/brianmario/charlock_holmes/blob/master/README.md) of the CharlockHolmes README for more information.
|
||||
|
||||
## Contributing
|
||||
|
||||
1. Fork it.
|
||||
|
||||
@@ -817,6 +817,7 @@ Ruby:
|
||||
- .gemspec
|
||||
- .god
|
||||
- .irbrc
|
||||
- .podspec
|
||||
- .rake
|
||||
- .rb
|
||||
- .rbuild
|
||||
@@ -827,10 +828,11 @@ Ruby:
|
||||
- .watchr
|
||||
filenames:
|
||||
- Capfile
|
||||
- Rakefile
|
||||
- Thorfile
|
||||
- Gemfile
|
||||
- Guardfile
|
||||
- Podfile
|
||||
- Rakefile
|
||||
- Thorfile
|
||||
- Vagrantfile
|
||||
|
||||
Rust:
|
||||
|
||||
Reference in New Issue
Block a user