govuk_document_types 0.6.0 → 0.7.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
  SHA256:
3
- metadata.gz: 4f8f9ae9949788345de19b94dd22bd7f927c5d56c25b2cf4f61e8ee2fbd0a4e9
4
- data.tar.gz: cb50d6e315f85dfd675cd0cd1d9a667825d91097c24385a9688fe00b838bd9c7
3
+ metadata.gz: fd67f005d41269a4bde7df340c027b07735f3a2f649a08258f3998e0be77a1a4
4
+ data.tar.gz: 3e01456fc39c9195d2e149fcaaf6db320c9943f2ca0d000f83c4da1d9b124737
5
5
  SHA512:
6
- metadata.gz: ec540b14f8ded46018807e9ecae9102fa4d0b7cdc3f74404b58d655d126861794afa8e44e0416b35a11253ba45d385b6bb181b6be9a3284b2e28e7a78824befa
7
- data.tar.gz: 82829a9cd36460e83a55cd54539197fa0c23e069be8bc8c2d222844d4ca47735731057b34336e16c0f4201f1e24f98f901587649be11667f4ad6ce9225642554
6
+ metadata.gz: 3de0a8576762dc98dc164fe42e439c4ede26f909ccf35e7ecbdbb67ee079d37bcd1f9be8d5519f1e72f21102b12e49e4e86dfc4331159b4a049407d996a82240
7
+ data.tar.gz: 74d4407fb3f03f0f50965c06c7e8f84414ad24657d5a24d5e558e2acf444e3b13ac7a04f97ccfaa16d2cbd3d72c75ddb372a74fc7f3796104f71a619716686f9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # 0.7.0
2
+
3
+ * Move `decisions` `content_purpose_subgroup` from `transparency` to `news_and_communications`
4
+ * Add new `research_and_statistics` `content_purpose_supergroup`
5
+ * Splits `transparency` `content_purpose_supergroup` into `incidents`, `freedom_of_information_releases`, and `transparency_data`
6
+ * Move some document types around between `content_purpose_subgroups`
7
+
1
8
  # 0.6.0
2
9
 
3
10
  * Adds `corporate_report` document type to `content_purpose_subgroup`
data/data/supergroups.yml CHANGED
@@ -8,6 +8,7 @@ content_purpose_supergroup:
8
8
  - updates_and_alerts
9
9
  - news
10
10
  - speeches_and_statements
11
+ - decisions
11
12
  - id: guidance_and_regulation
12
13
  subgroups:
13
14
  - guidance
@@ -20,11 +21,15 @@ content_purpose_supergroup:
20
21
  subgroups:
21
22
  - policy
22
23
  - consultations
24
+ - id: research_and_statistics
25
+ subgroups:
26
+ - research
27
+ - statistics
23
28
  - id: transparency
24
29
  subgroups:
25
- - decisions
26
30
  - incidents
27
- - research_and_data
31
+ - freedom_of_information_releases
32
+ - transparency_data
28
33
 
29
34
  documentation : |
30
35
  These are the grouping that the navigation team came up with
data/data/supertypes.yml CHANGED
@@ -388,10 +388,8 @@ content_purpose_subgroup:
388
388
  items:
389
389
  - id: updates_and_alerts
390
390
  document_types:
391
- - fatality_notice
392
391
  - medical_safety_alert
393
392
  - drug_safety_update
394
- - notice
395
393
  - id: news
396
394
  document_types:
397
395
  - news_article
@@ -399,90 +397,99 @@ content_purpose_subgroup:
399
397
  - press_release
400
398
  - world_location_news_article
401
399
  - world_news_story
400
+ - fatality_notice
401
+ - id: decisions
402
+ document_types:
403
+ - tax_tribunal_decision
404
+ - utaac_decision
405
+ - asylum_support_decision
406
+ - employment_appeal_tribunal_decision
407
+ - employment_tribunal_decision
408
+ - service_standard_report
409
+ - cma_case
410
+ - decision
402
411
  - id: speeches_and_statements
403
412
  document_types:
404
- - speech
405
413
  - oral_statement
406
414
  - written_statement
407
415
  - authored_article
408
- - government_response
409
416
  - correspondence
410
- - id: guidance
417
+ - speech
418
+ - government_response
419
+ - id: transactions
411
420
  document_types:
421
+ - completed_transaction
422
+ - local_transaction
423
+ - form
424
+ - calculator
425
+ - smart_answer
426
+ - simple_smart_answer
427
+ - place
428
+ - licence
429
+ - step_by_step_nav
430
+ - transaction
431
+ - answer
412
432
  - guide
433
+ - id: regulation
434
+ document_types:
435
+ - regulation
436
+ - statutory_instrument
437
+ - id: guidance
438
+ document_types:
413
439
  - detailed_guide
414
440
  - manual
415
441
  - manual_section
416
442
  - guidance
417
- - answer
443
+ - map
418
444
  - contact
419
445
  - calendar
420
- - travel_advice
421
- - id: regulation
422
- document_types:
423
446
  - statutory_guidance
424
- - regulation
447
+ - notice
448
+ - international_treaty
449
+ - travel_advice
450
+ - promotional
425
451
  - id: business_support
426
452
  document_types:
427
453
  - international_development_fund
428
454
  - countryside_stewardship_grant
429
455
  - esi_fund
430
456
  - business_finance_support_scheme
431
- - id: transactions
432
- document_types:
433
- - transaction
434
- - completed_transaction
435
- - local_transaction
436
- - form
437
- - licence
438
- - calculator
439
- - smart_answer
440
- - simple_smart_answer
441
- - place
442
- - step_by_step_nav
443
457
  - id: policy
444
458
  document_types:
445
- - statutory_instrument
446
- - policy_paper
447
- - independent_report
448
459
  - impact_assessment
449
460
  - case_study
461
+ - policy_paper
450
462
  - id: consultations
451
463
  document_types:
452
464
  - open_consultation
453
465
  - closed_consultation
454
466
  - consultation_outcome
455
- - id: decisions
467
+ - id: research
456
468
  document_types:
457
- - decision
458
- - employment_tribunal_decision
459
- - tax_tribunal_decision
460
- - utaac_decision
461
- - asylum_support_decision
462
- - employment_appeal_tribunal_decision
463
- - international_treaty
464
- - service_standard_report
465
- - cma_case
466
- - id: incidents
467
- document_types:
468
- - aaib_report
469
- - raib_report
470
- - maib_report
471
- - id: research_and_data
469
+ - dfid_research_output
470
+ - independent_report
471
+ - research
472
+ - id: statistics
472
473
  document_types:
473
- - corporate_report
474
- - official_statistics
475
474
  - statistics
476
475
  - national_statistics
477
476
  - statistics_announcement
478
477
  - national_statistics_announcement
479
478
  - official_statistics_announcement
480
479
  - statistical_data_set
481
- - research
482
- - dfid_research_output
480
+ - official_statistics
481
+ - id: transparency_data
482
+ document_types:
483
483
  - transparency
484
- - map
484
+ - corporate_report
485
+ - id: freedom_of_information_releases
486
+ document_types:
485
487
  - foi_release
488
+ - id: incidents
489
+ document_types:
490
+ - aaib_report
491
+ - raib_report
492
+ - maib_report
486
493
 
487
494
  content_purpose_supergroup:
488
495
  name: "Content Purpose Supergroup"
@@ -491,85 +498,91 @@ content_purpose_supergroup:
491
498
  items:
492
499
  - id: news_and_communications
493
500
  document_types:
494
- - fatality_notice
495
501
  - medical_safety_alert
496
502
  - drug_safety_update
497
- - notice
498
503
  - news_article
499
504
  - news_story
500
505
  - press_release
501
506
  - world_location_news_article
502
507
  - world_news_story
503
- - speech
508
+ - fatality_notice
509
+ - tax_tribunal_decision
510
+ - utaac_decision
511
+ - asylum_support_decision
512
+ - employment_appeal_tribunal_decision
513
+ - employment_tribunal_decision
514
+ - service_standard_report
515
+ - cma_case
516
+ - decision
504
517
  - oral_statement
505
518
  - written_statement
506
519
  - authored_article
507
- - government_response
508
520
  - correspondence
509
- - id: guidance_and_regulation
521
+ - speech
522
+ - government_response
523
+ - id: services
510
524
  document_types:
525
+ - completed_transaction
526
+ - local_transaction
527
+ - form
528
+ - calculator
529
+ - smart_answer
530
+ - simple_smart_answer
531
+ - place
532
+ - licence
533
+ - step_by_step_nav
534
+ - transaction
535
+ - answer
511
536
  - guide
537
+ - id: guidance_and_regulation
538
+ document_types:
539
+ - regulation
512
540
  - detailed_guide
513
541
  - manual
514
542
  - manual_section
515
543
  - guidance
516
- - answer
544
+ - map
517
545
  - contact
518
546
  - calendar
519
- - travel_advice
520
547
  - statutory_guidance
521
- - regulation
548
+ - notice
549
+ - international_treaty
550
+ - travel_advice
551
+ - promotional
522
552
  - international_development_fund
523
553
  - countryside_stewardship_grant
524
554
  - esi_fund
525
555
  - business_finance_support_scheme
526
- - id: services
527
- document_types:
528
- - transaction
529
- - completed_transaction
530
- - local_transaction
531
- - form
532
- - licence
533
- - calculator
534
- - smart_answer
535
- - simple_smart_answer
536
- - place
537
- - step_by_step_nav
556
+ - statutory_instrument
538
557
  - id: policy_and_engagement
539
558
  document_types:
540
- - statutory_instrument
541
- - policy_paper
542
- - independent_report
543
559
  - impact_assessment
544
560
  - case_study
561
+ - policy_paper
545
562
  - open_consultation
546
563
  - closed_consultation
547
564
  - consultation_outcome
548
- - id: transparency
565
+ - id: research_and_statistics
549
566
  document_types:
550
- - corporate_report
551
- - decision
552
- - employment_tribunal_decision
553
- - tax_tribunal_decision
554
- - utaac_decision
555
- - asylum_support_decision
556
- - employment_appeal_tribunal_decision
557
- - international_treaty
558
- - service_standard_report
559
- - cma_case
560
- - aaib_report
561
- - raib_report
562
- - maib_report
563
- - official_statistics
567
+ - dfid_research_output
568
+ - independent_report
569
+ - research
564
570
  - statistics
565
571
  - national_statistics
566
572
  - statistics_announcement
567
573
  - national_statistics_announcement
568
574
  - official_statistics_announcement
569
575
  - statistical_data_set
570
- - research
571
- - dfid_research_output
576
+ - official_statistics
577
+ - id: transparency
578
+ document_types:
572
579
  - transparency
573
- - map
580
+ - corporate_report
574
581
  - foi_release
582
+ - aaib_report
583
+ - raib_report
584
+ - maib_report
585
+
586
+
587
+
575
588
 
@@ -1,3 +1,3 @@
1
1
  module GovukDocumentTypes
2
- VERSION = "0.6.0".freeze
2
+ VERSION = "0.7.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_document_types
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-08 00:00:00.000000000 Z
11
+ date: 2018-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake