summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* rubocop: "fix" offences of the Security/Eval copKyrylo Silin2019-03-241-0/+2
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-031-2/+6
* rubocop: fix offences of the Style/WordArray copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/SpecialGlobalVars copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/RescueModifier copKyrylo Silin2019-03-021-1/+5
* rubocop: fix offences of the Layout/EmptyLines copKyrylo Silin2018-11-041-1/+0
* rubocop: fix offences of the Style/HashSyntax copKyrylo Silin2018-10-131-10/+10
* Rakefile: unit test with help of RSpec::Core::RakeTaskKyrylo Silin2018-10-061-25/+3
* Update Rakefile to properly run specs (#1700)John Mair2017-11-141-1/+1
* Explicitly set arch to 'universal' for mingw and mswinDaniel Berger2015-10-131-1/+1
* Use CPU-less platforms for windowsEric Hodel2015-04-091-3/+5
* Enable warnings during spec runsMatijs van Zuijlen2015-01-231-1/+1
* Switch test suite to RSpecJosh Cheek2014-08-101-2/+2
* Add rake task for running tests on multiple rubiesAndrew Vos2014-07-201-0/+12
* Add support for x64-mingw32 platform [Fixes #834]Conrad Irwin2014-05-151-4/+4
* Revert "Set architecture to "universal" for Windows (fix #934)"Conrad Irwin2014-05-141-3/+3
* 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