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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d08d8255b04e84a583124a0c184f7d0ec1a8205cc8ee9920ebe32e32878514c
4
- data.tar.gz: 30b1cd1e04973288157c1f633d6eff728a1985455e7f88bd3ae383913be02e81
3
+ metadata.gz: 822c524b38070bd3718e97837b302e5694a1583ef54fe912bde810b2c62714ea
4
+ data.tar.gz: 77cff051fdafe108337e9087b5584c9a9ce8a278095568d9b54898002f8c7271
5
5
  SHA512:
6
- metadata.gz: 3192d2182a6a60bd7fd9052b5895cfb79e60f254d25c44655f34d69d541d198574b385412f181bdd7bb120ff20c2ac7fb198b06fcb56b7666d57acc429d8f23e
7
- data.tar.gz: b53549bb342a2f4363d8261d8c1ef080c55961399cc8781cb090802964b25268dc874a4c2a0510ba842d4c8738af75c24272e7760bb1bc204e7d4500d2dbcc56
6
+ metadata.gz: f79bf7bf920cba89a9d1e8a7766f72d86e97c684442f8094d34664b74e03da07c0033bf12b631f8f0ead1d8ca1b27bbefdbe9e946d6559e90209799eabd06490
7
+ data.tar.gz: 0f875612abcb83f7e5e1792861586bd5877accd6b381ad8e20e9cc97484afb3fddeb7d9d5b7f30e4eb139dec47636e1fa5e7372c68f4d102cbe70c8a43fcadac
data/README.md CHANGED
@@ -7,10 +7,10 @@
7
7
  [![Test Coverage](https://api.codeclimate.com/v1/badges/fde73b5dc9476197281b/test_coverage)](https://codeclimate.com/github/DFE-Digital/govuk_design_system_formbuilder/test_coverage)
8
8
  [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=DFE-Digital/govuk_design_system_formbuilder)](https://dependabot.com)
9
9
  [![GitHub license](https://img.shields.io/github/license/DFE-Digital/govuk_design_system_formbuilder)](https://github.com/DFE-Digital/govuk_design_system_formbuilder/blob/master/LICENSE)
10
- [![GOV.UK Design System Version](https://img.shields.io/badge/GOV.UK%20Design%20System-3.4.0-brightgreen)](https://design-system.service.gov.uk)
10
+ [![GOV.UK Design System Version](https://img.shields.io/badge/GOV.UK%20Design%20System-3.5.0-brightgreen)](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.4.0 of the [GOV.UK Design System](https://design-system.service.gov.uk/),
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
@@ -1,3 +1,3 @@
1
1
  module GOVUKDesignSystemFormBuilder
2
- VERSION = '1.1.2'.freeze
2
+ VERSION = '1.1.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_design_system_formbuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Yates