aboutsummaryrefslogtreecommitdiffstats
path: root/dbshell-rails.gemspec
AgeCommit message (Collapse)Author
2017-05-01dbshell-rails.gemspec: Use single-quotesTeddy Wing
For consistency with the rest of the application. Leave double quotes on the ``git ls-files -z`.split("\x0")` line so that the "\x0" gets interpreted correctly.
2017-05-01dbshell-rails.gemspec: Add a short descriptionTeddy Wing
2017-04-29Change `Dbshell` to `DBShell`Teddy Wing
Use proper capitalisation for our module name.
2017-04-29Generate Ruby Gem contents with BundlerTeddy Wing
Created from: $ bundle gem dbshell-rails