aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTeddy Wing2017-04-29 11:40:54 +0200
committerTeddy Wing2017-04-29 11:40:54 +0200
commit7528990d74c6ce83d715ffdb8da107a52ff7eba0 (patch)
treea18acee28c8adc794016d0967bcfe06b5d26e4e7 /lib
parentf398c5b80f3b33593ea4e31f9b260017ea0d6657 (diff)
downloaddbshell-rails-7528990d74c6ce83d715ffdb8da107a52ff7eba0.tar.bz2
Change `Dbshell` to `DBShell`
Use proper capitalisation for our module name.
Diffstat (limited to 'lib')
-rw-r--r--lib/dbshell/rails.rb2
-rw-r--r--lib/dbshell/rails/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/dbshell/rails.rb b/lib/dbshell/rails.rb
index 0e3ea61..803b4ae 100644
--- a/lib/dbshell/rails.rb
+++ b/lib/dbshell/rails.rb
@@ -1,6 +1,6 @@
require "dbshell/rails/version"
-module Dbshell
+module DBShell
module Rails
# Your code goes here...
end
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