govuk_design_system_formbuilder 1.1.2 → 1.1.3
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 +4 -4
- data/README.md +2 -2
- data/lib/govuk_design_system_formbuilder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 822c524b38070bd3718e97837b302e5694a1583ef54fe912bde810b2c62714ea
|
|
4
|
+
data.tar.gz: 77cff051fdafe108337e9087b5584c9a9ce8a278095568d9b54898002f8c7271
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f79bf7bf920cba89a9d1e8a7766f72d86e97c684442f8094d34664b74e03da07c0033bf12b631f8f0ead1d8ca1b27bbefdbe9e946d6559e90209799eabd06490
|
|
7
|
+
data.tar.gz: 0f875612abcb83f7e5e1792861586bd5877accd6b381ad8e20e9cc97484afb3fddeb7d9d5b7f30e4eb139dec47636e1fa5e7372c68f4d102cbe70c8a43fcadac
|
data/README.md
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
[](https://codeclimate.com/github/DFE-Digital/govuk_design_system_formbuilder/test_coverage)
|
|
8
8
|
[](https://dependabot.com)
|
|
9
9
|
[](https://github.com/DFE-Digital/govuk_design_system_formbuilder/blob/master/LICENSE)
|
|
10
|
-
[](https://design-system.service.gov.uk)
|
|
11
11
|
|
|
12
12
|
This gem provides a easy-to-use form builder that generates forms that are
|
|
13
|
-
fully-compliant with version 3.
|
|
13
|
+
fully-compliant with version 3.5.0 of the [GOV.UK Design System](https://design-system.service.gov.uk/),
|
|
14
14
|
minimising the amount of markup you need to write.
|
|
15
15
|
|
|
16
16
|
In addition to the basic markup, the more-advanced functionality of the Design
|