govuk_content_models 7.2.0 → 7.2.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,9 @@
1
+ ## 7.2.1
2
+
3
+ Added Finder artefact kind
4
+
5
+ ## 7.2.0
6
+
1
7
  ## 6.4.0
2
8
 
3
9
  Added SpecialistDocumentEdition
@@ -79,6 +79,7 @@ class Artefact
79
79
  "custom-application" => ["custom-application"], # In this case the owning_app is overriden. eg calendars, licencefinder
80
80
  "travel-advice-publisher" => ["travel-advice"],
81
81
  "specialist-publisher" => ["specialist-document"],
82
+ "finder-api" => ["finder"],
82
83
  "whitehall" => ["announcement",
83
84
  "authored_article",
84
85
  "case_study",
@@ -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 = "7.2.0"
3
+ VERSION = "7.2.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: 7.2.0
4
+ version: 7.2.1
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-02-18 00:00:00.000000000 Z
12
+ date: 2014-02-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bson_ext
@@ -456,7 +456,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
456
456
  version: '0'
457
457
  segments:
458
458
  - 0
459
- hash: -3093764409837900462
459
+ hash: 2594756076780898128
460
460
  required_rubygems_version: !ruby/object:Gem::Requirement
461
461
  none: false
462
462
  requirements:
@@ -465,7 +465,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
465
465
  version: '0'
466
466
  segments:
467
467
  - 0
468
- hash: -3093764409837900462
468
+ hash: 2594756076780898128
469
469
  requirements: []
470
470
  rubyforge_project:
471
471
  rubygems_version: 1.8.23