summaryrefslogtreecommitdiff
path: root/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* Revert e84c34b17a43e2fcfb622f12cb918e19aec6e2baKyrylo Silin2019-11-071-1/+1
|
* Update copyright notice to 2019 [ci skip] (#1926)Atul Bhosale2019-01-241-1/+1
|
* Update copyrightsKyrylo Silin2018-10-281-1/+1
| | | | | * Added myself (should've done that years ago) * Made it look like Pry is a team effort
* Update year in LICENSEDāvis Namsons2018-09-301-1/+1
|
* Update license.Gustavo Villa2016-01-021-1/+1
|
* update copyright year to 2015.strcmp2015-06-221-1/+1
| | | | [ci skip]
* LICENSE,README,pry.rb: update yearKyrylo Silin2013-04-061-2/+2
|
* Version 0.4.2John Mair2011-01-271-0/+25
* Added alias_command and desc commands to Pry::CommandBase * Added pry and version tasks to Rakefile to start a pry session and show current version * Added tests for alias_command and desc commands * made it so ls_methods and ls_imethods return sort arrays * made it so show_method without a paramater displays current method, if exists, who displays error if not