Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-01 | dbshell-rails.gemspec: Use SPDX ID for license | Teddy Wing | |
The RubyGems.org guide (http://guides.rubygems.org/specification-reference/#license=) specifies that the `license` field should use "the standard SPDX ID spdx.org/licenses/ for the license". | |||
2017-05-01 | License under the LGPLv3+ | Teddy Wing | |
2017-05-01 | dbshell-rails.gemspec: Add long description | Teddy Wing | |
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 |