govuk_content_models 43.1.0 → 43.2.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: 410586eb880e0e1c9d3863f8af2a96e449fae543
4
- data.tar.gz: d998db618fbd7add4adbec1f39ba80a1f8d6bd26
3
+ metadata.gz: 69718252af0d1055100290cd75858caeb36ea56b
4
+ data.tar.gz: 7ffbdffd20f5ccef041298af61f1dd5209bb00c3
5
5
  SHA512:
6
- metadata.gz: 1779b8d48794e322128b9e5afa911411ce376ec62e08997587c5a1f7d24b05a6bde14bb262080cf81b6d04a7b6f7caf2634383767f0ba081cebdf5a2671437a6
7
- data.tar.gz: d527048768ab9857204e9b69266b27d3b4ac6c5dbf92dc7abccfe80351cccdee0201b615cd0a5682e362d5794d8c7a2fab38d337c517110c5ddccc34633d3377
6
+ metadata.gz: 5cb07cd8956fe37cdb1fd81fb6f6455011eaee9c8d4a35d794d61a88da46a57b219ec4b05ba8324db5aeabdb648243854461ff9087ee2707ff553e784711d3f7
7
+ data.tar.gz: f31c2de75902c198d4c52e1040f057aff9f7fd9aaeece6e91c8a622a9268818bea09ce1b6583116a9df05a0654439f8e9f200670e357f3cc32b67789dc82ac74
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 43.2.0
4
+
5
+ - Add Programme to the list of retired formats
6
+
3
7
  ## 43.1.0
4
8
 
5
9
  - Add list of retired formats to Artefact
@@ -118,7 +118,7 @@ class Artefact
118
118
  "written_statement"],
119
119
  }.freeze
120
120
 
121
- RETIRED_FORMATS = ["video"]
121
+ RETIRED_FORMATS = %w[video programme]
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 = "43.1.0"
3
+ VERSION = "43.2.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: 43.1.0
4
+ version: 43.2.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-15 00:00:00.000000000 Z
11
+ date: 2017-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bson_ext