govuk_content_models 6.0.2 → 6.0.3
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/app/models/artefact.rb +1 -1
- data/lib/govuk_content_models/version.rb +1 -1
- metadata +4 -4
data/app/models/artefact.rb
CHANGED
|
@@ -18,7 +18,7 @@ class Artefact
|
|
|
18
18
|
|
|
19
19
|
include Taggable
|
|
20
20
|
stores_tags_for :sections, :writing_teams, :propositions,
|
|
21
|
-
:keywords, :legacy_sources
|
|
21
|
+
:keywords, :legacy_sources, :industry_sectors
|
|
22
22
|
has_primary_tag_for :section
|
|
23
23
|
|
|
24
24
|
# NOTE: these fields are deprecated, and soon to be replaced with a
|
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: 6.0.
|
|
4
|
+
version: 6.0.3
|
|
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-01-
|
|
12
|
+
date: 2014-01-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bson_ext
|
|
@@ -452,7 +452,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
452
452
|
version: '0'
|
|
453
453
|
segments:
|
|
454
454
|
- 0
|
|
455
|
-
hash:
|
|
455
|
+
hash: 903394278691268012
|
|
456
456
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
457
457
|
none: false
|
|
458
458
|
requirements:
|
|
@@ -461,7 +461,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
461
461
|
version: '0'
|
|
462
462
|
segments:
|
|
463
463
|
- 0
|
|
464
|
-
hash:
|
|
464
|
+
hash: 903394278691268012
|
|
465
465
|
requirements: []
|
|
466
466
|
rubyforge_project:
|
|
467
467
|
rubygems_version: 1.8.23
|