Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-01 | License under the LGPLv3+ | Teddy Wing | |
2017-05-01 | README: Remove installation instructions using the `gem` command | Teddy Wing | |
The Rake task can't be found if the gem isn't included in the Gemfile. Remove the instructions for installing with the `gem` command because it isn't going to work using that installation method. | |||
2017-05-01 | Add README | Teddy Wing | |
Include a description and background, usage, and license information. Installation instructions come from the auto-generated README provided by Bundler. | |||
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 |