govuk-components 3.0.1b1 → 3.0.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: 46813fb35a694cb356d6d52e0d54b2bbee0592e4bc8825cd28c0db985f148230
4
- data.tar.gz: 3abacda9044832ba050caf116b34adf6dbaadd2d36b91cbb79af9d0d640969aa
3
+ metadata.gz: a229df44a0c397ee14a4b26c7a35053f0c9aa6e1900c443d1d25196947a8ff74
4
+ data.tar.gz: edacba877b2aa74e44453eee0ad0648fbd28b723cca4a527adac78f8f21e402d
5
5
  SHA512:
6
- metadata.gz: 915605c041e4457b922aa94d02bc3a2205c4f4209cf56e7b8de28a19be1bf3b539052039bb8af053180566590818d19d5eb61daae09ed73209a4c6c9d47ce5cd
7
- data.tar.gz: '02826866efc9a0169f3f3560b2624b89d26b2978ff25399f52d16911fb64cbdad0321b37ccdf35f70977972830e6f2dd824ddbc7939b523b76aabbe9c2e3f493'
6
+ metadata.gz: 2655f993ae5663cd9e22ac642bed9bf764caded1f04f27fc1051eb0c82b64de465491872478c546565cf501e0d36c74279bccf0a55e716e5f542125a0a405587
7
+ data.tar.gz: 2468c74b30988168652920314ae1ea4e09e0b4075b7d1c7ae7fdd26ed8288116b436f110e522af6bd7b658e7f9488a1747e33d7eb322d4b87b180bc481359b5b
data/README.md CHANGED
@@ -6,8 +6,8 @@
6
6
  [![Gem](https://img.shields.io/gem/dt/govuk-components?logo=rubygems)](https://rubygems.org/gems/govuk-components)
7
7
  [![Test Coverage](https://api.codeclimate.com/v1/badges/cbcbc140f300b920d833/test_coverage)](https://codeclimate.com/github/DFE-Digital/govuk-components/test_coverage)
8
8
  [![GitHub license](https://img.shields.io/github/license/DFE-Digital/govuk-components)](https://github.com/DFE-Digital/govuk-components/blob/main/LICENSE)
9
- [![GOV.UK Design System Version](https://img.shields.io/badge/GOV.UK%20Design%20System-4.0.0-brightgreen)](https://design-system.service.gov.uk)
10
- [![Rails](https://img.shields.io/badge/Rails-6.1.4.4%20%E2%95%B1%207.0.1-E16D6D)](https://weblog.rubyonrails.org/releases/)
9
+ [![GOV.UK Design System Version](https://img.shields.io/badge/GOV.UK%20Design%20System-4.0.1-brightgreen)](https://design-system.service.gov.uk)
10
+ [![Rails](https://img.shields.io/badge/Rails-6.1.4.4%20%E2%95%B1%207.0.2-E16D6D)](https://weblog.rubyonrails.org/releases/)
11
11
  [![Ruby](https://img.shields.io/badge/Ruby-2.7.5%20%20%E2%95%B1%203.0.3%20%20%E2%95%B1%203.1.0-E16D6D)](https://www.ruby-lang.org/en/downloads/)
12
12
 
13
13
  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.
@@ -1,5 +1,5 @@
1
1
  module Govuk
2
2
  module Components
3
- VERSION = '3.0.1b1'.freeze
3
+ VERSION = '3.0.3'.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: 3.0.1b1
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - DfE developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-09 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 2.47.0
47
+ version: 2.49.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 2.47.0
54
+ version: 2.49.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: pry-byebug
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -178,20 +178,34 @@ dependencies:
178
178
  - - "~>"
179
179
  - !ruby/object:Gem::Version
180
180
  version: '4.11'
181
+ - !ruby/object:Gem::Dependency
182
+ name: redcarpet
183
+ requirement: !ruby/object:Gem::Requirement
184
+ requirements:
185
+ - - "~>"
186
+ - !ruby/object:Gem::Version
187
+ version: 3.5.1
188
+ type: :development
189
+ prerelease: false
190
+ version_requirements: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - "~>"
193
+ - !ruby/object:Gem::Version
194
+ version: 3.5.1
181
195
  - !ruby/object:Gem::Dependency
182
196
  name: rouge
183
197
  requirement: !ruby/object:Gem::Requirement
184
198
  requirements:
185
199
  - - "~>"
186
200
  - !ruby/object:Gem::Version
187
- version: 3.27.0
201
+ version: 3.28.0
188
202
  type: :development
189
203
  prerelease: false
190
204
  version_requirements: !ruby/object:Gem::Requirement
191
205
  requirements:
192
206
  - - "~>"
193
207
  - !ruby/object:Gem::Version
194
- version: 3.27.0
208
+ version: 3.28.0
195
209
  - !ruby/object:Gem::Dependency
196
210
  name: rubypants
197
211
  requirement: !ruby/object:Gem::Requirement
@@ -359,9 +373,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
359
373
  version: '0'
360
374
  required_rubygems_version: !ruby/object:Gem::Requirement
361
375
  requirements:
362
- - - ">"
376
+ - - ">="
363
377
  - !ruby/object:Gem::Version
364
- version: 1.3.1
378
+ version: '0'
365
379
  requirements: []
366
380
  rubygems_version: 3.1.6
367
381
  signing_key: