mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-08 18:35:32 +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.*
|
*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
|
## Contributing
|
||||||
|
|
||||||
1. Fork it.
|
1. Fork it.
|
||||||
|
|||||||
@@ -817,6 +817,7 @@ Ruby:
|
|||||||
- .gemspec
|
- .gemspec
|
||||||
- .god
|
- .god
|
||||||
- .irbrc
|
- .irbrc
|
||||||
|
- .podspec
|
||||||
- .rake
|
- .rake
|
||||||
- .rb
|
- .rb
|
||||||
- .rbuild
|
- .rbuild
|
||||||
@@ -827,10 +828,11 @@ Ruby:
|
|||||||
- .watchr
|
- .watchr
|
||||||
filenames:
|
filenames:
|
||||||
- Capfile
|
- Capfile
|
||||||
- Rakefile
|
|
||||||
- Thorfile
|
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- Guardfile
|
- Guardfile
|
||||||
|
- Podfile
|
||||||
|
- Rakefile
|
||||||
|
- Thorfile
|
||||||
- Vagrantfile
|
- Vagrantfile
|
||||||
|
|
||||||
Rust:
|
Rust:
|
||||||
|
|||||||
Reference in New Issue
Block a user