Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename '{input/output}_array' to '{input/output}_ring' | Kyrylo Silin | 2018-10-20 | 1 | -2/+2 |
| | |||||
* | Fix rubocop empty line after guard clause style violations | Arlandis Word | 2018-10-14 | 1 | -0/+1 |
| | |||||
* | rubocop: fix offences of the Style/HashSyntax cop | Kyrylo Silin | 2018-10-13 | 1 | -4/+4 |
| | |||||
* | Move back to 'gist' gem | Conrad Irwin | 2014-04-27 | 1 | -9/+8 |
| | |||||
* | update 'gist' command to use _pry_.config.gist.inspecter | Robert Gleeson | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | Restore correct description of gist command | Andy Monat | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | gist: re-add 'jist' gem dependency with :requires_gem | John Mair | 2013-01-17 | 1 | -0/+1 |
| | | | | | Oops, forgetting this meant that 'gist' command would error out with ugly messages rather than prompting the user to 'install-command' | ||||
* | gist: window's fix for broken clipboard | John Mair | 2013-01-16 | 1 | -2/+8 |
| | |||||
* | gist: Use Pry::CodeCollector (like play/save-file) | John Mair | 2013-01-15 | 1 | -147/+43 |
| | | | | | | | | This enables a simplified UI, i.e: gist my_file.rb instead of gist -f my_file.rb and `gist my_method` instead of `gist -m my_method`. Unfortunately, we had to kill our tests in the process of doing this (gist_spec.rb is just commented out) - however since play and save-file have tests and they use the same Pry::CodeCollector object 'gist' is indirectly tested. Nonetheless, we should re-add tests at some point | ||||
* | Fix indentations for the gist command description | Kyrylo Silin | 2013-01-14 | 1 | -7/+6 |
| | |||||
* | Prettify command descriptions, switches and stuff | Kyrylo Silin | 2013-01-09 | 1 | -14/+15 |
| | | | | | | | | Wrap command descriptions to 80 characters. Convert some string options to symbols (where possible). Align options in code. Remove dots in the end of switch descriptions. Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com> | ||||
* | Convert all commands to classes | Kyrylo Silin | 2012-12-27 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | John "banister" Mair describes the following key features of commands as classes: 1. It enables people to extend them by either subclassing or monkeypatching. 2. It enables them to provide their own API, so that for example, the Pry::Command::Edit class could have class methods for people to configure it. Please, note that I didn't touch easter eggs commands. I also prettified some strings (your source code reading experience should vastly improve!). Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com> | ||||
* | Progress on gist + jruby crash | ☈king | 2012-12-09 | 1 | -1/+2 |
| | |||||
* | "Fix" build on 1.8 by avoiding method_source flakiness | Ryan Fitzgerald | 2012-12-09 | 1 | -2/+2 |
| | |||||
* | Use Jist.copy, not a Helper; fix @filename | ☈king | 2012-12-07 | 1 | -31/+3 |
| | |||||
* | DRY gist command's docs vs tests | ☈king | 2012-12-06 | 1 | -13/+37 |
| | |||||
* | gist: fix filenames from REPL + refactor + test | ☈king | 2012-12-06 | 1 | -54/+69 |
| | | | | I glommed together too much on this commit. ☹ | ||||
* | Restore groups, convert most commands to class syntax | Ryan Fitzgerald | 2012-08-11 | 1 | -3/+5 |
| | |||||
* | Remove extended_commands, default_commands -> commands | Ryan Fitzgerald | 2012-08-11 | 1 | -0/+183 |