From 7528990d74c6ce83d715ffdb8da107a52ff7eba0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 Apr 2017 11:40:54 +0200 Subject: Change `Dbshell` to `DBShell` Use proper capitalisation for our module name. --- lib/dbshell/rails/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dbshell/rails') diff --git a/lib/dbshell/rails/version.rb b/lib/dbshell/rails/version.rb index 02f72e6..4728e94 100644 --- a/lib/dbshell/rails/version.rb +++ b/lib/dbshell/rails/version.rb @@ -1,4 +1,4 @@ -module Dbshell +module DBShell module Rails VERSION = "0.0.1" end -- cgit v1.2.3