govuk_content_models 44.0.1 → 44.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d12e1e76f0bd53224eb4a3ddcd7c66b825737d58
4
- data.tar.gz: 8e048105ad319bd831a3e306eb94044ae45637a0
3
+ metadata.gz: 1c5d774f4d1d5e0876510bdb54c220b6bce096c1
4
+ data.tar.gz: 32f97bbe245d5f853e008c56902a5b46859abdf0
5
5
  SHA512:
6
- metadata.gz: 695d897919493b44d974ec827d111b0d23bd6ea14c93d373589a83c913d0b620efdccd5d469954a627b34184bd9e226b0df85fdd7b1f93e155d5c154548fb981
7
- data.tar.gz: 570f1490489880fc04218ebadc61c1b981c0696d15abbb6a685a2e94d519ae17f6af38087740fff0822970559788359d2f1e46883fcaafcad21b73c6bf7d0c4b
6
+ metadata.gz: d1270e2a857bbe99c377abde3d356ec6aad49147d67fd5b64ba18faf93e74f13c4f6034c1cc8f1cad0200c6a0f6f2aa2b2e8abf0d3a958041c4f84d62ba9b620
7
+ data.tar.gz: 8469d0293c937d0df0f9729c3d156e44e4eacd1da661606c50aebad44678db8c68013ed2b8ebf22779629b9e82dae143e2f42399401d66a416159911f9934862
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 44.1.0
4
+
5
+ - Add Campaign to the list of retired formats
6
+
3
7
  ## 44.0.1
4
8
 
5
9
  - Validate that completed transaction page slugs start with `done/`
@@ -118,7 +118,7 @@ class Artefact
118
118
  "written_statement"],
119
119
  }.freeze
120
120
 
121
- RETIRED_FORMATS = %w[video programme]
121
+ RETIRED_FORMATS = %w[campaign programme video]
122
122
 
123
123
  FORMATS = FORMATS_BY_DEFAULT_OWNING_APP.values.flatten
124
124
 
@@ -1,4 +1,4 @@
1
1
  module GovukContentModels
2
2
  # Changing this causes Jenkins to tag and release the gem into the wild
3
- VERSION = "44.0.1"
3
+ VERSION = "44.1.0"
4
4
  end
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: 44.0.1
4
+ version: 44.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: 2017-03-23 00:00:00.000000000 Z
11
+ date: 2017-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bson_ext