summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 0.7.1v0.7.1John Mair2012-02-293-3/+10
* Merge pull request #10 from ConradIrwin/masterJohn Mair2012-02-281-2/+2
|\
| * Fix in the case of overridden method methodConrad Irwin2012-02-281-2/+2
|/
* be conservative and bump version to 0.7.0v0.7.0John Mair2012-01-012-3/+3
* version bump, 0.6.8John Mair2011-12-011-1/+1
* replace ruby_parser dependency with evalRyan Fitzgerald2011-11-303-35/+18
* bumped dependencies for compatibility with pryv0.6.7John Mair2011-10-263-17/+17
* removed open4 dependencyv0.6.6John Mair2011-10-032-3/+0
* added gemspec and updated RakefileJohn Mair2011-10-033-4/+51
* updated Rakefile for travisJohn Mair2011-10-031-3/+5
* added travis supportJohn Mair2011-10-031-0/+16
* version 0.6.6, added REE supportJohn Mair2011-10-033-12/+2
* Merge pull request #9 from ConradIrwin/masterJohn Mair2011-10-021-4/+20
|\
| * Use syntactically nicer versionConrad Irwin2011-10-011-3/+3
| * Add a less hacky version for ree-1.8.7Conrad Irwin2011-10-011-4/+20
|/
* added thanks to samuel kadolphJohn Mair2011-09-111-0/+2
* fixed tests, now running green on jruby, mri, rbx. version 0.6.5 releasev0.6.5John Mair2011-09-072-17/+24
* added JRuby source_location hack, also added a LICENSE fileJohn Mair2011-09-074-54/+128
* version 0.6.0 releaseJohn Mair2011-06-091-1/+1
* can now retrieve source for Procs in ruby 1.8v0.6.0John Mair2011-06-081-1/+0
* version 0.6.0pre1. added *.rbc files to CLEAN taskJohn Mair2011-06-092-5/+5
* 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.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.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
* 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
* 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 R...John Mair2010-12-172-18/+6
* 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
* first commitJohn Mair2010-12-176-0/+235