summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24 from petergoldstein/feature/add_ruby_2_to_travisHEADmasterRyan Fitzgerald2013-07-282-2/+2
|\ | | | | Add Ruby 2 to Travis CI matrix
| * Add Ruby 2 to Travis CI matrix. Eliminate warning.Peter M. Goldstein2013-07-282-2/+2
|/
* Bump to v0.8.2v0.8.2Ryan Fitzgerald2013-07-271-1/+1
|
* Bump to v0.8.2pre1Ryan Fitzgerald2013-07-271-1/+1
|
* Be more careful about separating out the rbx-only regexesRyan Fitzgerald2013-07-271-6/+6
|
* Remove master-only restriction from TravisRyan Fitzgerald2013-07-271-4/+0
|
* Remove colons from rbx regexps, separate from generic onesRyan Fitzgerald2013-07-271-4/+19
|
* Merge pull request #21 from jacknagel/patch-1John Mair2013-05-101-1/+1
|\ | | | | Fix 'assigned but unused variable' warning
| * Fix 'assigned but unused variable' warningJack Nagel2013-04-061-1/+1
|/
* version 0.8.1 release, ruby 2.0 supportv0.8.1John Mair2012-10-173-7/+7
|
* Basic ruby-2.0 supportConrad Irwin2012-09-111-1/+1
|
* version 0.8v0.8Conrad Irwin2012-07-052-6/+6
|
* Allow embedded documents in incomplete expressions [Fixes pry#622]Conrad Irwin2012-07-024-2/+45
| | | | Also import complete_expression? tests from Pry.
* properly documented :consume parameterJohn Mair2012-07-023-8/+14
|
* define a consume parameter for expression_at and extract_first_expressionJohn Mair2012-06-291-5/+11
| | | | | | When consume is > 0 it prefills the expression buffer with `consume` lines of input. This enables you to rapidly check a large chunk of code for validity as you skip over the initial portion you know is valid without having to perform an expensive eval() on each line.
* Fix procs/lambdasConrad Irwin2012-06-033-4/+4
|
* Make rake gemspec dtrtv0.8.pre.1Conrad Irwin2012-06-031-0/+3
|
* Bump to version 0.8.pre.1Conrad Irwin2012-06-032-6/+6
|
* Improve error messagesConrad Irwin2012-06-031-9/+12
|
* Import some CodeHelpers from Pry.Conrad Irwin2012-06-032-96/+168
| | | | | The hope is that they can live in this gem permanently, and Pry can also include MethodSource::CodeHelpers in the relevant places.
* Allow source_location to work in eval on 1.8.7Conrad Irwin2012-06-021-1/+1
|
* Added SourceNotFoundError classReginald Tan2012-06-022-8/+10
|
* Skip broken tests in jrubyConrad Irwin2012-05-261-5/+8
|
* Fix regex warnings on ruby-1.8.7Conrad Irwin2012-05-261-1/+1
|
* Merge remote-tracking branch 'redgetan/eval_workaround'Conrad Irwin2012-05-263-11/+98
|\
| * If displaying method source fails for *_evaled methods, retry again.Reginald Tan2012-05-233-11/+98
| | | | | | | | | | | | | | | | | | This time, assume inside eval string and simulate interpolation of #{} by replacing with a placeholder when doing syntax validation Only works if *_eval contains the arguments filename and lineno + 1. Without them, UnboundMethod#source_location would not return the proper filename and lineno needed to display the source.
* | Merge pull request #15 from voxik/masterJohn Mair2012-05-031-1/+1
|\ \ | |/ |/| Expand require paths (#12).
| * Expand require paths (#12).Vít Ondruch2012-05-031-1/+1
|/
* version 0.7.1v0.7.1John Mair2012-02-293-3/+10
|
* Merge pull request #10 from ConradIrwin/masterJohn Mair2012-02-281-2/+2
|\ | | | | Fix method_source in the case that the method method has been overridden on 1.8.7
| * 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 Ruby enterprise edition's __file__ and __line__ methods.
| * 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
|