Merge pull request #88 from alloy/detect-CocoaPods-documents

Detect CocoaPods documents
This commit is contained in:
Joshua Peek
2011-11-09 07:26:49 -08:00
2 changed files with 6 additions and 2 deletions

View File

@@ -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 didnt 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.

View File

@@ -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: