summary refs log tree commit
path: root/Rakefile
DateCommit message (Expand)
2022-08-26Refactor tests. (#1953)
2022-07-07Remove rubyforge related tasks (#1920)
2022-05-05Remove dependency on rack-session, and development dependency on minitest-sprint
2022-02-23Fix URL for rack-cache external testing.
2022-02-22Use forked `rack-cache` git repo.
2022-02-03Enable directly requiring Rack components
2020-11-14Skip rubocop for external tests
2020-05-25Rakefile: external tests: Rename our RuboCop YAML
2020-05-25RuboCop: Lint with automatic fixing
2020-02-09Add rack-cache to external testing.
2020-02-09Add support for testing external gems.
2020-02-08fix release task
2020-02-06Fix SPEC formatting.
2020-02-06Move from SPEC to SPEC.rdoc
2020-01-30Add test coverage using test_cov rake task
2020-01-12Improve install process.
2018-04-16Refactor Rakefile
2018-04-16Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } (#1253)
2018-04-13Add frozen_string_literal: true to remaining files
2015-12-17prefix with "rack-" 2.0.0.alpha
2015-12-17fix Rakefile to read the version from lib/rack.rb
2015-06-14Cleanup older code than Ruby 2.0+ one
2015-06-11No difference between fulltest and test, per tenderlove.
2015-06-11Added minitest/bacon to the top of each file so they can be run straight up.
2015-06-11Converting to minitest: phase 1: minitest/bacon
2015-01-06Run all the tests on ci, we have the pkgs
2014-12-18use shasum 1.6.0
2013-12-04chmod binaries to 755 instead of 775
2013-09-09Remove unused require rbconfig
2013-01-28Fix ChangeLog generation on 1.9.3+ 1.5.1
2013-01-13Turn warnings back on for basic test runs
2012-03-18Documentation and Rakefile updates! Yay!
2012-01-25Do not assume 'gem' on $PATH is the same as the one that this Ruby runtime sh...
2011-12-27Whoops, that's not what I meant. There is no exclude here.
2011-12-27Move to a CI task, skipping the cgi tests for now, as they're problematic still
2011-12-27Further improvements for CI, no more bundle!
2011-09-02Make tests easier to run cross-interpreter
2011-05-25Add .rdoc extension so GitHub can apply formatting
2011-05-22We don't actually use rdoctask
2011-05-021.9 not having '.' in load path
2011-05-02Add some basic Rack::Server tests, nothing like the oldies, but faster
2010-12-31Adding SPEC with rake task dependencies
2010-12-19Use gemloader in fulltest
2010-06-16rack handler specs are "fast"
2010-06-15Fix Rakefile 1.2.1
2010-06-15Rename spec/ back to test/
2010-06-13Silence test suite
2010-06-12Ported specs to bacon
2010-02-07gem and rdoc need SPEC
2010-01-06Drop RDOX support