aboutsummaryrefslogtreecommitdiffstats
path: root/dbshell-rails.gemspec
AgeCommit message (Collapse)Author
2017-05-01dbshell-rails.gemspec: Use SPDX ID for licenseTeddy 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-01License under the LGPLv3+Teddy Wing
2017-05-01dbshell-rails.gemspec: Add long descriptionTeddy Wing
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