summaryrefslogtreecommitdiff
path: root/pry.gemspec
Commit message (Collapse)AuthorAgeFilesLines
...
* ensure pry doesn't load when invoked with -h optionJohn Mair2012-06-211-3/+3
|
* Update to method_source 0.8.pre.2Conrad Irwin2012-06-031-4/+4
|
* Update to slop 3.3.1Conrad Irwin2012-05-311-5/+5
|
* Bump slop dependency to 3.3.0Conrad Irwin2012-05-301-5/+5
|
* Revert "Upgrade to Slop v3"Conrad Irwin2012-05-301-0/+3
| | | | This reverts commit 6bd162702283e2edcbf151d8db5ef52735959700.
* Upgrade to Slop v3Conrad Irwin2012-05-291-3/+0
|
* version 0.9.9.6 releaseJohn Mair2012-05-101-5/+5
| | | | | | | | | | As a result of the 0.9.9.5 fix for #558 we got the following error on 1.8.7: "On MRI 1.8.7-p358, this results in "TypeError: String can't be coerced into Fixnum",". This commit should fix that.
* v0.9.9.5 minor releasev0.9.9.5Conrad Irwin2012-05-091-3/+3
|
* version 0.9.9.4 bugfix releasev0.9.9.4John Mair2012-04-261-2/+2
| | | | Fixes `undefined method `winsize' for #<IO:<STDOUT>>` error (#549), and exit breakage on syntax error (#550).
* version 0.9.9.4pre1, fixed winsize bugJohn Mair2012-04-261-3/+3
|
* version 0.9.9.3 docfix releasev0.9.9.3John Mair2012-04-201-2/+2
|
* version 0.9.9.2 minor bugfix releasev0.9.9.2John Mair2012-04-191-13/+13
| | | | correct_indentation now respects Pry.color
* version 0.9.9.1 very minor docfix releasev0.9.9.1John Mair2012-04-191-13/+13
| | | | * made it clear -a switch to show-source/show-doc applies to classes as well as modules
* version 0.9.9 releasev0.9.9John Mair2012-04-181-5/+5
|
* version 0.9.8.4 releasev0.9.8.4John Mair2012-03-061-4/+4
| | | | | | * ~/.pry_history wasnt being created! FIXED * `hist --save` stored color codes! FIXED * added Pry#add_sticky_local API for adding sticky locals to individual pry instances
* version 0.9.8.3 releasev0.9.8.3John Mair2012-03-021-14/+12
|
* Bump method-source requirement to 0.7.1Conrad Irwin2012-02-281-15/+17
|
* version 0.9.8.2 releasev0.9.8.2John Mair2012-02-091-6/+6
|
* version 0.9.8.1 bugfix release, updated CHANGELOGJohn Mair2012-01-301-3/+3
|
* updated gemspecJohn Mair2012-01-251-14/+14
|
* no longer yields binding_stack to whenstarted, fixed #434John Mair2012-01-201-13/+13
|
* bumped slop version (bugfix) + fixed #425John Mair2012-01-161-7/+7
| | | | | * pry-backtrace now uses a pager #425 * bugfix to slop bug found here: https://github.com/injekt/slop/issues/46
* after_session in ensure + tests, fixes #418John Mair2012-01-141-13/+13
| | | | * + update gemspec
* added Pry::Hooks#dup/merge/merge! and testsJohn Mair2012-01-121-12/+12
|
* added delete_hooks alias for Hooks#clear, also minor refactorsJohn Mair2012-01-061-5/+5
|
* upgraded method_source dependency to 0.7John Mair2012-01-011-6/+6
|
* make :gems task regenerate gemspecJohn Mair2011-12-301-3/+3
|
* Upgrade Coderay now that the $: issue is fixed, also fixes :"string".Jordon Bedwell2011-12-281-3/+3
| | | | Signed-off-by: Jordon Bedwell <jordon@envygeeks.com>
* updated gemspecJohn Mair2011-12-211-2/+2
|
* ensure gem environment matches gemspec before some rake tasksRyan Fitzgerald2011-12-171-24/+21
|
* bump slop version to 2.2.0Lee Jarvis2011-11-051-3/+3
|
* version 0.9.7.4 hotfix release, see CHANGELOGv0.9.7.4John Mair2011-11-051-7/+7
|
* version 0.9.7.1 fixed ruby_parser dependency issue (too strict)v0.9.7.1John Mair2011-10-261-4/+4
|
* updated gemspecv0.9.7John Mair2011-10-261-16/+16
|
* Added indent.rb and options_helpers.rb fowlmouth2011-10-201-1/+1
| | | tested with oldfiles - newfiles
* Merge branch 'feature/method_refactor'Ryan Fitzgerald2011-10-011-3/+3
|\ | | | | | | | | | | | | Conflicts: CHANGELOG lib/pry/default_commands/introspection.rb pry.gemspec
| * fix hotfix, version 0.9.6.2 releaseJohn Mair2011-09-271-13/+13
| |
| * hopefully FIXED 0.9.6.1 release, gemspec version now matches rakefile versionv0.9.6.1John Mair2011-09-271-13/+13
| |
* | o swaying lillies!, o silver enemas!v0.9.6.2John Mair2011-09-271-1/+1
| |
* | forgot to add gemspec again! need to add this to a raketaskJohn Mair2011-09-271-25/+25
|/
* added Rake to gemspec (for travis)John Mair2011-09-221-12/+15
|
* forgot to update gemspecv0.9.6John Mair2011-09-191-8/+8
|
* version 0.9.5 releasev0.9.5John Mair2011-09-091-12/+12
|
* JRuby finally supported, passing 100% of tests - requires updated ↵John Mair2011-09-071-3/+3
| | | | method_source gem (version 0.6.5).
* bumped slop version and regenerated default gemspecLee Jarvis2011-08-221-11/+12
|
* Revert "simplify the gemspec"Lee Jarvis2011-08-221-16/+35
| | | | This reverts commit ab07c4e8c7775f7db932796cb7ef2b9bfca8e84f.
* simplify the gemspecLee Jarvis2011-08-221-35/+16
|
* bumped slop versionLee Jarvis2011-08-221-3/+3
|
* Revert "switched valid_expression? code to using catch() technique; removed ↵John Mair2011-08-221-15/+17
| | | | | | ruby_parser dependency as a result and updated Rakefile and pry.gemspec" This reverts commit 36c1300416ea51e9f8e607015d5b1b5ef1364f21.
* switched valid_expression? code to using catch() technique; removed ↵John Mair2011-08-221-17/+15
| | | | ruby_parser dependency as a result and updated Rakefile and pry.gemspec