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.* *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 ## Contributing
1. Fork it. 1. Fork it.

View File

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