govuk-components 5.7.0 → 5.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86b283115f0094a912e569312215bc4a235bc04e19d7f627664d3e3ce99d0394
4
- data.tar.gz: 0201b249f6d81553c39be2cdb6a5634898365bbed9f8fab593e816bc24d1ebf0
3
+ metadata.gz: 06e7b7ec7e69c8ac85c8089e8740f61774d85a8f8b71057cbf0f8ce441917233
4
+ data.tar.gz: 91475476b2227892e5067d94c5076ab5bcd95c9d912653129f187c8f4fd882b9
5
5
  SHA512:
6
- metadata.gz: 04fef0c27172729fadee44b72e31a619f34da79b9744d08e7fdf321bfa1bc45600641aa365d05cb3a5c7b79129e28440c8d5f7752958c6d66419f11c3c826d25
7
- data.tar.gz: 9578a53753ed0e73414696fa9d00ab0d27d5f64ae28bddc38c15aea26fadc2bb75db628068cf0127ead4dfa2b91b75a10ddb20184d742d12f1e04b8a0f7a22d0
6
+ metadata.gz: 7692fc88efdfe35ab554887b4c43d5acc7959ed7a56b5251bc3478ce6427bd75ac1896b871c16fe1c92bda454e3e246d209b2e6b686e304bae4be4b4eae07c01
7
+ data.tar.gz: 0c0ff6c2527c42319439a85b1ecd19e8a57d157ef38b95fce27a8e2316184272fdb8210ea99591d863838daaa7bd1048596a74a32f2bbe7cb49c3a59bc52e482
data/README.md CHANGED
@@ -8,8 +8,8 @@
8
8
  [![Licence](https://img.shields.io/github/license/x-govuk/govuk-components)](https://github.com/x-govuk/govuk-components/blob/main/LICENSE.txt)
9
9
  [![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.7.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
- [![Rails](https://img.shields.io/badge/Rails-7.0.8%20%E2%95%B1%207.1.3-E16D6D)](https://weblog.rubyonrails.org/releases/)
12
- [![Ruby](https://img.shields.io/badge/Ruby-3.1.6%20%20%E2%95%B1%203.2.4%20%20%E2%95%B1%203.3.4-E16D6D)](https://www.ruby-lang.org/en/downloads/)
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/)
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.7.0'.freeze
3
+ VERSION = '5.7.1'.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.7.0
4
+ version: 5.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - DfE developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-11 00:00:00.000000000 Z
11
+ date: 2024-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: html-attributes-utils
@@ -56,20 +56,20 @@ dependencies:
56
56
  requirements:
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: '3.9'
59
+ version: '3.18'
60
60
  - - "<"
61
61
  - !ruby/object:Gem::Version
62
- version: '3.17'
62
+ version: '3.21'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.9'
69
+ version: '3.18'
70
70
  - - "<"
71
71
  - !ruby/object:Gem::Version
72
- version: '3.17'
72
+ version: '3.21'
73
73
  - !ruby/object:Gem::Dependency
74
74
  name: deep_merge
75
75
  requirement: !ruby/object:Gem::Requirement
@@ -314,14 +314,14 @@ dependencies:
314
314
  requirements:
315
315
  - - "~>"
316
316
  - !ruby/object:Gem::Version
317
- version: 1.8.1
317
+ version: 1.9.0
318
318
  type: :development
319
319
  prerelease: false
320
320
  version_requirements: !ruby/object:Gem::Requirement
321
321
  requirements:
322
322
  - - "~>"
323
323
  - !ruby/object:Gem::Version
324
- version: 1.8.1
324
+ version: 1.9.0
325
325
  description: This library provides view components for the GOV.UK Design System. It
326
326
  makes creating services more familiar for Ruby on Rails developers.
327
327
  email: