Skip to content

Commit

Permalink
Merge pull request github-linguist#88 from alloy/detect-CocoaPods-doc…
Browse files Browse the repository at this point in the history
…uments

Detect CocoaPods documents
  • Loading branch information
josh committed Nov 9, 2011
2 parents 4b8c1fb + d70e827 commit 5603b60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down
6 changes: 4 additions & 2 deletions lib/linguist/languages.yml
Expand Up @@ -817,6 +817,7 @@ Ruby:
- .gemspec
- .god
- .irbrc
- .podspec
- .rake
- .rb
- .rbuild
Expand All @@ -827,10 +828,11 @@ Ruby:
- .watchr
filenames:
- Capfile
- Rakefile
- Thorfile
- Gemfile
- Guardfile
- Podfile
- Rakefile
- Thorfile
- Vagrantfile

Rust:
Expand Down

0 comments on commit 5603b60

Please sign in to comment.