From c260260ce1720792db1887aaa7342639b1e6a8e9 Mon Sep 17 00:00:00 2001 From: Jakob Skjerning Date: Fri, 2 Jun 2023 11:23:37 +0200 Subject: [PATCH] Remove Travis references --- .travis.yml | 32 -------------------------------- README.rdoc | 2 -- 2 files changed, 34 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0743e78..0000000 --- a/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -language: ruby -rvm: - - 2.5.8 - - 2.6.6 - - 2.7.2 - - 3.0.0 - -env: - - "RAILS_VERSION=5.2.5" - - "RAILS_VERSION=6.0.3.6" - - "RAILS_VERSION=6.1.3.1" - - "RAILS_VERSION=main" - -matrix: - exclude: - - rvm: 3.0.0 - env: "RAILS_VERSION=5.2.5" - - rvm: 2.5.8 - env: "RAILS_VERSION=main" - - rvm: 2.6.6 - env: "RAILS_VERSION=main" - -addons: - code_climate: - repo_token: 9b174f785a3f1ad8986730da28c2756320f0413067e7e06bad278280f47743fd - -script: - - bundle exec rake build - - bundle exec standardrb - -after_success: - - bundle exec codeclimate-test-reporter diff --git a/README.rdoc b/README.rdoc index 076f864..9692cb8 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,7 +1,5 @@ = RouteDowncaser -{Build Status}[https://travis-ci.org/substancelab/route_downcaser] {}[https://codeclimate.com/github/substancelab/route_downcaser] - Makes routing in Rails case-insensitive (and other Rack-servers like Sinatra) This gem hooks into the Rack middleware of Rails. This way all paths are downcased before dispatching to Rails' routing mechanism. Querystring parameters and asset paths are not changed in any way.