ubxd_support_rota 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/data/support_rota.yml +17 -0
- data/lib/ubxd_support_rota/version.rb +1 -1
- metadata +4 -3
@@ -0,0 +1,17 @@
|
|
1
|
+
start_date: 20110103
|
2
|
+
support_sequence:
|
3
|
+
- name: Austin
|
4
|
+
- name: Murray
|
5
|
+
- name: Nigel
|
6
|
+
comment: "(replaced Alex 'cos he's on baby-leave)"
|
7
|
+
- name: Alan
|
8
|
+
- name: Jolyon
|
9
|
+
- name: Simon
|
10
|
+
- name: Tom
|
11
|
+
- name: Austin
|
12
|
+
- name: Murray
|
13
|
+
- name: Alex
|
14
|
+
- name: Alan
|
15
|
+
- name: Jolyon
|
16
|
+
- name: Simon
|
17
|
+
- name: Tom
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ubxd_support_rota
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tom ten Thij
|
@@ -34,6 +34,7 @@ files:
|
|
34
34
|
- lib/ubxd_support_rota/support_rota.rb
|
35
35
|
- lib/ubxd_support_rota/version.rb
|
36
36
|
- lib/ubxd_support_rota.rb
|
37
|
+
- data/support_rota.yml
|
37
38
|
has_rdoc: true
|
38
39
|
homepage: http://github.com/unboxed/ubxd_support_rota
|
39
40
|
licenses: []
|