summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* added Proc#source_location support for ruby 1.8John Mair2011-06-094-15/+26
|
* Merge pull request #5 from robgleeson/masterJohn Mair2011-06-052-0/+12
|\ | | | | Assert no warnings are emitted by method_source.
| * Assert no warnings are emitted by method_source.Rob Gleeson2011-06-051-0/+9
| |
| * Add Open4 as a dependency.Rob Gleeson2011-06-051-0/+3
|/
* version bump 0.5.0John Mair2011-06-011-1/+1
|
* added source_location to procs for rbx, all tests passing on rbxJohn Mair2011-06-014-36/+60
|
* Merge pull request #4 from robgleeson/masterJohn Mair2011-05-192-2/+2
|\ | | | | Fix warnings emitted by -w.
| * Fix warnings emitted by -w.Rob Gleeson2011-05-192-2/+2
|/
* defaults to RubyParser on all 1.9 implementations except MRIJohn Mair2011-04-112-2/+2
|
* version 0.4.0, added proper support for immediate values toJohn Mair2011-03-163-1/+34
| | | | source_location in 1.8.
* changed (C) to 2011 from 2010John Mair2011-03-051-1/+1
|
* version 0.3.5, now has support to take advantage of Method#source on rubiniusJohn Mair2011-03-052-1/+25
|
* version 0.3.4, fixed 1.8 1.9 String#clear incompat in Method#commentv0.3.4John Mair2011-02-283-8/+2
|
* opted in to gemtestJohn Mair2011-02-282-1/+1
|
* version 0.3.2, added more tests and improved some codeJohn Mair2011-02-284-2/+28
|
* version 0.3.0, some ruby 1.8 supportdevJohn Mair2011-02-287-74/+145
|
* refactor to use File block instead of manually closingJohn Mair2010-12-191-26/+23
|
* removed kruft (stringio and explicit receiver for valid_expression?)John Mair2010-12-181-2/+1
|
* fixed docs ready for 0.2.0 gem releasev0.2.0John Mair2010-12-181-3/+3
|
* version 0.2.0, support for method comments (and a few minor changes), thanks ↵Adam Sanderson2010-12-185-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 RipperJohn Mair2010-12-171-1/+1
|
* replaced RubyVM::ISeq with Ripper; method_source should now work on all 1.9 ↵John Mair2010-12-172-18/+6
| | | | Ruby implementations that support Ripper
* doc update again.John Mair2010-12-171-1/+1
|
* doc updateJohn Mair2010-12-171-0/+3
|
* added warning about YARV only (due to RubyVM, so not JRuby compatible). Also ↵John Mair2010-12-174-19/+45
| | | | added support and tests for Proc#source
* first commitJohn Mair2010-12-176-0/+235