From bebc7440815af58a80f1c92316043201f3e517a4 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Mon, 19 Dec 2016 20:20:10 -0500 Subject: Capitalize Thor gem name [ci skip] --- railties/lib/rails/command.rb | 2 +- railties/lib/rails/generators.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/lib') diff --git a/railties/lib/rails/command.rb b/railties/lib/rails/command.rb index 6065e78fd1..e8497579ae 100644 --- a/railties/lib/rails/command.rb +++ b/railties/lib/rails/command.rb @@ -37,7 +37,7 @@ module Rails end end - # Rails finds namespaces similar to thor, it only adds one rule: + # Rails finds namespaces similar to Thor, it only adds one rule: # # Command names must end with "_command.rb". This is required because Rails # looks in load paths and loads the command just before it's going to be used. diff --git a/railties/lib/rails/generators.rb b/railties/lib/rails/generators.rb index 67037106e5..c5b7caaf21 100644 --- a/railties/lib/rails/generators.rb +++ b/railties/lib/rails/generators.rb @@ -219,7 +219,7 @@ module Rails [[ "rails", rails ]] + groups.sort.to_a end - # Rails finds namespaces similar to thor, it only adds one rule: + # Rails finds namespaces similar to Thor, it only adds one rule: # # Generators names must end with "_generator.rb". This is required because Rails # looks in load paths and loads the generator just before it's going to be used. -- cgit v1.2.3