diff options
author | Teddy Wing | 2017-04-29 22:32:33 +0200 |
---|---|---|
committer | Teddy Wing | 2017-04-29 22:32:33 +0200 |
commit | 3c5729137d4ea81c607bfc9422ceaeb1056081c5 (patch) | |
tree | a9855d14ef454f04b5f9235663e73562572041fa /lib/dbshell/client/sqlite3.rb | |
parent | ff2d18994bc5d885362b077fd6c70410b33a9605 (diff) | |
download | dbshell-rails-3c5729137d4ea81c607bfc9422ceaeb1056081c5.tar.bz2 |
Rename `Sqlite3` class to `SQLite3`
To match the 'sqlite3' gem's and the SQLite project's capitalisation
convention.
Diffstat (limited to 'lib/dbshell/client/sqlite3.rb')
-rw-r--r-- | lib/dbshell/client/sqlite3.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dbshell/client/sqlite3.rb b/lib/dbshell/client/sqlite3.rb index 09b44f9..564cf57 100644 --- a/lib/dbshell/client/sqlite3.rb +++ b/lib/dbshell/client/sqlite3.rb @@ -1,6 +1,6 @@ module DBShell module Client - class Sqlite3 + class SQLite3 EXECUTABLE_NAME = 'sqlite3' def self.runshell(db_info) |