Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added Proc#source_location support for ruby 1.8 | John Mair | 2011-06-09 | 4 | -15/+26 | |
| | ||||||
* | Merge pull request #5 from robgleeson/master | John Mair | 2011-06-05 | 2 | -0/+12 | |
|\ | | | | | Assert no warnings are emitted by method_source. | |||||
| * | Assert no warnings are emitted by method_source. | Rob Gleeson | 2011-06-05 | 1 | -0/+9 | |
| | | ||||||
| * | Add Open4 as a dependency. | Rob Gleeson | 2011-06-05 | 1 | -0/+3 | |
|/ | ||||||
* | version bump 0.5.0 | John Mair | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | added source_location to procs for rbx, all tests passing on rbx | John Mair | 2011-06-01 | 4 | -36/+60 | |
| | ||||||
* | Merge pull request #4 from robgleeson/master | John Mair | 2011-05-19 | 2 | -2/+2 | |
|\ | | | | | Fix warnings emitted by -w. | |||||
| * | Fix warnings emitted by -w. | Rob Gleeson | 2011-05-19 | 2 | -2/+2 | |
|/ | ||||||
* | defaults to RubyParser on all 1.9 implementations except MRI | John Mair | 2011-04-11 | 2 | -2/+2 | |
| | ||||||
* | version 0.4.0, added proper support for immediate values to | John Mair | 2011-03-16 | 3 | -1/+34 | |
| | | | | source_location in 1.8. | |||||
* | changed (C) to 2011 from 2010 | John Mair | 2011-03-05 | 1 | -1/+1 | |
| | ||||||
* | version 0.3.5, now has support to take advantage of Method#source on rubinius | John Mair | 2011-03-05 | 2 | -1/+25 | |
| | ||||||
* | version 0.3.4, fixed 1.8 1.9 String#clear incompat in Method#commentv0.3.4 | John Mair | 2011-02-28 | 3 | -8/+2 | |
| | ||||||
* | opted in to gemtest | John Mair | 2011-02-28 | 2 | -1/+1 | |
| | ||||||
* | version 0.3.2, added more tests and improved some code | John Mair | 2011-02-28 | 4 | -2/+28 | |
| | ||||||
* | version 0.3.0, some ruby 1.8 supportdev | John Mair | 2011-02-28 | 7 | -74/+145 | |
| | ||||||
* | refactor to use File block instead of manually closing | John Mair | 2010-12-19 | 1 | -26/+23 | |
| | ||||||
* | removed kruft (stringio and explicit receiver for valid_expression?) | John Mair | 2010-12-18 | 1 | -2/+1 | |
| | ||||||
* | fixed docs ready for 0.2.0 gem releasev0.2.0 | John Mair | 2010-12-18 | 1 | -3/+3 | |
| | ||||||
* | version 0.2.0, support for method comments (and a few minor changes), thanks ↵ | Adam Sanderson | 2010-12-18 | 5 | -36/+174 | |
| | | | | | | | | | | to Adam Sanderson * Merged in Adam's changes * Refactored source_helper to reflect comment_helper style * Made some adjustments to Adam's code: removed buffer.strip, now doing an lstrip on each line before adding to buffer * No longer including blank lines in comment buffer (blank lines ignored) * Added large number of comment-related tests | |||||
* | updated docs to reflect now works with other 1.9 implementations due to Ripper | John Mair | 2010-12-17 | 1 | -1/+1 | |
| | ||||||
* | replaced RubyVM::ISeq with Ripper; method_source should now work on all 1.9 ↵ | John Mair | 2010-12-17 | 2 | -18/+6 | |
| | | | | Ruby implementations that support Ripper | |||||
* | doc update again. | John Mair | 2010-12-17 | 1 | -1/+1 | |
| | ||||||
* | doc update | John Mair | 2010-12-17 | 1 | -0/+3 | |
| | ||||||
* | added warning about YARV only (due to RubyVM, so not JRuby compatible). Also ↵ | John Mair | 2010-12-17 | 4 | -19/+45 | |
| | | | | added support and tests for Proc#source | |||||
* | first commit | John Mair | 2010-12-17 | 6 | -0/+235 | |