Skip to content

0.9.9 Normalise gem naming

Compare
Choose a tag to compare
@stdstaff stdstaff released this 25 Jan 15:30
· 12 commits to master since this release

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.