govuk_content_models 31.2.1 → 31.2.2

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: 976fcc12ec04b0a7730a917068999749e33235c4
4
- data.tar.gz: 04559780e24de5c5ef77f2df19b0c5a1dbac2d62
3
+ metadata.gz: f1c8b1bd6abb500ea8be7aa4e1d19b2b3f8491d2
4
+ data.tar.gz: 3d67a926016a63a09f2320a97da203eb49032345
5
5
  SHA512:
6
- metadata.gz: d3cc2e23eca5a70c5acab04bc125d762813683f1442250dad71ef6d782a9b575f232b8f3cc5663cf4c242603fdc42bdce55691d7584ce54779224257d09cf79a
7
- data.tar.gz: c645c2dfd2cbf17f8a8f49dad61462b03845a2f588a08d498a7a8e757e011da49c2879bb8def4f891337335c7e5b39c317e59536f16b2a79a5c9b2d9e2e47455
6
+ metadata.gz: 912c6673c12165718b90b0ab1fca381c9588cb0dc232f2dbeb61d454f1fe5ef20201d56ed4891224cc03d0846ea950864d914939fa8820dcad9a4db2101159b2
7
+ data.tar.gz: 3e8c841fd6212244b754967511ea4cb0ee5b6626d3de3dcc262cfd6ace82e723954d6a1e1f43235938a579fa1458eae36a4bed9f9bc77797412f59dead5015e4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 31.2.2
4
+
5
+ - Add "official_statistics" artefact format
6
+
3
7
  ## 31.2.1
4
8
 
5
9
  - Bugfix: don't run validations on editions when archiving an artefact
@@ -106,6 +106,7 @@ class Artefact
106
106
  "national_statistics",
107
107
  "news_story",
108
108
  "notice",
109
+ "official_statistics",
109
110
  "oral_statement",
110
111
  "policy",
111
112
  "policy_paper",
@@ -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 = "31.2.1"
3
+ VERSION = "31.2.2"
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: 31.2.1
4
+ version: 31.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Battley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-12 00:00:00.000000000 Z
11
+ date: 2015-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bson_ext