diff options
Diffstat (limited to 'dbshell-rails.gemspec')
| -rw-r--r-- | dbshell-rails.gemspec | 2 | 
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.} | 
