govuk_content_models 16.1.1 → 16.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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 16.2.0
2
+ * Add published_at field to RenderedSpecialistDocument
3
+
1
4
  ## 16.1.1
2
5
 
3
6
  * Make Tag#parent return the tag's parent even if it is draft.
@@ -9,6 +9,7 @@ class RenderedSpecialistDocument
9
9
  field :title, type: String
10
10
  field :summary, type: String
11
11
  field :body, type: String
12
+ field :published_at, type: DateTime
12
13
 
13
14
  field :details, type: Hash
14
15
 
@@ -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 = "16.1.1"
3
+ VERSION = "16.2.0"
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: 16.1.1
4
+ version: 16.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-28 00:00:00.000000000 Z
12
+ date: 2014-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bson_ext
@@ -466,7 +466,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
466
466
  version: '0'
467
467
  segments:
468
468
  - 0
469
- hash: -3793855121358721402
469
+ hash: -3813025110456243544
470
470
  required_rubygems_version: !ruby/object:Gem::Requirement
471
471
  none: false
472
472
  requirements:
@@ -475,7 +475,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
475
475
  version: '0'
476
476
  segments:
477
477
  - 0
478
- hash: -3793855121358721402
478
+ hash: -3813025110456243544
479
479
  requirements: []
480
480
  rubyforge_project:
481
481
  rubygems_version: 1.8.23