From cc849b609e3bac6cf6fc914df790486e9d373643 Mon Sep 17 00:00:00 2001 From: Teo Ljungberg Date: Fri, 5 Jun 2015 11:29:03 +0200 Subject: [PATCH] Fix `thoughtbot` capitalization The company name is spelled `thoughtbot` per https://github.com/thoughtbot/presskit/blob/master/README.md#name --- activesupport/lib/active_support/backtrace_cleaner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/backtrace_cleaner.rb b/activesupport/lib/active_support/backtrace_cleaner.rb index d06f22ad5c..e161ec4cca 100644 --- a/activesupport/lib/active_support/backtrace_cleaner.rb +++ b/activesupport/lib/active_support/backtrace_cleaner.rb @@ -25,7 +25,7 @@ module ActiveSupport # of the backtrace, you can call BacktraceCleaner#remove_filters! # These two methods will give you a completely untouched backtrace. # - # Inspired by the Quiet Backtrace gem by Thoughtbot. + # Inspired by the Quiet Backtrace gem by thoughtbot. class BacktraceCleaner def initialize @filters, @silencers = [], [] -- GitLab