metadata_presenter 0.6.1 → 0.7.0
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: 02fd8396a3e665ad2a74bf8f9d9e7caf372227fade7627333425267199f36363
|
|
4
|
+
data.tar.gz: 567a5b7647156679d8616845c929b5ef66831128dc4ad607f575375abeed6d3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bca1cbcb9e7d40278f1f9c78ef87a444aa086a1e3a95fff6f86efaf45b120fc493a294fcf321fb5a3aaf6a962f65ef00e3f069c0c974aaa78a855b9107275db
|
|
7
|
+
data.tar.gz: 6ccb5f0e750ee2930476e93930994dd8888f1dbf8ece429e0aa9aa85d04b3ef5273f8c24e950acf2f9df637c58da3d88796c8bf42790504292da0aa116ebecf0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metadata_presenter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MoJ Online
|
|
@@ -276,6 +276,8 @@ files:
|
|
|
276
276
|
- lib/metadata_presenter/test_helpers.rb
|
|
277
277
|
- lib/metadata_presenter/version.rb
|
|
278
278
|
- lib/tasks/metadata_presenter_tasks.rake
|
|
279
|
+
- schemas/component/text.json
|
|
280
|
+
- schemas/component/textarea.json
|
|
279
281
|
- schemas/condition/condition.json
|
|
280
282
|
- schemas/config/meta.json
|
|
281
283
|
- schemas/config/service.json
|
|
@@ -318,8 +320,6 @@ files:
|
|
|
318
320
|
- schemas/service/base.json
|
|
319
321
|
- schemas/service/configuration.json
|
|
320
322
|
- schemas/service/locale.json
|
|
321
|
-
- schemas/text/text.json
|
|
322
|
-
- schemas/textarea/textarea.json
|
|
323
323
|
- schemas/validations/validations.json
|
|
324
324
|
homepage: https://moj-online.service.justice.gov.uk
|
|
325
325
|
licenses:
|