summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use _pry_.pager if possiblerefactor/dont-throwaway-pry-instanceJohn Mair2015-02-161-1/+5
* Merge pull request #1355 from mvz/fix-warningsr202015-02-0163-1218/+1253
|\
| * Fix JRuby-specific warningsMatijs van Zuijlen2015-01-232-4/+5
| * Fix possible reference to past scope warningsMatijs van Zuijlen2015-01-235-23/+21
| * Fix more unused local variable warningsMatijs van Zuijlen2015-01-232-2/+3
| * Catch at least some errors in #safe_to_evaluate?Matijs van Zuijlen2015-01-232-0/+2
| * Avoid ignored literalsMatijs van Zuijlen2015-01-231-2/+2
| * Undefine method possibly defined in sessionMatijs van Zuijlen2015-01-231-0/+3
| * Fix warning generated by editor actionMatijs van Zuijlen2015-01-231-2/+6
| * Fix more warningsMatijs van Zuijlen2015-01-2326-459/+477
| * Fix binary operator % warningMatijs van Zuijlen2015-01-231-3/+3
| * Fix some warningsMatijs van Zuijlen2015-01-2331-721/+733
| * Fix 'possibly useless use of == in void context' warningsMatijs van Zuijlen2015-01-231-5/+5
| * Fix 'shadowing outer local variable' warningMatijs van Zuijlen2015-01-231-1/+1
| * Enable warnings during spec runsMatijs van Zuijlen2015-01-232-5/+1
|/
* add tests that cover Object subclassesrpag2015-01-151-0/+31
* add spec, & cleanup after existing specrpag2015-01-151-4/+22
* add Pry::ColorPrinter specsrpag2015-01-151-0/+35
* define instance methods on Pry::Helpers::Textrpag2015-01-151-75/+69
* update CHANGELOG.mdrpag2015-01-151-0/+1
* support custom implementation of BasicObject#inspect.rpag2015-01-151-8/+11
* Don't render Pry::Code for `#respond_to_missing?`Ryan Fitzgerald2015-01-141-2/+2
* Add missing Pry::Code#respond_to_missing?Christian Haase2015-01-141-0/+5
* Update specs using inner_scope helperChristian Haase2015-01-143-41/+67
* Update specs using yield matcherChristian Haase2015-01-142-31/+29
* Add rubymine directory to ignore listChristian Haase2015-01-141-0/+1
* Remove example-aliasChristian Haase2015-01-141-1/+1
* Replace should with specifyChristian Haase2015-01-142-30/+30
* Merge pull request #1339 from CasperSleep/masterRyan Fitzgerald2015-01-141-1/+1
|\
| * modify regex so not_a_real_file? does not automatically return false when fil...Eli Bosworth2015-01-081-1/+1
* | Merge pull request #1300 from krissi/masterRyan Fitzgerald2015-01-142-6/+1
|\ \
| * | Remove slash-change of windows pathsChristian Haase2014-09-122-6/+1
* | | Add spec for 8cdcd9e40dRyan Fitzgerald2015-01-142-0/+5
* | | Merge pull request #1302 from stefan-lz/rakefile_syntax_highlightingRyan Fitzgerald2015-01-141-1/+7
|\ \ \
| * | | Enable syntax highlighting for Rakefile and other similarly named filesStefan Leszkiewicz2014-09-141-1/+7
| |/ /
* | | Reduce line length in jump-toRyan Fitzgerald2015-01-141-3/+7
* | | Merge pull request #1295 from JoshCheek/spec_for_jump_to_commandRyan Fitzgerald2015-01-142-18/+17
|\ \ \
| * | | Refactor jump_to and specJosh Cheek2014-09-012-18/+17
| |/ /
* | | Merge remote-tracking branch 'drwl/fixes-issue-1286' (fix #1286)Ryan Fitzgerald2015-01-141-0/+1
|\ \ \
| * | | Fix for NoMethodError when using install-command with no gem configurationAndrew Lee2014-08-241-1/+2
| |/ /
* | | Merge pull request #1345 from rrrene/patch-3Conrad Irwin2015-01-131-1/+1
|\ \ \
| * | | Update docs badge in READMERené Föhring2015-01-131-1/+1
| | |/ | |/|
* | | Merge pull request #1346 from dominic-ew/patch-1Conrad Irwin2015-01-131-1/+1
|\ \ \ | |/ / |/| |
| * | using __send__ to prevent calling TCPSocket#senddominic-ew2015-01-131-1/+1
|/ /
* | consistent names for private Behavior methodsrpag2014-12-131-5/+5
* | update CHANGELOG.mdrpag2014-12-131-714/+715
* | fixes #1277rpag2014-12-132-17/+34
* | Behavior#[] traverses through chain of defaults.rpag2014-12-132-1/+22
* | Merge pull request #1332 from ktdreyer/rm-openstructRobert2014-12-101-1/+1
|\ \
| * | spec: rm stray reference to OpenStructKen Dreyer2014-12-091-1/+1
|/ /