govuk_content_models 24.0.0 → 24.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 24.0.1
2
+
3
+ * Corrected the request_type recorded in actions for a create_edition
4
+ action to 'create', a deviation introduced by changes in 24.0.0.
5
+
1
6
  ## 24.0.0
2
7
 
3
8
  * Major clean-up which replaced `WorkflowActor` with `ActionProcessors`.
@@ -5,7 +5,7 @@ module GovukContentModels
5
5
  module ActionProcessors
6
6
  REQUEST_TYPE_TO_PROCESSOR = {
7
7
  assign: 'AssignProcessor',
8
- create_edition: 'CreateEditionProcessor',
8
+ create: 'CreateEditionProcessor',
9
9
  request_review: 'RequestReviewProcessor',
10
10
  approve_review: 'ApproveReviewProcessor',
11
11
  send_fact_check: 'SendFactCheckProcessor',
@@ -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 = "24.0.0"
3
+ VERSION = "24.0.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: 24.0.0
4
+ version: 24.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -482,7 +482,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
482
482
  version: '0'
483
483
  segments:
484
484
  - 0
485
- hash: -1768769484193942965
485
+ hash: -3709571854150724441
486
486
  required_rubygems_version: !ruby/object:Gem::Requirement
487
487
  none: false
488
488
  requirements:
@@ -491,7 +491,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
491
491
  version: '0'
492
492
  segments:
493
493
  - 0
494
- hash: -1768769484193942965
494
+ hash: -3709571854150724441
495
495
  requirements: []
496
496
  rubyforge_project:
497
497
  rubygems_version: 1.8.23