0.9.9 Normalise gem naming
In preparation for releasing this gem to RubyGems and seeking more contributions from the wider community, this release performs some tidy-up to the gem's structure, and adds gem medatada.
Action required
BREAKING CHANGE: You must change how you include the gem in your project's Gemfile. Remove the explicit require
.
# Gemfile before...
gem "govuk-design-system-rails",
git: "https://github.com/govuk-ruby/govuk-design-system-rails",
tag: "0.9.8",
require: "govuk_design_system"
# Gemfile after...
gem "govuk-design-system-rails",
git: "https://github.com/govuk-ruby/govuk-design-system-rails",
tag: "0.9.9"
For more information, see: #76.
There is no change to the gem's functionality.
Full Changelog: 0.9.8...0.9.9.