govuk_content_models 32.3.0 → 32.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ffd082b3277c164319de729908a7db69bf74b69
4
- data.tar.gz: a9260435afd6fc9c3449213c771ac70d138d856d
3
+ metadata.gz: 8e75f59fef5d3caee38b688aa74a69bb943d674b
4
+ data.tar.gz: 96342ab89274b94a31aebaea6e138d5fd2f0fc1a
5
5
  SHA512:
6
- metadata.gz: dc37f5693293e233a5e801a79c60e7e12b32fbcadaa177dd1b0a06e81df71129704687018c44966e895e3f1630f82fec7863a1176d4566fed8faf48691b8e27b
7
- data.tar.gz: fd53211639556b8b28f7242ed6ce0f4073c21b607614854de91f24d8e6c468f782888b85cd78cb3eee7885aa0eafa127e86326b0924bee476b05928385efac97
6
+ metadata.gz: b29a979a656f7132bf9da29ac5c377eb6c3c85203a0d3f14ff0691a2b796dccb5eed5b43d988dba6efad746d60a17f2b2e16bc27832334ccf290973de3874d40
7
+ data.tar.gz: 735e18bb02109cfe6ca0d26fbb93394dabae71ab5504afd8dc46f1703711035f6790ff20c159645f85be6038a8fd18526f6ff86466d2edca7901558cd6f8c487
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 32.3.1
4
+
5
+ - Update the Artefact FactoryGirl definition
6
+
3
7
  ## 32.3.0
4
8
 
5
9
  - Add `save_as_task` method to Artefact model [#360](https://github.com/alphagov/govuk_content_models/pull/360)
@@ -48,6 +48,7 @@ FactoryGirl.define do
48
48
  sequence(:slug) { |n| "slug-#{n}" }
49
49
  kind Artefact::FORMATS.first
50
50
  owning_app 'publisher'
51
+ content_id { SecureRandom.uuid }
51
52
 
52
53
  trait :whitehall do
53
54
  sequence(:slug) {|n| "government/slug--#{n}"}
@@ -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 = "32.3.0"
3
+ VERSION = "32.3.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_content_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 32.3.0
4
+ version: 32.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Battley