summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* Refactor RakefileYoshiyuki Hirano2018-04-161-16/+21
* Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } (#1253)yhirano552018-04-161-11/+11
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* prefix with "rack-"2.0.0.alphaAaron Patterson2015-12-171-1/+1
* fix Rakefile to read the version from lib/rack.rbAaron Patterson2015-12-171-1/+1
* Cleanup older code than Ruby 2.0+ onedeepj2015-06-141-1/+1
* No difference between fulltest and test, per tenderlove.Ryan Davis2015-06-111-9/+2
* Added minitest/bacon to the top of each file so they can be run straight up.Ryan Davis2015-06-111-3/+1
* Converting to minitest: phase 1: minitest/baconRyan Davis2015-06-111-4/+5
* Run all the tests on ci, we have the pkgsJames Tucker2015-01-061-1/+1
* use shasum1.6.0Aaron Patterson2014-12-181-1/+1
* chmod binaries to 755 instead of 775Felix C. Stegerman2013-12-041-2/+2
* Remove unused require rbconfigbajamircea2013-09-091-1/+0
* Fix ChangeLog generation on 1.9.3+1.5.1James Tucker2013-01-281-1/+3
* Turn warnings back on for basic test runsJames Tucker2013-01-131-1/+1
* Documentation and Rakefile updates! Yay!James Tucker2012-03-181-12/+18
* Do not assume 'gem' on $PATH is the same as the one that this Ruby runtime sh...Hiro Asari2012-01-251-1/+3
* Whoops, that's not what I meant. There is no exclude here.James Tucker2011-12-271-3/+1
* Move to a CI task, skipping the cgi tests for now, as they're problematic stillJames Tucker2011-12-271-0/+5
* Further improvements for CI, no more bundle!James Tucker2011-12-271-0/+12
* Make tests easier to run cross-interpreterJames Tucker2011-09-021-3/+3
* Add .rdoc extension so GitHub can apply formattingErik Michaels-Ober2011-05-251-2/+2
* We don't actually use rdoctaskJames Tucker2011-05-221-1/+0
* 1.9 not having '.' in load pathraggi2011-05-021-1/+1
* Add some basic Rack::Server tests, nothing like the oldies, but fasterraggi2011-05-021-1/+1
* Adding SPEC with rake task dependenciesraggi2010-12-311-3/+4
* Use gemloader in fulltestraggi2010-12-191-1/+1
* rack handler specs are "fast"Joshua Peek2010-06-161-1/+1
* Fix Rakefile1.2.1Christian Neukirchen2010-06-151-2/+1
* Rename spec/ back to test/Christian Neukirchen2010-06-151-3/+3
* Silence test suiteChristian Neukirchen2010-06-131-2/+2
* Ported specs to baconMichael Fellinger2010-06-121-5/+9
* gem and rdoc need SPECChristian Neukirchen2010-02-071-1/+1
* Drop RDOX supportChristian Neukirchen2010-01-061-11/+4
* whoops, bad restorationJoshua Peek2009-12-261-2/+2
* Restore old school tar release toolsJoshua Peek2009-12-261-0/+25
* Modernize packaging and publishing tasks for gemcutterJoshua Peek2009-12-241-87/+3
* exclude rackup tests by default because they often stallJoshua Peek2009-12-201-6/+6
* Initial removal of OpenID related filesScytrin dai Kinthra2009-11-221-2/+1
* Package rack.gemspec as wellChristian Neukirchen2009-04-251-2/+2
* Simplify RakefileChristian Neukirchen2009-04-101-4/+1
* Remove deprecated rdoc flagChristian Neukirchen2009-04-101-1/+1
* Fix dist task dependenciesChristian Neukirchen2009-04-101-1/+2
* Fix gem task dependenciesChristian Neukirchen2009-04-101-1/+2
* Ensure to rebuild rdocsChristian Neukirchen2009-03-251-1/+1
* Build all files neededChristian Neukirchen2009-03-251-1/+1
* Refactor RakefileChristian Neukirchen2009-03-251-81/+58
* Update gemspecChristian Neukirchen2009-01-051-0/+9
* Fix packaging scriptChristian Neukirchen2008-08-211-0/+2
* Don't test OpenID in the default test suiteChristian Neukirchen2008-08-091-1/+1