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 +4 -4
- data/lib/ogam/group_assigner.rb +6 -6
- data/lib/ogam/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b13e20a9f3b62122570f2092073fff66aa7dd1975e227e2a6405f09e1e1c7486
|
4
|
+
data.tar.gz: 78c58573ff0f8fd67d9d40f0b22332d25ebd77d1d9bc8ac179f0f2a3619dfb43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b375c92621f8045718aeaaae1f58bdab49d53e4aa4a8b0a0fb22715ce543d5f06f84e1a8ceb01c0c32a406bdf0da515dc4d29d337cab0e5f6b1592ed64ec18d
|
7
|
+
data.tar.gz: cc4ba8455c411b1861877ba043e4803ff689ad36751ad6d3ead902ec9c8f27e00eaaada1066c41112906bbe9182a03fe15535189a45ccac20ce5875c141286f5
|
data/lib/ogam/group_assigner.rb
CHANGED
@@ -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
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.
|
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-
|
11
|
+
date: 2020-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|