Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-01 | dbshell-rails.gemspec: Use single-quotes | Teddy 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-01 | dbshell-rails.gemspec: Add a short description | Teddy Wing | |
2017-04-29 | Change `Dbshell` to `DBShell` | Teddy Wing | |
Use proper capitalisation for our module name. | |||
2017-04-29 | Generate Ruby Gem contents with Bundler | Teddy Wing | |
Created from: $ bundle gem dbshell-rails |