# -*- encoding: utf-8 -*- # stub: route_downcaser 0.2.2 ruby lib Gem::Specification.new do |s| s.name = "route_downcaser".freeze s.version = "0.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Carsten Gehling".freeze] s.date = "2014-12-19" s.description = "This gem hooks into the Rack middleware of Rails. This way all paths are downcased before dispatching to Rails' routing mechanism. Querystring parameters are not changed in any way.".freeze s.email = ["carsten@sarum.dk".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/configuration.rb".freeze, "lib/route_downcaser.rb".freeze, "lib/route_downcaser/downcase_route_middleware.rb".freeze, "lib/route_downcaser/railtie.rb".freeze, "lib/route_downcaser/version.rb".freeze, "lib/tasks/route_downcaser_tasks.rake".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/images/SpaceCat.jpeg".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/hello_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/integration/route_middleware_test.rb".freeze, "test/route_downcaser_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/carstengehling/route_downcaser".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Makes routing in Rails case-insensitive".freeze s.test_files = ["test/dummy/log/test.log".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/404.html".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/controllers/hello_controller.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/assets/images/SpaceCat.jpeg".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/config.ru".freeze, "test/dummy/script/rails".freeze, "test/integration/route_middleware_test.rb".freeze, "test/route_downcaser_test.rb".freeze, "test/test_helper.rb".freeze] end