Skip to content

Commit

Permalink
quickfix to avoid parsing files that take up a large amount of column…
Browse files Browse the repository at this point in the history
… width. examples include minified javascript and parser generator outputs
  • Loading branch information
Benjamin Tan Wei Hao committed Apr 4, 2012
1 parent 170ed9a commit 30bcac9
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 547 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -81,6 +81,15 @@ Currently this gem is in its infancy. Any bug reports and feature requests are v

## Changelog

### 0.0.7.pre

- Use [language_sniffer](https://github.com/grosser/language_sniffer) in place of Linguist

#### TODO

- Sensible defaults, make syntax typing optional.
- Detect the longest line within file, so that we don't parse troublesome files such as javascript that has been minified, or code that has been processed by a parser generator.

### 0.0.6

- Include MiniTest specs
Expand Down
Binary file removed code_rippa-0.0.6.gem
Binary file not shown.

0 comments on commit 30bcac9

Please sign in to comment.