aboutsummaryrefslogtreecommitdiffstats
path: root/dbshell-rails.gemspec
diff options
context:
space:
mode:
authorTeddy Wing2017-04-29 11:40:54 +0200
committerTeddy Wing2017-04-29 11:40:54 +0200
commit7528990d74c6ce83d715ffdb8da107a52ff7eba0 (patch)
treea18acee28c8adc794016d0967bcfe06b5d26e4e7 /dbshell-rails.gemspec
parentf398c5b80f3b33593ea4e31f9b260017ea0d6657 (diff)
downloaddbshell-rails-7528990d74c6ce83d715ffdb8da107a52ff7eba0.tar.bz2
Change `Dbshell` to `DBShell`
Use proper capitalisation for our module name.
Diffstat (limited to 'dbshell-rails.gemspec')
-rw-r--r--dbshell-rails.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbshell-rails.gemspec b/dbshell-rails.gemspec
index e1a8659..1fcaf51 100644
--- a/dbshell-rails.gemspec
+++ b/dbshell-rails.gemspec
@@ -5,7 +5,7 @@ require 'dbshell/rails/version'
Gem::Specification.new do |spec|
spec.name = "dbshell-rails"
- spec.version = Dbshell::Rails::VERSION
+ spec.version = DBShell::Rails::VERSION
spec.authors = ["Teddy Wing"]
spec.summary = %q{TODO: Write a short summary. Required.}
spec.description = %q{TODO: Write a longer description. Optional.}