content_block_tools 1.13.0 → 1.14.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 838582c2538bbe70c10178123a0d45012cc374f311ab2c201248315bdc4a75ca
|
|
4
|
+
data.tar.gz: 6df681c851529b676a3c99e9102eb650d14cb4264e6a19c9af090457f6f84faa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2811f4de394ea44cdad0a0b780b8933c6748d65a21b183f33134d1a94e3b8ab3ab1e423ac116ebda8cd84541abdf5487a73101e03612c5ba9b7e834570da592a
|
|
7
|
+
data.tar.gz: 4e43661c293351a6e00038116ee6da74e51b43fe9ad6db0c1e5cf1f8b2e758439e537c5c8b73466490f219cdaf76083bcfb7f70aefa9561f78f9909a024dca47
|
data/lib/content_block_tools.rb
CHANGED
|
@@ -15,6 +15,7 @@ require "content_block_tools/presenters/field_presenters/time_period/date_presen
|
|
|
15
15
|
require "content_block_tools/presenters/field_presenters/time_period/time_presenter"
|
|
16
16
|
require "content_block_tools/presenters/field_presenters/time_period/start_presenter"
|
|
17
17
|
require "content_block_tools/presenters/field_presenters/time_period/end_presenter"
|
|
18
|
+
require "content_block_tools/presenters/field_presenters/pension/amount_presenter"
|
|
18
19
|
|
|
19
20
|
require "content_block_tools/content_block"
|
|
20
21
|
require "content_block_tools/content_block_reference"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: content_block_tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.14.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GOV.UK Dev
|
|
@@ -250,6 +250,7 @@ files:
|
|
|
250
250
|
- lib/content_block_tools/normalised_date_range.rb
|
|
251
251
|
- lib/content_block_tools/presenters/field_presenters/base_presenter.rb
|
|
252
252
|
- lib/content_block_tools/presenters/field_presenters/contact/email_presenter.rb
|
|
253
|
+
- lib/content_block_tools/presenters/field_presenters/pension/amount_presenter.rb
|
|
253
254
|
- lib/content_block_tools/presenters/field_presenters/time_period/date_presenter.rb
|
|
254
255
|
- lib/content_block_tools/presenters/field_presenters/time_period/date_range_presenter.rb
|
|
255
256
|
- lib/content_block_tools/presenters/field_presenters/time_period/end_presenter.rb
|
|
@@ -1123,7 +1124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1123
1124
|
- !ruby/object:Gem::Version
|
|
1124
1125
|
version: '0'
|
|
1125
1126
|
requirements: []
|
|
1126
|
-
rubygems_version: 4.0.
|
|
1127
|
+
rubygems_version: 4.0.12
|
|
1127
1128
|
specification_version: 4
|
|
1128
1129
|
summary: A suite of tools for working with GOV.UK Content Blocks
|
|
1129
1130
|
test_files: []
|