ogam 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b7938c9753be6b692a5b32f28d3fba6d33825f427ed5e412dc1bd9fc20de3f1
4
- data.tar.gz: 0e9a64326906cde7110356c3bb22d748f65649045583c018a935f76dae77017d
3
+ metadata.gz: b13e20a9f3b62122570f2092073fff66aa7dd1975e227e2a6405f09e1e1c7486
4
+ data.tar.gz: 78c58573ff0f8fd67d9d40f0b22332d25ebd77d1d9bc8ac179f0f2a3619dfb43
5
5
  SHA512:
6
- metadata.gz: 863fc06fadbf53763d787931b6366ea76d026251559df94a8fb2aea3e6fcab7b16c7725bff8b5d3112be8e7a366f14df337302a7e8d209f30be7b696a3de6357
7
- data.tar.gz: 686786fd8ad253e01246ab3746ac9054f3197acc7362f5a332a76f30e7d67feb36c282248acde8d81490ea0fcc6fd32067c99794f68eec79869c4242e759a393
6
+ metadata.gz: 7b375c92621f8045718aeaaae1f58bdab49d53e4aa4a8b0a0fb22715ce543d5f06f84e1a8ceb01c0c32a406bdf0da515dc4d29d337cab0e5f6b1592ed64ec18d
7
+ data.tar.gz: cc4ba8455c411b1861877ba043e4803ff689ad36751ad6d3ead902ec9c8f27e00eaaada1066c41112906bbe9182a03fe15535189a45ccac20ce5875c141286f5
@@ -7,22 +7,22 @@ module Ogam
7
7
 
8
8
  SUBJECT_TEACHER_TITLES = ['Teacher of ', 'Head of ', 'Second in ', 'Third in '].freeze
9
9
  SUBJECT_MAPPING = {
10
- 'art-teachers' => ['Art'],
11
- 'business-teachers' => ['Business Studies'],
12
- 'dance-teachers' => ['Dance', 'Performing Arts'],
10
+ 'art-teachers' => ['Art', 'Creative Arts'],
11
+ 'business-teachers' => ['Business Studies', 'Business & IT'],
12
+ 'dance-teachers' => ['Dance', 'Performing Arts', 'Creative Arts'],
13
13
  'design-technology-teachers' => %w[Technology Engineering],
14
- 'drama-teachers' => ['Drama', 'Music & Drama', 'Performing Arts'],
14
+ 'drama-teachers' => ['Drama', 'Music & Drama', 'Performing Arts', 'Creative Arts'],
15
15
  'english-teachers' => ['English'],
16
16
  'epq-teachers' => [],
17
17
  'geography-teachers' => ['Humanities'],
18
18
  'guidance-teachers' => [],
19
19
  'health-social-care-teachers' => ['Health & Social Care'],
20
20
  'history-teachers' => %w[Humanities History],
21
- 'ict-teachers' => ['Computer Science'],
21
+ 'ict-teachers' => ['Computer Science', 'Business & IT'],
22
22
  'law-teachers' => ['Law'],
23
23
  'maths-teachers' => ['Maths'],
24
24
  'mfl-teachers' => ['MFL'],
25
- 'music-teachers' => ['Music', 'Music & Drama'],
25
+ 'music-teachers' => ['Music', 'Music & Drama', 'Creative Arts'],
26
26
  'pe-teachers' => ['PE'],
27
27
  're-life-teachers' => ['Humanities', 'Religious Studies'],
28
28
  'science-teachers' => ['Science'],
data/lib/ogam/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ogam
4
- VERSION = '1.2.0'
4
+ VERSION = '1.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ogam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Bowes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-02 00:00:00.000000000 Z
11
+ date: 2020-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport