govuk-components 5.9.0 → 5.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d34fcc2705a109d7ac1675b9e27e0f1b0c7672e1926516c96f9da3309ff9a661
4
- data.tar.gz: 48b66febcb4ae274be569a55ed93cf1dc978e42a2580040d2bbfec7a48b137b3
3
+ metadata.gz: aa28a0b19670ba06c866cd4019a3706e103344bf10bfb2802e7aa86099ffcb1a
4
+ data.tar.gz: 743970ed2889ef7ddb08953f86c7d00bfe3dbf9c4a02d41f64988dd3975a36a7
5
5
  SHA512:
6
- metadata.gz: abd7d44e3c988fbbd8bc4095c1a96f5529ec73ff4b0c56f8a8016933409bd40aa6cb8287c826ed4b3275cc3b32acc69c51b161d7bef110472aeffb7998172e8f
7
- data.tar.gz: df6781cfbd9f951a2158a9f5c3b52851cb1987e769b85d10e9f3bee30f5be093a6a0be91eef9a6065c1115260c84d844028814cd9777effe4fba1cc7d23de521
6
+ metadata.gz: 8fb10ea826a27f19f2745a1d19d5cc3a3474f7a4242b279e6aed16544d3e23a02c99caeb45ec366371c32576b5b6909c7acc6e27d67cd37f0acd936e713304d1
7
+ data.tar.gz: 69df0a9e08fee3f8afcb9afe86384b810323936df1e25c077d897f4d81956654de347b8030fb6d18074fa06f2a8f12236f215700d7de74e9fb4ed7c657e20e7e
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # GOV.UK Components for Ruby on Rails
2
2
 
3
- [![Tests](https://github.com/x-govuk/govuk-components/workflows/Tests/badge.svg)](https://github.com/x-govuk/govuk-components/actions?query=workflow%3ATests)
3
+ [![Tests](https://github.com/x-govuk/govuk-components/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/x-govuk/govuk-components/actions/workflows/tests.yml)
4
4
  [![Maintainability](https://api.codeclimate.com/v1/badges/cbcbc140f300b920d833/maintainability)](https://codeclimate.com/github/x-govuk/govuk-components/maintainability)
5
5
  [![Gem version](https://badge.fury.io/rb/govuk-components.svg)](https://badge.fury.io/rb/govuk-components)
6
6
  [![Gem](https://img.shields.io/gem/dt/govuk-components?logo=rubygems)](https://rubygems.org/gems/govuk-components)
@@ -9,7 +9,7 @@
9
9
  [![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.9.0-brightgreen)](https://design-system.service.gov.uk)
10
10
  [![ViewComponent](https://img.shields.io/badge/ViewComponent-3.16.0-brightgreen)](https://viewcomponent.org/)
11
11
  [![Rails](https://img.shields.io/badge/Rails-7.1.5%20%E2%95%B1%207.2.2%20%E2%95%B1%208.0.0-E16D6D)](https://weblog.rubyonrails.org/releases/)
12
- [![Ruby](https://img.shields.io/badge/Ruby-3.1.6%20%20%E2%95%B1%203.2.6%20%20%E2%95%B1%203.3.6-E16D6D)](https://www.ruby-lang.org/en/downloads/)
12
+ [![Ruby](https://img.shields.io/badge/Ruby-3.2.5%20%20%E2%95%B1%203.2.6%20%20%E2%95%B1%203.3.6-E16D6D)](https://www.ruby-lang.org/en/downloads/)
13
13
 
14
14
  This gem provides a suite of reusable components for the [GOV.UK Design System](https://design-system.service.gov.uk/). It is intended to provide a lightweight alternative to the [GOV.UK Publishing Components](https://github.com/alphagov/govuk_publishing_components) library and is built with GitHub’s [ViewComponent](https://github.com/github/view_component) framework.
15
15
 
@@ -1,5 +1,5 @@
1
1
  module Govuk
2
2
  module Components
3
- VERSION = '5.9.0'.freeze
3
+ VERSION = '5.10.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk-components
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.9.0
4
+ version: 5.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - DfE developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-16 00:00:00.000000000 Z
11
+ date: 2025-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: html-attributes-utils
@@ -84,6 +84,20 @@ dependencies:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
86
  version: '0'
87
+ - !ruby/object:Gem::Dependency
88
+ name: ostruct
89
+ requirement: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ type: :development
95
+ prerelease: false
96
+ version_requirements: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: '0'
87
101
  - !ruby/object:Gem::Dependency
88
102
  name: pry-byebug
89
103
  requirement: !ruby/object:Gem::Requirement