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 +4 -4
- data/README.md +2 -2
- data/lib/govuk/components/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06e7b7ec7e69c8ac85c8089e8740f61774d85a8f8b71057cbf0f8ce441917233
|
4
|
+
data.tar.gz: 91475476b2227892e5067d94c5076ab5bcd95c9d912653129f187c8f4fd882b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
12
|
-
[![Ruby](https://img.shields.io/badge/Ruby-3.1.6%20%20%E2%95%B1%203.2.
|
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
|
|
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.
|
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-
|
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.
|
59
|
+
version: '3.18'
|
60
60
|
- - "<"
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: '3.
|
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.
|
69
|
+
version: '3.18'
|
70
70
|
- - "<"
|
71
71
|
- !ruby/object:Gem::Version
|
72
|
-
version: '3.
|
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.
|
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.
|
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:
|