summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* Set architecture to "universal" for Windows (fix #934)universal-architectureRyan Fitzgerald2014-05-021-3/+3
* Remove code made obsolete by Bundler dependencyRyan Fitzgerald2014-03-141-13/+0
* Move Readline-loading specs inside normal suiteRyan Fitzgerald2014-03-131-1/+1
* remove 1.8-compatibility hack from Rakefile.Robert Gleeson2014-02-031-9/+0
* integration/readline_spec.rb => isolation/readline_spec.rbRobert Gleeson2014-02-031-1/+1
* add spec/integration/readline_spec.rbRobert Gleeson2014-02-031-1/+1
* dummy commit to force travis to do its thingJohn Mair2013-02-121-1/+1
* add a few rake task aliasesJohn Mair2013-02-021-0/+4
* All passing arguments to `rake pry`.Conrad Irwin2013-01-271-1/+5
* Make the .gemspec canonical instead of generatedRyan Fitzgerald2013-01-011-38/+6
* Update baconRyan Fitzgerald2012-12-271-1/+1
* Make bacon respect $VERBOSE env var (default=off)☈king2012-12-201-1/+2
* Factoring sorted run into 'rake recspec'☈king2012-12-111-4/+22
* Use exec to run tests to preserve exit codeConrad Irwin2012-12-091-1/+1
* Deduplicate bacon invocation☈king2012-12-091-1/+6
* Move all fixtures into fixtures/Ryan Fitzgerald2012-12-091-1/+1
* Add Mocha for mockingRyan Fitzgerald2012-12-081-1/+2
* cleaned up lib/pry/test/helper.rbJohn Mair2012-12-071-1/+1
* moved test helper.rb to lib/pry/test/helper.rb, so plugins can use our test h...John Mair2012-11-281-1/+1
* Rename for tabcompletion-friendliness.☈king2012-11-151-2/+5
* Add simple GuardfileRyan Fitzgerald2012-09-081-1/+2
* Add self to author listRyan Fitzgerald2012-09-071-2/+2
* Quiet mode for tests againRyan Fitzgerald2012-09-051-1/+1
* Temporarily print verbose test outputRyan Fitzgerald2012-09-051-1/+1
* Add Bond completion (when available) cirwin++☈king2012-08-181-0/+2
* I Young GreedygutsJohn Mair2012-07-131-1/+1
* use prompt proc arity instead of to_ary. God this is boringJohn Mair2012-07-131-1/+1
* version 0.10.pre.1Conrad Irwin2012-07-051-1/+1
* Update to method_source 0.8.pre.2Conrad Irwin2012-06-031-1/+1
* Update to slop 3.3.1Conrad Irwin2012-05-311-1/+1
* Bump slop dependency to 3.3.0Conrad Irwin2012-05-301-1/+1
* Revert "Set Pry::Slop equal to Slop (v2.4.4)"Conrad Irwin2012-05-301-0/+1
* Set Pry::Slop equal to Slop (v2.4.4)Conrad Irwin2012-05-281-1/+0
* I WAZ ERE 2012Conrad Irwin2012-05-091-2/+2
* Re-add -q to our bacon tests now that we've discovered the problem.Jordon Bedwell2012-04-011-1/+1
* Remove -q from our rake test for a minute for some travis verbosity.Jordon Bedwell2012-04-011-1/+1
* Bump method-source requirement to 0.7.1Conrad Irwin2012-02-281-1/+1
* updated Slop dependency to 2.4.4, fixes https://github.com/injekt/slop/issues/56John Mair2012-02-091-1/+1
* got rid of unbelievably annoying automatic regeneration of gemspecJohn Mair2012-01-191-1/+1
* bumped slop version (bugfix) + fixed #425John Mair2012-01-161-1/+1
* upgraded method_source dependency to 0.7John Mair2012-01-011-1/+1
* remove unnecessary environment variable settingRyan Fitzgerald2011-12-301-2/+0
* make :gems task regenerate gemspecJohn Mair2011-12-301-2/+4
* better choice of __FILE__ (see issue #395)Ryan Fitzgerald2011-12-291-1/+1
* add workaround for issue #395Ryan Fitzgerald2011-12-291-0/+2
* Upgrade Coderay now that the $: issue is fixed, also fixes :"string".Jordon Bedwell2011-12-281-1/+1
* ensure gem environment matches gemspec before some rake tasksRyan Fitzgerald2011-12-171-9/+22
* fixed rake reinstall taskJohn Mair2011-12-171-1/+1
* bumped version and fixed reinstall rake taskJohn Mair2011-12-151-1/+1
* added gem reinstall task to Rakefile (for easy local testing)John Mair2011-12-151-0/+6