summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set architecture to "universal" for Windows (fix #934)universal-architectureRyan Fitzgerald2014-05-021-3/+3
* Merge pull request #1211 from yui-knk/fix-1016Conrad Irwin2014-05-011-0/+2
|\
| * Overwrite CodeRay's comment color.yui-knk2014-05-011-0/+2
* | Merge pull request #1213 from yui-knk/fix-typojohnny5-2014-05-011-1/+0
|\ \ | |/ |/|
| * Delete unnecessary comment-outed `binding.pry`.yui-knk2014-05-011-1/+0
|/
* Delete GuardfileKyrylo Silin2014-04-291-62/+0
* CHANGELOG.md: link to the actual issuesKyrylo Silin2014-04-291-4/+4
* Merge pull request #1209 from kyrylo/remove-deprecated-hooks-apiKyrylo Silin2014-04-293-63/+1
|\
| * Remove deprecated hooks APIKyrylo Silin2014-04-293-63/+1
|/
* Expand windows ANSI check to include MRI 2.1Ryan Fitzgerald2014-04-281-4/+8
* Verify that setting Pry.input avoids loading ReadlineRyan Fitzgerald2014-04-281-1/+11
* Merge pull request #1203 from pry/fix-957Conrad Irwin2014-04-284-62/+74
|\
| * Make object path resolution more robust (fix #957)fix-957Ryan Fitzgerald2014-04-284-62/+74
* | Uncomment fixed regression specRyan Fitzgerald2014-04-281-6/+5
* | Move back to 'gist' gemConrad Irwin2014-04-273-77/+29
|/
* Extract object path resolution into a classRyan Fitzgerald2014-04-275-69/+93
* Minor refactor of reload-code commandRyan Fitzgerald2014-04-271-23/+14
* Merge branch 'reload_code_improved_error_message'Ryan Fitzgerald2014-04-272-1/+27
|\
| * Improved reload-code error messages and added tests.Tom Kadwill2014-04-272-1/+27
| * Revert "Initial support for gem-uninstall"Kannan Manickam2014-04-272-45/+0
| * Initial support for gem-uninstallKannan Manickam2014-04-272-0/+45
|/
* Fix ansicon link [Fix #1200]Conrad Irwin2014-04-271-1/+1
* Require method_source >= 0.8.1 for Ruby 2.0+ compatabilityAndrew Meyer2014-04-271-1/+1
* Fix #1196Conrad Irwin2014-04-272-1/+7
* fully qualify constant name. closes #1193Johnny Five2014-04-271-6/+6
* read 'prompt_name' from `pry.config`.robert2014-04-271-2/+2
* pass the right 'input' to InputCompleter#call, improve docs.robert2014-04-272-12/+15
* remove useless ifrobert2014-04-271-1/+1
* `input` becomes primary argument in #initialize.robert2014-04-273-15/+11
* unbreak pry builds on < ruby 2.1.1robert2014-04-271-1/+0
* support BasicObject instance's as value in Pry#inject_localrobert2014-04-271-1/+1
* use Binding#local_variable_set when availablerobert2014-04-271-8/+25
* keep the same order for exec hook before last commitrobert2014-04-271-2/+2
* don't store "target" in the config.robert2014-04-271-2/+3
* add #1188 to the changelogrobert2014-04-271-0/+1
* rewrite Pry::InputCompleter as a class who wraps '_pry_'.robert2014-04-274-130/+129
* label and re-use regexp's in Pry::InputCompleter.robert2014-04-271-54/+26
* update oudated documentation for `gem-install`.robert2014-04-271-2/+2
* Fix the logic by inversing the require statements.Kannan Manickam2014-04-271-2/+2
* Fix requiring of rubygemsKannan Manickam2014-04-271-0/+3
* fix random test failurerobert2014-04-271-1/+4
* add Behavior#pretty_print, return '#' prefix in string from Behavior#inspectrobert2014-04-271-3/+8
* rename `keys=` as `local_keys=` in #inspect. ref #1150robert2014-04-271-1/+1
* fix typo in argument name to _clip_inspect()robert2014-04-271-1/+1
* improve `#inspect` of Pry::Config::Behavior instances (`_pry_.config`)robert2014-04-271-1/+11
* update changelog.md for `pry -i`.robert2014-04-271-1/+3
* fix test for `show-source -e`Robert Gleeson2014-04-272-2/+2
* docs, againRobert Gleeson2014-04-271-1/+1
* small doc tweak in show-sourceRobert Gleeson2014-04-271-1/+1
* rewrite test on top of `ReplTester`.Robert Gleeson2014-04-271-5/+4