gitolite-rugged 1.2.pre.devel → 1.2.1.pre.devel

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +3 -0
  3. data/README.md +6 -10
  4. data/gitolite.gemspec +12 -12
  5. data/lib/gitolite/config/repo.rb +2 -2
  6. data/lib/gitolite/config.rb +5 -1
  7. data/lib/gitolite/gitolite_admin.rb +100 -37
  8. data/lib/gitolite/ssh_key.rb +70 -16
  9. data/lib/gitolite/version.rb +1 -1
  10. data/spec/config_spec.rb +7 -8
  11. data/spec/fixtures/gitolite-admin/.gitted/COMMIT_EDITMSG +1 -0
  12. data/spec/fixtures/gitolite-admin/.gitted/HEAD +1 -0
  13. data/spec/fixtures/gitolite-admin/.gitted/config +8 -0
  14. data/spec/fixtures/gitolite-admin/.gitted/description +1 -0
  15. data/spec/fixtures/gitolite-admin/.gitted/hooks/applypatch-msg.sample +15 -0
  16. data/spec/fixtures/gitolite-admin/.gitted/hooks/commit-msg.sample +24 -0
  17. data/spec/fixtures/gitolite-admin/.gitted/hooks/post-update.sample +8 -0
  18. data/spec/fixtures/gitolite-admin/.gitted/hooks/pre-applypatch.sample +14 -0
  19. data/spec/fixtures/gitolite-admin/.gitted/hooks/pre-commit.sample +49 -0
  20. data/spec/fixtures/gitolite-admin/.gitted/hooks/pre-push.sample +54 -0
  21. data/spec/fixtures/gitolite-admin/.gitted/hooks/pre-rebase.sample +169 -0
  22. data/spec/fixtures/gitolite-admin/.gitted/hooks/prepare-commit-msg.sample +36 -0
  23. data/spec/fixtures/gitolite-admin/.gitted/hooks/update.sample +128 -0
  24. data/spec/fixtures/gitolite-admin/.gitted/index +0 -0
  25. data/spec/fixtures/gitolite-admin/.gitted/info/exclude +6 -0
  26. data/spec/fixtures/gitolite-admin/.gitted/logs/HEAD +19 -0
  27. data/spec/fixtures/gitolite-admin/.gitted/logs/refs/heads/master +19 -0
  28. data/spec/fixtures/gitolite-admin/.gitted/objects/04/6aa40bf1f4fbef8fe915274bd8af30784f4974 +0 -0
  29. data/spec/fixtures/gitolite-admin/.gitted/objects/06/3a0c108a0a431fff7d9ea819e55653c6fda14c +3 -0
  30. data/spec/fixtures/gitolite-admin/.gitted/objects/0a/0493ecd1ef1102cc11211b95d19ef7c4823a23 +0 -0
  31. data/spec/fixtures/gitolite-admin/.gitted/objects/0b/8ae0021fafc32dbecbbcdf82bfe1ec3728432b +3 -0
  32. data/spec/fixtures/gitolite-admin/.gitted/objects/0b/9ea7db8498c31c36567cc7dc528e9a06587ef9 +0 -0
  33. data/spec/fixtures/gitolite-admin/.gitted/objects/13/81680579c7e0626544e28bbca00b0c3b5004e2 +2 -0
  34. data/spec/fixtures/gitolite-admin/.gitted/objects/25/2a0e969ccca06c8258f811d2a6f01d883c2a0c +0 -0
  35. data/spec/fixtures/gitolite-admin/.gitted/objects/39/5dfadc8dd72c4d0ab5d28a3cdd83500a41fb1b +0 -0
  36. data/spec/fixtures/gitolite-admin/.gitted/objects/3b/8c81ac4b6d9276920ec06139d959b9aeb25456 +0 -0
  37. data/spec/fixtures/gitolite-admin/.gitted/objects/41/1a9fa047b7c928939882769d2fac89a1c87dd0 +0 -0
  38. data/spec/fixtures/gitolite-admin/.gitted/objects/42/333c37a7910bff07c7e7a95a3d09b3f9966571 +4 -0
  39. data/spec/fixtures/gitolite-admin/.gitted/objects/43/cb5e7b11750c16f2196bd8548e7b6277b372ca +0 -0
  40. data/spec/fixtures/gitolite-admin/.gitted/objects/5c/f57acca019629fd98a3d9014cd63580a74f4ac +2 -0
  41. data/spec/fixtures/gitolite-admin/.gitted/objects/68/b71afffb0b6781d974af6cb93ef076ded21bb5 +1 -0
  42. data/spec/fixtures/gitolite-admin/.gitted/objects/74/0ef5222fcd51ad7eba4a559396fdf856b20482 +0 -0
  43. data/spec/fixtures/gitolite-admin/.gitted/objects/86/692711b922198563496a69cf30ca772f6a6af3 +0 -0
  44. data/spec/fixtures/gitolite-admin/.gitted/objects/94/f2765eb76820309b11de0018dd2a6bc53ae8f7 +2 -0
  45. data/spec/fixtures/gitolite-admin/.gitted/objects/9c/c84c9d97b8fa8d4cb6c52d6495eca4bff04130 +0 -0
  46. data/spec/fixtures/gitolite-admin/.gitted/objects/9d/248211ad73f2fd188f75988dfd9e66431f2e8a +0 -0
  47. data/spec/fixtures/gitolite-admin/.gitted/objects/9d/ce718e57053022f2e184ba94e2b5131fcbe551 +0 -0
  48. data/spec/fixtures/gitolite-admin/.gitted/objects/ac/b157e4a3d567d42132d608db26143b91c4789c +0 -0
  49. data/spec/fixtures/gitolite-admin/.gitted/objects/ad/91cc1d968ad5fdcb8bd0df04db3523d0b98156 +0 -0
  50. data/spec/fixtures/gitolite-admin/.gitted/objects/b3/178d7dfddbc3df3e03eb271f0cdbe864aa902f +0 -0
  51. data/spec/fixtures/gitolite-admin/.gitted/objects/b6/de0801eb994701c5a55a0793796aebc2440372 +0 -0
  52. data/spec/fixtures/gitolite-admin/.gitted/objects/c9/0707f5301413f121360c9b26784167652a3d2a +2 -0
  53. data/spec/fixtures/gitolite-admin/.gitted/objects/c9/3d2aaacc82cb05a88994d2b44691d07477bde9 +2 -0
  54. data/spec/fixtures/gitolite-admin/.gitted/objects/d9/3bb9a696d405af34d9dcafc2e4611e1d5959dd +2 -0
  55. data/spec/fixtures/gitolite-admin/.gitted/objects/df/cd7e43b90664b02a7765c54d45277f54bcd2ee +0 -0
  56. data/spec/fixtures/gitolite-admin/.gitted/objects/e1/57cf40f5a30aa527d77c10840010c4654b4eab +3 -0
  57. data/spec/fixtures/gitolite-admin/.gitted/objects/e3/c37d85f4800ed4fe4a3f4ca49e3b4a85a88ae1 +2 -0
  58. data/spec/fixtures/gitolite-admin/.gitted/objects/f4/a351cf0debfb5ac18061f7cb4e7ff2e5916719 +0 -0
  59. data/spec/fixtures/gitolite-admin/.gitted/refs/heads/master +1 -0
  60. data/spec/fixtures/gitolite-admin/conf/gitolite.conf +5 -0
  61. data/spec/fixtures/gitolite-admin/keydir/admin.pub +1 -0
  62. data/spec/fixtures/gitolite-admin/keydir/bob.pub +1 -0
  63. data/spec/fixtures/keys/{bob.pub → bob/bob.pub} +0 -0
  64. data/spec/fixtures/keys/bob/bob@example.com.pub +1 -0
  65. data/spec/fixtures/keys/bob/desktop/bob.pub +1 -0
  66. data/spec/fixtures/keys/bob/school/bob.pub +1 -0
  67. data/spec/gitolite_admin_spec.rb +0 -1
  68. data/spec/ssh_key_spec.rb +19 -137
  69. metadata +186 -28
  70. data/spec/fixtures/keys/bob+joe@test.zilla.com@desktop.pub +0 -1
  71. data/spec/fixtures/keys/bob-ins@zilla-site.com@desktop.pub +0 -1
  72. data/spec/fixtures/keys/bob.joe@test.zilla.com@desktop.pub +0 -1
  73. data/spec/fixtures/keys/bob@desktop.pub +0 -1
  74. data/spec/fixtures/keys/bob@foo-bar.pub +0 -1
  75. data/spec/fixtures/keys/bob@zilla.com.pub +0 -1
  76. data/spec/fixtures/keys/bob@zilla.com@desktop.pub +0 -1
  77. data/spec/fixtures/keys/jakub123.pub +0 -1
  78. data/spec/fixtures/keys/jakub123@foo.net.pub +0 -1
  79. data/spec/fixtures/keys/joe-bob@god-zilla.com@desktop.pub +0 -1
  80. data/spec/fixtures/keys/joe@sch.ool.edu.pub +0 -1
  81. data/spec/fixtures/keys/joe@sch.ool.edu@desktop.pub +0 -1
data/spec/ssh_key_spec.rb CHANGED
@@ -2,9 +2,8 @@ require 'spec_helper'
2
2
 
3
3
  describe Gitolite::SSHKey do
4
4
 
5
- key_dir = File.join(File.dirname(__FILE__), 'fixtures', 'keys')
5
+ key_dir = File.join(File.dirname(__FILE__), 'fixtures', 'keys', 'bob')
6
6
  output_dir = '/tmp'
7
- # output_dir = File.join(File.dirname(File.dirname(__FILE__)), 'tmp')
8
7
 
9
8
  describe "#from_string" do
10
9
  it 'should construct an SSH key from a string' do
@@ -49,144 +48,35 @@ describe Gitolite::SSHKey do
49
48
 
50
49
  s.owner.should == "bob"
51
50
  s.blob.should == key_string[1]
51
+ s.location.should == ''
52
52
  end
53
53
 
54
- it 'should load a key with a location from a file' do
55
- key = File.join(key_dir, 'bob@desktop.pub')
56
- s = SSHKey.from_file(key)
57
- s.owner.should == 'bob'
58
- s.location.should == 'desktop'
59
- end
60
-
61
- it 'should load a key with owner and location from a file' do
62
- key = File.join(key_dir, 'joe-bob@god-zilla.com@desktop.pub')
63
- s = SSHKey.from_file(key)
64
- s.owner.should == 'joe-bob@god-zilla.com'
65
- s.location.should == 'desktop'
66
- end
67
- end
68
-
69
- describe '#owner' do
70
- it 'owner should be bob for bob.pub' do
54
+ it 'should load a key from a file' do
71
55
  key = File.join(key_dir, 'bob.pub')
72
56
  s = SSHKey.from_file(key)
73
57
  s.owner.should == 'bob'
74
- end
75
-
76
- it 'owner should be bob for bob@desktop.pub' do
77
- key = File.join(key_dir, 'bob@desktop.pub')
78
- s = SSHKey.from_file(key)
79
- s.owner.should == 'bob'
80
- end
81
-
82
- it 'owner should be bob@zilla.com for bob@zilla.com.pub' do
83
- key = File.join(key_dir, 'bob@zilla.com.pub')
84
- s = SSHKey.from_file(key)
85
- s.owner.should == 'bob@zilla.com'
86
- end
87
-
88
- it "owner should be joe-bob@god-zilla.com for joe-bob@god-zilla.com@desktop.pub" do
89
- key = File.join(key_dir, 'joe-bob@god-zilla.com@desktop.pub')
90
- s = SSHKey.from_file(key)
91
- s.owner.should == 'joe-bob@god-zilla.com'
92
- end
93
-
94
- it "owner should be bob.joe@test.zilla.com for bob.joe@test.zilla.com@desktop.pub" do
95
- key = File.join(key_dir, 'bob.joe@test.zilla.com@desktop.pub')
96
- s = SSHKey.from_file(key)
97
- s.owner.should == 'bob.joe@test.zilla.com'
98
- end
99
-
100
- it "owner should be bob+joe@test.zilla.com for bob+joe@test.zilla.com@desktop.pub" do
101
- key = File.join(key_dir, 'bob+joe@test.zilla.com@desktop.pub')
102
- s = SSHKey.from_file(key)
103
- s.owner.should == 'bob+joe@test.zilla.com'
104
- end
105
-
106
- it 'owner should be bob@zilla.com for bob@zilla.com@desktop.pub' do
107
- key = File.join(key_dir, 'bob@zilla.com@desktop.pub')
108
- s = SSHKey.from_file(key)
109
- s.owner.should == 'bob@zilla.com'
110
- end
111
-
112
- it 'owner should be jakub123 for jakub123.pub' do
113
- key = File.join(key_dir, 'jakub123.pub')
114
- s = SSHKey.from_file(key)
115
- s.owner.should == 'jakub123'
116
- end
117
-
118
- it 'owner should be jakub123@foo.net for jakub123@foo.net.pub' do
119
- key = File.join(key_dir, 'jakub123@foo.net.pub')
120
- s = SSHKey.from_file(key)
121
- s.owner.should == 'jakub123@foo.net'
122
- end
123
-
124
- it 'owner should be joe@sch.ool.edu for joe@sch.ool.edu' do
125
- key = File.join(key_dir, 'joe@sch.ool.edu.pub')
126
- s = SSHKey.from_file(key)
127
- s.owner.should == 'joe@sch.ool.edu'
128
- end
129
-
130
- it 'owner should be joe@sch.ool.edu for joe@sch.ool.edu@desktop.pub' do
131
- key = File.join(key_dir, 'joe@sch.ool.edu@desktop.pub')
132
- s = SSHKey.from_file(key)
133
- s.owner.should == 'joe@sch.ool.edu'
134
- end
135
- end
136
-
137
- describe '#location' do
138
- it 'location should be "" for bob.pub' do
139
- key = File.join(key_dir, 'bob.pub')
140
- s = SSHKey.from_file(key)
141
58
  s.location.should == ''
142
59
  end
143
60
 
144
- it 'location should be "desktop" for bob@desktop.pub' do
145
- key = File.join(key_dir, 'bob@desktop.pub')
146
- s = SSHKey.from_file(key)
147
- s.location.should == 'desktop'
148
- end
149
-
150
- it 'location should be "" for bob@zilla.com.pub' do
151
- key = File.join(key_dir, 'bob@zilla.com.pub')
61
+ it 'should load a key with an e-mail owner from a file' do
62
+ key = File.join(key_dir, 'bob@example.com.pub')
152
63
  s = SSHKey.from_file(key)
64
+ s.owner.should == 'bob@example.com'
153
65
  s.location.should == ''
154
66
  end
155
67
 
156
- it 'location should be "desktop" for bob@zilla.com@desktop.pub' do
157
- key = File.join(key_dir, 'bob@zilla.com@desktop.pub')
158
- s = SSHKey.from_file(key)
159
- s.location.should == 'desktop'
160
- end
161
-
162
- it 'location should be "" for jakub123.pub' do
163
- key = File.join(key_dir, 'jakub123.pub')
164
- s = SSHKey.from_file(key)
165
- s.location.should == ''
166
- end
167
-
168
- it 'location should be "" for jakub123@foo.net.pub' do
169
- key = File.join(key_dir, 'jakub123@foo.net.pub')
170
- s = SSHKey.from_file(key)
171
- s.location.should == ''
172
- end
173
-
174
- it 'location should be "" for joe@sch.ool.edu' do
175
- key = File.join(key_dir, 'joe@sch.ool.edu.pub')
176
- s = SSHKey.from_file(key)
177
- s.location.should == ''
178
- end
179
-
180
- it 'location should be "desktop" for joe@sch.ool.edu@desktop.pub' do
181
- key = File.join(key_dir, 'joe@sch.ool.edu@desktop.pub')
68
+ it 'should load a key from a file within location' do
69
+ key = File.join(key_dir, 'desktop', 'bob.pub')
182
70
  s = SSHKey.from_file(key)
71
+ s.owner.should == 'bob'
183
72
  s.location.should == 'desktop'
184
73
  end
185
74
 
186
- it 'location should be "foo-bar" for bob@foo-bar.pub' do
187
- key = File.join(key_dir, 'bob@foo-bar.pub')
75
+ it 'should load a key from a file within location' do
76
+ key = File.join(key_dir, 'school', 'bob.pub')
188
77
  s = SSHKey.from_file(key)
189
- s.location.should == 'foo-bar'
78
+ s.owner.should == 'bob'
79
+ s.location.should == 'school'
190
80
  end
191
81
  end
192
82
 
@@ -202,14 +92,6 @@ describe Gitolite::SSHKey do
202
92
  end
203
93
  end
204
94
 
205
- describe '#email' do
206
- it 'should use owner if email is missing' do
207
- key = File.join(key_dir, 'jakub123@foo.net.pub')
208
- s = SSHKey.from_file(key)
209
- s.owner.should == s.email
210
- end
211
- end
212
-
213
95
  describe '#new' do
214
96
  it 'should create a valid ssh key' do
215
97
  type = "ssh-rsa"
@@ -286,7 +168,7 @@ describe Gitolite::SSHKey do
286
168
  s.filename.should == "#{owner}.pub"
287
169
  end
288
170
 
289
- it 'should create a filename that is the <email>@<location>.pub' do
171
+ it 'should create a filename that is the <email>.pub' do
290
172
  type = "ssh-rsa"
291
173
  blob = Forgery::Basic.text(:at_least => 372, :at_most => 372)
292
174
  email = Forgery::Internet.email_address
@@ -294,7 +176,8 @@ describe Gitolite::SSHKey do
294
176
 
295
177
  s = SSHKey.new(type, blob, email, nil, location)
296
178
 
297
- s.filename.should == "#{email}@#{location}.pub"
179
+ s.filename.should == "#{email}.pub"
180
+ s.relative_path.should == File.join(email, location, "#{email}.pub")
298
181
  end
299
182
 
300
183
  it 'should create a filename that is the <owner>@<location>.pub' do
@@ -306,7 +189,7 @@ describe Gitolite::SSHKey do
306
189
 
307
190
  s = SSHKey.new(type, blob, email, owner, location)
308
191
 
309
- s.filename.should == "#{owner}@#{location}.pub"
192
+ s.filename.should == "#{owner}.pub"
310
193
  end
311
194
  end
312
195
 
@@ -324,7 +207,7 @@ describe Gitolite::SSHKey do
324
207
  s.to_file(output_dir)
325
208
 
326
209
  ## compare raw string with written file
327
- s.to_s.should == File.read(File.join(output_dir, s.filename))
210
+ s.to_s.should == File.read(File.join(output_dir, owner, location, s.filename))
328
211
  end
329
212
 
330
213
  it 'should return the filename written' do
@@ -335,8 +218,7 @@ describe Gitolite::SSHKey do
335
218
  location = Forgery::Basic.text(:at_least => 8, :at_most => 15)
336
219
 
337
220
  s = SSHKey.new(type, blob, email, owner, location)
338
-
339
- s.to_file(output_dir).should == File.join(output_dir, s.filename)
221
+ s.to_file(output_dir).should == File.join(output_dir, owner, location, s.filename)
340
222
  end
341
223
  end
342
224
 
metadata CHANGED
@@ -1,20 +1,23 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitolite-rugged
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.pre.devel
4
+ version: 1.2.1.pre.devel
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Günther
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-15 00:00:00.000000000 Z
11
+ date: 2014-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '10.3'
20
+ - - ">="
18
21
  - !ruby/object:Gem::Version
19
22
  version: 10.3.1
20
23
  type: :development
@@ -22,6 +25,9 @@ dependencies:
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '10.3'
30
+ - - ">="
25
31
  - !ruby/object:Gem::Version
26
32
  version: 10.3.1
27
33
  - !ruby/object:Gem::Dependency
@@ -29,6 +35,9 @@ dependencies:
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '4.1'
40
+ - - ">="
32
41
  - !ruby/object:Gem::Version
33
42
  version: 4.1.1
34
43
  type: :development
@@ -36,6 +45,9 @@ dependencies:
36
45
  version_requirements: !ruby/object:Gem::Requirement
37
46
  requirements:
38
47
  - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '4.1'
50
+ - - ">="
39
51
  - !ruby/object:Gem::Version
40
52
  version: 4.1.1
41
53
  - !ruby/object:Gem::Dependency
@@ -43,6 +55,9 @@ dependencies:
43
55
  requirement: !ruby/object:Gem::Requirement
44
56
  requirements:
45
57
  - - "~>"
58
+ - !ruby/object:Gem::Version
59
+ version: '2.14'
60
+ - - ">="
46
61
  - !ruby/object:Gem::Version
47
62
  version: 2.14.1
48
63
  type: :development
@@ -50,6 +65,9 @@ dependencies:
50
65
  version_requirements: !ruby/object:Gem::Requirement
51
66
  requirements:
52
67
  - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '2.14'
70
+ - - ">="
53
71
  - !ruby/object:Gem::Version
54
72
  version: 2.14.1
55
73
  - !ruby/object:Gem::Dependency
@@ -57,6 +75,9 @@ dependencies:
57
75
  requirement: !ruby/object:Gem::Requirement
58
76
  requirements:
59
77
  - - "~>"
78
+ - !ruby/object:Gem::Version
79
+ version: '4.2'
80
+ - - ">="
60
81
  - !ruby/object:Gem::Version
61
82
  version: 4.2.8
62
83
  type: :development
@@ -64,6 +85,9 @@ dependencies:
64
85
  version_requirements: !ruby/object:Gem::Requirement
65
86
  requirements:
66
87
  - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '4.2'
90
+ - - ">="
67
91
  - !ruby/object:Gem::Version
68
92
  version: 4.2.8
69
93
  - !ruby/object:Gem::Dependency
@@ -71,6 +95,9 @@ dependencies:
71
95
  requirement: !ruby/object:Gem::Requirement
72
96
  requirements:
73
97
  - - "~>"
98
+ - !ruby/object:Gem::Version
99
+ version: '1.5'
100
+ - - ">="
74
101
  - !ruby/object:Gem::Version
75
102
  version: 1.5.1
76
103
  type: :development
@@ -78,6 +105,9 @@ dependencies:
78
105
  version_requirements: !ruby/object:Gem::Requirement
79
106
  requirements:
80
107
  - - "~>"
108
+ - !ruby/object:Gem::Version
109
+ version: '1.5'
110
+ - - ">="
81
111
  - !ruby/object:Gem::Version
82
112
  version: 1.5.1
83
113
  - !ruby/object:Gem::Dependency
@@ -85,6 +115,9 @@ dependencies:
85
115
  requirement: !ruby/object:Gem::Requirement
86
116
  requirements:
87
117
  - - "~>"
118
+ - !ruby/object:Gem::Version
119
+ version: '0.6'
120
+ - - ">="
88
121
  - !ruby/object:Gem::Version
89
122
  version: 0.6.0
90
123
  type: :development
@@ -92,6 +125,9 @@ dependencies:
92
125
  version_requirements: !ruby/object:Gem::Requirement
93
126
  requirements:
94
127
  - - "~>"
128
+ - !ruby/object:Gem::Version
129
+ version: '0.6'
130
+ - - ">="
95
131
  - !ruby/object:Gem::Version
96
132
  version: 0.6.0
97
133
  - !ruby/object:Gem::Dependency
@@ -99,6 +135,9 @@ dependencies:
99
135
  requirement: !ruby/object:Gem::Requirement
100
136
  requirements:
101
137
  - - "~>"
138
+ - !ruby/object:Gem::Version
139
+ version: '1.8'
140
+ - - ">="
102
141
  - !ruby/object:Gem::Version
103
142
  version: 1.8.0
104
143
  type: :development
@@ -106,6 +145,9 @@ dependencies:
106
145
  version_requirements: !ruby/object:Gem::Requirement
107
146
  requirements:
108
147
  - - "~>"
148
+ - !ruby/object:Gem::Version
149
+ version: '1.8'
150
+ - - ">="
109
151
  - !ruby/object:Gem::Version
110
152
  version: 1.8.0
111
153
  - !ruby/object:Gem::Dependency
@@ -113,6 +155,9 @@ dependencies:
113
155
  requirement: !ruby/object:Gem::Requirement
114
156
  requirements:
115
157
  - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '0.8'
160
+ - - ">="
116
161
  - !ruby/object:Gem::Version
117
162
  version: 0.8.2
118
163
  type: :development
@@ -120,6 +165,9 @@ dependencies:
120
165
  version_requirements: !ruby/object:Gem::Requirement
121
166
  requirements:
122
167
  - - "~>"
168
+ - !ruby/object:Gem::Version
169
+ version: '0.8'
170
+ - - ">="
123
171
  - !ruby/object:Gem::Version
124
172
  version: 0.8.2
125
173
  - !ruby/object:Gem::Dependency
@@ -127,6 +175,9 @@ dependencies:
127
175
  requirement: !ruby/object:Gem::Requirement
128
176
  requirements:
129
177
  - - "~>"
178
+ - !ruby/object:Gem::Version
179
+ version: '0.2'
180
+ - - ">="
130
181
  - !ruby/object:Gem::Version
131
182
  version: 0.2.3
132
183
  type: :development
@@ -134,6 +185,9 @@ dependencies:
134
185
  version_requirements: !ruby/object:Gem::Requirement
135
186
  requirements:
136
187
  - - "~>"
188
+ - !ruby/object:Gem::Version
189
+ version: '0.2'
190
+ - - ">="
137
191
  - !ruby/object:Gem::Version
138
192
  version: 0.2.3
139
193
  - !ruby/object:Gem::Dependency
@@ -141,6 +195,9 @@ dependencies:
141
195
  requirement: !ruby/object:Gem::Requirement
142
196
  requirements:
143
197
  - - "~>"
198
+ - !ruby/object:Gem::Version
199
+ version: '0.1'
200
+ - - ">="
144
201
  - !ruby/object:Gem::Version
145
202
  version: 0.1.6
146
203
  type: :development
@@ -148,12 +205,18 @@ dependencies:
148
205
  version_requirements: !ruby/object:Gem::Requirement
149
206
  requirements:
150
207
  - - "~>"
208
+ - !ruby/object:Gem::Version
209
+ version: '0.1'
210
+ - - ">="
151
211
  - !ruby/object:Gem::Version
152
212
  version: 0.1.6
153
213
  - !ruby/object:Gem::Dependency
154
214
  name: rugged
155
215
  requirement: !ruby/object:Gem::Requirement
156
216
  requirements:
217
+ - - "~>"
218
+ - !ruby/object:Gem::Version
219
+ version: '0.19'
157
220
  - - ">="
158
221
  - !ruby/object:Gem::Version
159
222
  version: 0.19.0
@@ -161,6 +224,9 @@ dependencies:
161
224
  prerelease: false
162
225
  version_requirements: !ruby/object:Gem::Requirement
163
226
  requirements:
227
+ - - "~>"
228
+ - !ruby/object:Gem::Version
229
+ version: '0.19'
164
230
  - - ">="
165
231
  - !ruby/object:Gem::Version
166
232
  version: 0.19.0
@@ -169,6 +235,9 @@ dependencies:
169
235
  requirement: !ruby/object:Gem::Requirement
170
236
  requirements:
171
237
  - - "~>"
238
+ - !ruby/object:Gem::Version
239
+ version: 0.4.4
240
+ - - ">="
172
241
  - !ruby/object:Gem::Version
173
242
  version: 0.4.4.1
174
243
  type: :runtime
@@ -176,6 +245,9 @@ dependencies:
176
245
  version_requirements: !ruby/object:Gem::Requirement
177
246
  requirements:
178
247
  - - "~>"
248
+ - !ruby/object:Gem::Version
249
+ version: 0.4.4
250
+ - - ">="
179
251
  - !ruby/object:Gem::Version
180
252
  version: 0.4.4.1
181
253
  description: This gem is designed to provide a Ruby interface to the Gitolite Git
@@ -210,19 +282,62 @@ files:
210
282
  - spec/fixtures/configs/complicated-output.conf
211
283
  - spec/fixtures/configs/complicated.conf
212
284
  - spec/fixtures/configs/simple.conf
213
- - spec/fixtures/keys/bob+joe@test.zilla.com@desktop.pub
214
- - spec/fixtures/keys/bob-ins@zilla-site.com@desktop.pub
215
- - spec/fixtures/keys/bob.joe@test.zilla.com@desktop.pub
216
- - spec/fixtures/keys/bob.pub
217
- - spec/fixtures/keys/bob@desktop.pub
218
- - spec/fixtures/keys/bob@foo-bar.pub
219
- - spec/fixtures/keys/bob@zilla.com.pub
220
- - spec/fixtures/keys/bob@zilla.com@desktop.pub
221
- - spec/fixtures/keys/jakub123.pub
222
- - spec/fixtures/keys/jakub123@foo.net.pub
223
- - spec/fixtures/keys/joe-bob@god-zilla.com@desktop.pub
224
- - spec/fixtures/keys/joe@sch.ool.edu.pub
225
- - spec/fixtures/keys/joe@sch.ool.edu@desktop.pub
285
+ - spec/fixtures/gitolite-admin/.gitted/COMMIT_EDITMSG
286
+ - spec/fixtures/gitolite-admin/.gitted/HEAD
287
+ - spec/fixtures/gitolite-admin/.gitted/config
288
+ - spec/fixtures/gitolite-admin/.gitted/description
289
+ - spec/fixtures/gitolite-admin/.gitted/hooks/applypatch-msg.sample
290
+ - spec/fixtures/gitolite-admin/.gitted/hooks/commit-msg.sample
291
+ - spec/fixtures/gitolite-admin/.gitted/hooks/post-update.sample
292
+ - spec/fixtures/gitolite-admin/.gitted/hooks/pre-applypatch.sample
293
+ - spec/fixtures/gitolite-admin/.gitted/hooks/pre-commit.sample
294
+ - spec/fixtures/gitolite-admin/.gitted/hooks/pre-push.sample
295
+ - spec/fixtures/gitolite-admin/.gitted/hooks/pre-rebase.sample
296
+ - spec/fixtures/gitolite-admin/.gitted/hooks/prepare-commit-msg.sample
297
+ - spec/fixtures/gitolite-admin/.gitted/hooks/update.sample
298
+ - spec/fixtures/gitolite-admin/.gitted/index
299
+ - spec/fixtures/gitolite-admin/.gitted/info/exclude
300
+ - spec/fixtures/gitolite-admin/.gitted/logs/HEAD
301
+ - spec/fixtures/gitolite-admin/.gitted/logs/refs/heads/master
302
+ - spec/fixtures/gitolite-admin/.gitted/objects/04/6aa40bf1f4fbef8fe915274bd8af30784f4974
303
+ - spec/fixtures/gitolite-admin/.gitted/objects/06/3a0c108a0a431fff7d9ea819e55653c6fda14c
304
+ - spec/fixtures/gitolite-admin/.gitted/objects/0a/0493ecd1ef1102cc11211b95d19ef7c4823a23
305
+ - spec/fixtures/gitolite-admin/.gitted/objects/0b/8ae0021fafc32dbecbbcdf82bfe1ec3728432b
306
+ - spec/fixtures/gitolite-admin/.gitted/objects/0b/9ea7db8498c31c36567cc7dc528e9a06587ef9
307
+ - spec/fixtures/gitolite-admin/.gitted/objects/13/81680579c7e0626544e28bbca00b0c3b5004e2
308
+ - spec/fixtures/gitolite-admin/.gitted/objects/25/2a0e969ccca06c8258f811d2a6f01d883c2a0c
309
+ - spec/fixtures/gitolite-admin/.gitted/objects/39/5dfadc8dd72c4d0ab5d28a3cdd83500a41fb1b
310
+ - spec/fixtures/gitolite-admin/.gitted/objects/3b/8c81ac4b6d9276920ec06139d959b9aeb25456
311
+ - spec/fixtures/gitolite-admin/.gitted/objects/41/1a9fa047b7c928939882769d2fac89a1c87dd0
312
+ - spec/fixtures/gitolite-admin/.gitted/objects/42/333c37a7910bff07c7e7a95a3d09b3f9966571
313
+ - spec/fixtures/gitolite-admin/.gitted/objects/43/cb5e7b11750c16f2196bd8548e7b6277b372ca
314
+ - spec/fixtures/gitolite-admin/.gitted/objects/5c/f57acca019629fd98a3d9014cd63580a74f4ac
315
+ - spec/fixtures/gitolite-admin/.gitted/objects/68/b71afffb0b6781d974af6cb93ef076ded21bb5
316
+ - spec/fixtures/gitolite-admin/.gitted/objects/74/0ef5222fcd51ad7eba4a559396fdf856b20482
317
+ - spec/fixtures/gitolite-admin/.gitted/objects/86/692711b922198563496a69cf30ca772f6a6af3
318
+ - spec/fixtures/gitolite-admin/.gitted/objects/94/f2765eb76820309b11de0018dd2a6bc53ae8f7
319
+ - spec/fixtures/gitolite-admin/.gitted/objects/9c/c84c9d97b8fa8d4cb6c52d6495eca4bff04130
320
+ - spec/fixtures/gitolite-admin/.gitted/objects/9d/248211ad73f2fd188f75988dfd9e66431f2e8a
321
+ - spec/fixtures/gitolite-admin/.gitted/objects/9d/ce718e57053022f2e184ba94e2b5131fcbe551
322
+ - spec/fixtures/gitolite-admin/.gitted/objects/ac/b157e4a3d567d42132d608db26143b91c4789c
323
+ - spec/fixtures/gitolite-admin/.gitted/objects/ad/91cc1d968ad5fdcb8bd0df04db3523d0b98156
324
+ - spec/fixtures/gitolite-admin/.gitted/objects/b3/178d7dfddbc3df3e03eb271f0cdbe864aa902f
325
+ - spec/fixtures/gitolite-admin/.gitted/objects/b6/de0801eb994701c5a55a0793796aebc2440372
326
+ - spec/fixtures/gitolite-admin/.gitted/objects/c9/0707f5301413f121360c9b26784167652a3d2a
327
+ - spec/fixtures/gitolite-admin/.gitted/objects/c9/3d2aaacc82cb05a88994d2b44691d07477bde9
328
+ - spec/fixtures/gitolite-admin/.gitted/objects/d9/3bb9a696d405af34d9dcafc2e4611e1d5959dd
329
+ - spec/fixtures/gitolite-admin/.gitted/objects/df/cd7e43b90664b02a7765c54d45277f54bcd2ee
330
+ - spec/fixtures/gitolite-admin/.gitted/objects/e1/57cf40f5a30aa527d77c10840010c4654b4eab
331
+ - spec/fixtures/gitolite-admin/.gitted/objects/e3/c37d85f4800ed4fe4a3f4ca49e3b4a85a88ae1
332
+ - spec/fixtures/gitolite-admin/.gitted/objects/f4/a351cf0debfb5ac18061f7cb4e7ff2e5916719
333
+ - spec/fixtures/gitolite-admin/.gitted/refs/heads/master
334
+ - spec/fixtures/gitolite-admin/conf/gitolite.conf
335
+ - spec/fixtures/gitolite-admin/keydir/admin.pub
336
+ - spec/fixtures/gitolite-admin/keydir/bob.pub
337
+ - spec/fixtures/keys/bob/bob.pub
338
+ - spec/fixtures/keys/bob/bob@example.com.pub
339
+ - spec/fixtures/keys/bob/desktop/bob.pub
340
+ - spec/fixtures/keys/bob/school/bob.pub
226
341
  - spec/gitolite_admin_spec.rb
227
342
  - spec/group_spec.rb
228
343
  - spec/repo_spec.rb
@@ -259,19 +374,62 @@ test_files:
259
374
  - spec/fixtures/configs/complicated-output.conf
260
375
  - spec/fixtures/configs/complicated.conf
261
376
  - spec/fixtures/configs/simple.conf
262
- - spec/fixtures/keys/bob+joe@test.zilla.com@desktop.pub
263
- - spec/fixtures/keys/bob-ins@zilla-site.com@desktop.pub
264
- - spec/fixtures/keys/bob.joe@test.zilla.com@desktop.pub
265
- - spec/fixtures/keys/bob.pub
266
- - spec/fixtures/keys/bob@desktop.pub
267
- - spec/fixtures/keys/bob@foo-bar.pub
268
- - spec/fixtures/keys/bob@zilla.com.pub
269
- - spec/fixtures/keys/bob@zilla.com@desktop.pub
270
- - spec/fixtures/keys/jakub123.pub
271
- - spec/fixtures/keys/jakub123@foo.net.pub
272
- - spec/fixtures/keys/joe-bob@god-zilla.com@desktop.pub
273
- - spec/fixtures/keys/joe@sch.ool.edu.pub
274
- - spec/fixtures/keys/joe@sch.ool.edu@desktop.pub
377
+ - spec/fixtures/gitolite-admin/.gitted/COMMIT_EDITMSG
378
+ - spec/fixtures/gitolite-admin/.gitted/HEAD
379
+ - spec/fixtures/gitolite-admin/.gitted/config
380
+ - spec/fixtures/gitolite-admin/.gitted/description
381
+ - spec/fixtures/gitolite-admin/.gitted/hooks/applypatch-msg.sample
382
+ - spec/fixtures/gitolite-admin/.gitted/hooks/commit-msg.sample
383
+ - spec/fixtures/gitolite-admin/.gitted/hooks/post-update.sample
384
+ - spec/fixtures/gitolite-admin/.gitted/hooks/pre-applypatch.sample
385
+ - spec/fixtures/gitolite-admin/.gitted/hooks/pre-commit.sample
386
+ - spec/fixtures/gitolite-admin/.gitted/hooks/pre-push.sample
387
+ - spec/fixtures/gitolite-admin/.gitted/hooks/pre-rebase.sample
388
+ - spec/fixtures/gitolite-admin/.gitted/hooks/prepare-commit-msg.sample
389
+ - spec/fixtures/gitolite-admin/.gitted/hooks/update.sample
390
+ - spec/fixtures/gitolite-admin/.gitted/index
391
+ - spec/fixtures/gitolite-admin/.gitted/info/exclude
392
+ - spec/fixtures/gitolite-admin/.gitted/logs/HEAD
393
+ - spec/fixtures/gitolite-admin/.gitted/logs/refs/heads/master
394
+ - spec/fixtures/gitolite-admin/.gitted/objects/04/6aa40bf1f4fbef8fe915274bd8af30784f4974
395
+ - spec/fixtures/gitolite-admin/.gitted/objects/06/3a0c108a0a431fff7d9ea819e55653c6fda14c
396
+ - spec/fixtures/gitolite-admin/.gitted/objects/0a/0493ecd1ef1102cc11211b95d19ef7c4823a23
397
+ - spec/fixtures/gitolite-admin/.gitted/objects/0b/8ae0021fafc32dbecbbcdf82bfe1ec3728432b
398
+ - spec/fixtures/gitolite-admin/.gitted/objects/0b/9ea7db8498c31c36567cc7dc528e9a06587ef9
399
+ - spec/fixtures/gitolite-admin/.gitted/objects/13/81680579c7e0626544e28bbca00b0c3b5004e2
400
+ - spec/fixtures/gitolite-admin/.gitted/objects/25/2a0e969ccca06c8258f811d2a6f01d883c2a0c
401
+ - spec/fixtures/gitolite-admin/.gitted/objects/39/5dfadc8dd72c4d0ab5d28a3cdd83500a41fb1b
402
+ - spec/fixtures/gitolite-admin/.gitted/objects/3b/8c81ac4b6d9276920ec06139d959b9aeb25456
403
+ - spec/fixtures/gitolite-admin/.gitted/objects/41/1a9fa047b7c928939882769d2fac89a1c87dd0
404
+ - spec/fixtures/gitolite-admin/.gitted/objects/42/333c37a7910bff07c7e7a95a3d09b3f9966571
405
+ - spec/fixtures/gitolite-admin/.gitted/objects/43/cb5e7b11750c16f2196bd8548e7b6277b372ca
406
+ - spec/fixtures/gitolite-admin/.gitted/objects/5c/f57acca019629fd98a3d9014cd63580a74f4ac
407
+ - spec/fixtures/gitolite-admin/.gitted/objects/68/b71afffb0b6781d974af6cb93ef076ded21bb5
408
+ - spec/fixtures/gitolite-admin/.gitted/objects/74/0ef5222fcd51ad7eba4a559396fdf856b20482
409
+ - spec/fixtures/gitolite-admin/.gitted/objects/86/692711b922198563496a69cf30ca772f6a6af3
410
+ - spec/fixtures/gitolite-admin/.gitted/objects/94/f2765eb76820309b11de0018dd2a6bc53ae8f7
411
+ - spec/fixtures/gitolite-admin/.gitted/objects/9c/c84c9d97b8fa8d4cb6c52d6495eca4bff04130
412
+ - spec/fixtures/gitolite-admin/.gitted/objects/9d/248211ad73f2fd188f75988dfd9e66431f2e8a
413
+ - spec/fixtures/gitolite-admin/.gitted/objects/9d/ce718e57053022f2e184ba94e2b5131fcbe551
414
+ - spec/fixtures/gitolite-admin/.gitted/objects/ac/b157e4a3d567d42132d608db26143b91c4789c
415
+ - spec/fixtures/gitolite-admin/.gitted/objects/ad/91cc1d968ad5fdcb8bd0df04db3523d0b98156
416
+ - spec/fixtures/gitolite-admin/.gitted/objects/b3/178d7dfddbc3df3e03eb271f0cdbe864aa902f
417
+ - spec/fixtures/gitolite-admin/.gitted/objects/b6/de0801eb994701c5a55a0793796aebc2440372
418
+ - spec/fixtures/gitolite-admin/.gitted/objects/c9/0707f5301413f121360c9b26784167652a3d2a
419
+ - spec/fixtures/gitolite-admin/.gitted/objects/c9/3d2aaacc82cb05a88994d2b44691d07477bde9
420
+ - spec/fixtures/gitolite-admin/.gitted/objects/d9/3bb9a696d405af34d9dcafc2e4611e1d5959dd
421
+ - spec/fixtures/gitolite-admin/.gitted/objects/df/cd7e43b90664b02a7765c54d45277f54bcd2ee
422
+ - spec/fixtures/gitolite-admin/.gitted/objects/e1/57cf40f5a30aa527d77c10840010c4654b4eab
423
+ - spec/fixtures/gitolite-admin/.gitted/objects/e3/c37d85f4800ed4fe4a3f4ca49e3b4a85a88ae1
424
+ - spec/fixtures/gitolite-admin/.gitted/objects/f4/a351cf0debfb5ac18061f7cb4e7ff2e5916719
425
+ - spec/fixtures/gitolite-admin/.gitted/refs/heads/master
426
+ - spec/fixtures/gitolite-admin/conf/gitolite.conf
427
+ - spec/fixtures/gitolite-admin/keydir/admin.pub
428
+ - spec/fixtures/gitolite-admin/keydir/bob.pub
429
+ - spec/fixtures/keys/bob/bob.pub
430
+ - spec/fixtures/keys/bob/bob@example.com.pub
431
+ - spec/fixtures/keys/bob/desktop/bob.pub
432
+ - spec/fixtures/keys/bob/school/bob.pub
275
433
  - spec/gitolite_admin_spec.rb
276
434
  - spec/group_spec.rb
277
435
  - spec/repo_spec.rb
@@ -1 +0,0 @@
1
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAsRofYfjAUdw0McxGpLTxBbZyKN05HGY19ZIjEQmBPUe2Skt1i/SLwIYzTzKv6vEgAdT9SwmCsO/jpDY/ZM+MhWy4okBisn04yIHCW10q4+YNo2WatzttEa1W+hC58nKtoq/0HkvPVdoeOZxcNtpjvgvkrXH2zdmX7xnA1AAWtqRNkRYWPKjiojkg92aqmJLISSIDeZs2wvXbFO3BJhkvyr3W60cinKhGBBscvdCYUi5pb9dXIFhEEqRf1JkT5CEmF3p4GqSt4/L79nR0LV45grS4NbcN+fCnjWZ8PQhmJ+WPLKkydgR1YvobeY7zDHdHJXWLhsPa+SjwI3WfzrB+GQ== bob@zilla.com
@@ -1 +0,0 @@
1
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAsRofYfjAUdw0McxGpLTxBbZyKN05HGY19ZIjEQmBPUe2Skt1i/SLwIYzTzKv6vEgAdT9SwmCsO/jpDY/ZM+MhWy4okBisn04yIHCW10q4+YNo2WatzttEa1W+hC58nKtoq/0HkvPVdoeOZxcNtpjvgvkrXH2zdmX7xnA1AAWtqRNkRYWPKjiojkg92aqmJLISSIDeZs2wvXbFO3BJhkvyr3W60cinKhGBBscvdCYUi5pb9dXIFhEEqRf1JkT5CEmF3p4GqSt4/L79nR0LV45grS4NbcN+fCnjWZ8PQhmJ+WPLKkydgR1YvobeY7zDHdHJXWLhsPa+SjwI3WfzrB+GQ== bob@zilla.com
@@ -1 +0,0 @@
1
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAsRofYfjAUdw0McxGpLTxBbZyKN05HGY19ZIjEQmBPUe2Skt1i/SLwIYzTzKv6vEgAdT9SwmCsO/jpDY/ZM+MhWy4okBisn04yIHCW10q4+YNo2WatzttEa1W+hC58nKtoq/0HkvPVdoeOZxcNtpjvgvkrXH2zdmX7xnA1AAWtqRNkRYWPKjiojkg92aqmJLISSIDeZs2wvXbFO3BJhkvyr3W60cinKhGBBscvdCYUi5pb9dXIFhEEqRf1JkT5CEmF3p4GqSt4/L79nR0LV45grS4NbcN+fCnjWZ8PQhmJ+WPLKkydgR1YvobeY7zDHdHJXWLhsPa+SjwI3WfzrB+GQ== bob@zilla.com
@@ -1 +0,0 @@
1
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwZc2kw4Bc8Kksp0XBiDR/rDrUAmv2THB9OVbRwJ7TEelU8OFJqCx1syjdjAgS+LE3K5d5xtDMYRlxE2hkl8V6EySY9Q35qWqaqhmS8erZap0qiCWM5vlzxWFKOpnhQdNbNjA7a7FSTDT6ThOC9sTCJfMvNdBiiUUGGDE48AvtwtF3er24h8w7J5623AICfOdhfPAFavTO6/QpeHRe8QOkbBJ2oaJDer4rDetgtBUgHXh3jANgD2ICRFd9l5eCozkDCISFJ6Xg2Eq8gMJ2DKj3BSzBpRPiAJ1YVsr/cBzGxRVRPS6Go485E2r7l7zAsE1t/t6eRUU4W5ZeopxD4GUXQ== bob@zilla.com
@@ -1 +0,0 @@
1
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDajoou61M6Fjebh2WEIgdCDf76YCVXTepYogBgE8/rd0LaPB0zdzwWjt+nDTJTx2ZMI+riCB8M7vzrXwG6zUTF49KrzQ4WEsV66yfEk+kyQ5WCx9L05seeFIhbYrk3TbEWUUWwCeXU3yj9cHiNwAxzWK3OwDcPbRu5zRk5JjPE491wrywmhn3klxy6BQcFS42qbci9DsNq9tTcfqJn+3m3s7JBVc2f58Blf45PAMlYUe8TH8up/vtUeg1NPysozKRu9+sUw8ChVUZOlA3tL9Zs76GQG2Q+fgXEV4eRAjF/jrmMT5vE7lHMkG0V5WEO7SPsFXoibmRLRgyRA2wQuS49 bob@zilla.com
@@ -1 +0,0 @@
1
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAu1cY+0C5QV/0mcdobqS673BVlT7weW1lZKp83v8kTYHJJ8NLKixnPf4VePUoE5IMdmWMHNtAtSCG+X/Gdo/2VBHWbZ/O2mC2WSYH0u/nk+Bw0l30/vbV0wP3rcapY42BiMl/H0CPuxql99SBcVJoAaKkxJ4uvyR/hQ+mEmSIYz7mD11opCC6owmWm7R5Sdf2UGXzYXHwu5G9DdIE+QcmYbLkltCBHwa17syoM5QtetbHc/S/wbudrLclJXPHJ0xEtJMhGEHzNJndwYpOA4R61O+phIXIwdtdBeCAxAQyb9hf+qrOBaMfXyFn/WF0ov8hAnKDWWKg74e4ZHYJ2qPSRw== bob@zilla.com
@@ -1 +0,0 @@
1
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAsRofYfjAUdw0McxGpLTxBbZyKN05HGY19ZIjEQmBPUe2Skt1i/SLwIYzTzKv6vEgAdT9SwmCsO/jpDY/ZM+MhWy4okBisn04yIHCW10q4+YNo2WatzttEa1W+hC58nKtoq/0HkvPVdoeOZxcNtpjvgvkrXH2zdmX7xnA1AAWtqRNkRYWPKjiojkg92aqmJLISSIDeZs2wvXbFO3BJhkvyr3W60cinKhGBBscvdCYUi5pb9dXIFhEEqRf1JkT5CEmF3p4GqSt4/L79nR0LV45grS4NbcN+fCnjWZ8PQhmJ+WPLKkydgR1YvobeY7zDHdHJXWLhsPa+SjwI3WfzrB+GQ== bob@zilla.com
@@ -1 +0,0 @@
1
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAvtAkUG0e/dgqzb9Vtj6mspYCueII5U/gx3fnpIb2j8ng/ZJPPLYIb2UCwHdFBj/VZerKiJn6epJRi8qj4ddC4Z/LPNgjn06gbjAAubyb2Lki/XSvizpP6j4OtRnt/Vf17n1hyUKN0OAQmSaf1DoXsvWHpb64U7WxbY3Z3XLdJlqtIXW0vr3X13RKx6JZDGM2re/1ymZ5SJZT/KTruqtC42Yu4C2ktSa+JRh82+jALGy/5A/o1lsCziCSE/+iycVNM9hSfbwGTC1AVT1WO2BiQlduUL3tk4XyMEjlOXF2K4FobcBhLTrNtLc24vnlx5HkcBmuubq7x6g1pw4znwItgQ== jakub123@foo.net
@@ -1 +0,0 @@
1
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEArDPbrc0rP+Pux38Y14rMkgbPHo7iY89/VG80BH8dXVB1nisFHgY6zJdSPJ3zrEm1j81Hc7tZvd3FGjOKP8Ae02/J8O4WaVdB5pMo81YxQWu3eV6nD7x7AIeZEBauK7zV3eqyxTZ/V0oBd7e9VKMukxoiv+RXlXdItpH0md3bpQ3IreFjfaBrFnX0QLdGx0CjimKtMNOU7yKRlvuGcrvMoRtXSUzssAUtjmy8cRabBqZyJVOFrk6MhE1VpcAEE47Sb2ovFgfx5w4kA7mRAz6jO+MAM5go0lGoK26WrR9p/ZXuhmmdjQMPdSCssGQxni657vLp3F7PGV2AG35M58IwuQ==
@@ -1 +0,0 @@
1
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAsRofYfjAUdw0McxGpLTxBbZyKN05HGY19ZIjEQmBPUe2Skt1i/SLwIYzTzKv6vEgAdT9SwmCsO/jpDY/ZM+MhWy4okBisn04yIHCW10q4+YNo2WatzttEa1W+hC58nKtoq/0HkvPVdoeOZxcNtpjvgvkrXH2zdmX7xnA1AAWtqRNkRYWPKjiojkg92aqmJLISSIDeZs2wvXbFO3BJhkvyr3W60cinKhGBBscvdCYUi5pb9dXIFhEEqRf1JkT5CEmF3p4GqSt4/L79nR0LV45grS4NbcN+fCnjWZ8PQhmJ+WPLKkydgR1YvobeY7zDHdHJXWLhsPa+SjwI3WfzrB+GQ== bob@zilla.com
@@ -1 +0,0 @@
1
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAu9Y0aeYzlF/e/JZDYr4s/BmCnU5WATugdxnEDboTFgSt0rIZ3P+93m+wchGgP/GzspHa/gSIBBjDBwmzPlhdNieJdiNyJ0n0BvUWOBlI3wNQLU+wdqa1UwxQyPZNSplxyzhcsIgD6kPqYR9JE6Yga7QUnJdP/vAB+XtMoZlc+CVKjxLrjijSHX57WJ0bSXwKtYVHtgCGtJ1mmAZV/q64SR3mqEwB7WG0BTNwT0ruHRk4Zg/EpuutStYGne23/1FBSrfMirQCEneTiLOO/vAibWLzTRWSVyRT9YJYeH0Cp5dXnu3MqPL6+PhaP+iDtx6Vo/h2jeCJZpJUJb7dX9nl/Q== joe@sch.ool.edu