govuk_content_models 42.0.1 → 42.1.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 +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +6 -0
- data/README.md +1 -2
- data/lib/govuk_content_models/presentation_toggles.rb +1 -1
- data/lib/govuk_content_models/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e91d91351ac992f581ae168025d6d728ac9f54b
|
|
4
|
+
data.tar.gz: f4ae4e07397cb463d7679087aaeb8be5a110299f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9da0f88a9f3a09e61b6ff9805eaf9e93cd4b2728948cb885b0ec871795fb20059284b036baea6fc05dc00d4a54050c1ddd5f5753f9083fd6adc70d266400fdde
|
|
7
|
+
data.tar.gz: 18b3cda6884aabaa3bf2606f64ff4d5e18604a6db3b08ba9224e43d4247d54d9b436586d337a1dd68ddd00cdc2a64d833b9284572fc055e99950ce676dfe1845
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.2.3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 43.0.0
|
|
4
|
+
|
|
5
|
+
- Bump Ruby version to 2.2.3
|
|
6
|
+
- Change the default_presentation_toggles promotion choice to `none` for Completed Transactions
|
|
7
|
+
- Remove panopticon from apps that use this repo
|
|
8
|
+
|
|
3
9
|
## 42.0.1
|
|
4
10
|
|
|
5
11
|
- Fix bug in Attachable which prevents the upload of attachments.
|
data/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
A gem containing the shared models for the old GOV.UK publishing applications:
|
|
4
4
|
|
|
5
|
-
- [
|
|
6
|
-
- [Publisher](https://github.com/alphagov/publisher).
|
|
5
|
+
- [Publisher](https://github.com/alphagov/publisher)
|
|
7
6
|
- [Content API](https://github.com/alphagov/govuk_content_api)
|
|
8
7
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_content_models
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 42.0
|
|
4
|
+
version: 42.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Battley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bson_ext
|
|
@@ -413,7 +413,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
413
413
|
version: '0'
|
|
414
414
|
requirements: []
|
|
415
415
|
rubyforge_project:
|
|
416
|
-
rubygems_version: 2.
|
|
416
|
+
rubygems_version: 2.4.5.1
|
|
417
417
|
signing_key:
|
|
418
418
|
specification_version: 4
|
|
419
419
|
summary: Shared models for Panopticon and Publisher, as a Rails Engine
|