govuk_content_models 42.0.1 → 42.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: 3235aab91ee5afad9c8fcb1520da2a2f5189656c
4
- data.tar.gz: 87a4c14074f2d3dd0c76488858508e350a56eedc
3
+ metadata.gz: 9e91d91351ac992f581ae168025d6d728ac9f54b
4
+ data.tar.gz: f4ae4e07397cb463d7679087aaeb8be5a110299f
5
5
  SHA512:
6
- metadata.gz: 7b18bd52ae7fb325759105abd9d26bbd7c468221486590869a578021383e7e47ce6ef2157de62972008924798da718c41f0b80e0b331680583fea8a142d2f925
7
- data.tar.gz: 89ba877b57e0d6e7fc643428f7108d4fac1d48e9487285a73c16d46e1ffa647c709f1a8795567dd02bcceb6fc3fb28660daa38f135a7e76a787f98208a418009
6
+ metadata.gz: 9da0f88a9f3a09e61b6ff9805eaf9e93cd4b2728948cb885b0ec871795fb20059284b036baea6fc05dc00d4a54050c1ddd5f5753f9083fd6adc70d266400fdde
7
+ data.tar.gz: 18b3cda6884aabaa3bf2606f64ff4d5e18604a6db3b08ba9224e43d4247d54d9b436586d337a1dd68ddd00cdc2a64d833b9284572fc055e99950ce676dfe1845
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.1
1
+ 2.2.3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 43.0.0
4
+
5
+ - Bump Ruby version to 2.2.3
6
+ - Change the default_presentation_toggles promotion choice to `none` for Completed Transactions
7
+ - Remove panopticon from apps that use this repo
8
+
3
9
  ## 42.0.1
4
10
 
5
11
  - Fix bug in Attachable which prevents the upload of attachments.
data/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  A gem containing the shared models for the old GOV.UK publishing applications:
4
4
 
5
- - [Panopticon](https://github.com/alphagov/panopticon)
6
- - [Publisher](https://github.com/alphagov/publisher).
5
+ - [Publisher](https://github.com/alphagov/publisher)
7
6
  - [Content API](https://github.com/alphagov/govuk_content_api)
8
7
 
@@ -40,7 +40,7 @@ module PresentationToggles
40
40
  {
41
41
  'promotion_choice' =>
42
42
  {
43
- 'choice' => '',
43
+ 'choice' => 'none',
44
44
  'url' => ''
45
45
  }
46
46
  }
@@ -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 = "42.0.1"
3
+ VERSION = "42.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: 42.0.1
4
+ version: 42.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: 2016-12-22 00:00:00.000000000 Z
11
+ date: 2017-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bson_ext
@@ -413,7 +413,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
413
413
  version: '0'
414
414
  requirements: []
415
415
  rubyforge_project:
416
- rubygems_version: 2.2.5
416
+ rubygems_version: 2.4.5.1
417
417
  signing_key:
418
418
  specification_version: 4
419
419
  summary: Shared models for Panopticon and Publisher, as a Rails Engine