muck-raker 0.1.22 → 0.1.23

Sign up to get free protection for your applications and to get access to all the features.
data/muck-raker.gemspec CHANGED
@@ -1,12 +1,15 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
1
4
  # -*- encoding: utf-8 -*-
2
5
 
3
6
  Gem::Specification.new do |s|
4
7
  s.name = %q{muck-raker}
5
- s.version = "0.1.22"
8
+ s.version = "0.1.23"
6
9
 
7
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
11
  s.authors = ["Joel Duffin Justin Ball"]
9
- s.date = %q{2009-08-08}
12
+ s.date = %q{2009-08-12}
10
13
  s.description = %q{The aggregation and recommendation engine for the muck system.}
11
14
  s.email = %q{justinball@gmail.com}
12
15
  s.extra_rdoc_files = [
@@ -19,318 +22,161 @@ Gem::Specification.new do |s|
19
22
  "Rakefile",
20
23
  "VERSION",
21
24
  "app/controllers/admin/muck/feeds_controller.rb",
22
- "app/controllers/admin/muck/feeds_controller.rb",
23
- "app/controllers/muck/entries_controller.rb",
24
25
  "app/controllers/muck/entries_controller.rb",
25
26
  "app/controllers/muck/feed_previews_controller.rb",
26
- "app/controllers/muck/feed_previews_controller.rb",
27
27
  "app/controllers/muck/feeds_controller.rb",
28
- "app/controllers/muck/feeds_controller.rb",
29
- "app/controllers/muck/recommendations_controller.rb",
30
28
  "app/controllers/muck/recommendations_controller.rb",
31
29
  "app/controllers/muck/search_controller.rb",
32
- "app/controllers/muck/search_controller.rb",
33
- "app/controllers/muck/visits_controller.rb",
34
30
  "app/controllers/muck/visits_controller.rb",
35
31
  "app/helpers/muck_raker_feeds_helper.rb",
36
- "app/helpers/muck_raker_feeds_helper.rb",
37
- "app/helpers/muck_raker_helper.rb",
38
32
  "app/helpers/muck_raker_helper.rb",
39
33
  "app/models/attention.rb",
40
- "app/models/attention.rb",
41
- "app/models/click.rb",
42
34
  "app/models/click.rb",
43
35
  "app/models/entry.rb",
44
- "app/models/entry.rb",
45
36
  "app/models/feed.rb",
46
- "app/models/feed.rb",
47
- "app/models/feed_parent.rb",
48
37
  "app/models/feed_parent.rb",
49
38
  "app/models/oai_endpoint.rb",
50
- "app/models/oai_endpoint.rb",
51
- "app/models/raker_mailer.rb",
52
39
  "app/models/raker_mailer.rb",
53
40
  "app/models/recommendation.rb",
54
- "app/models/recommendation.rb",
55
- "app/models/service.rb",
56
41
  "app/models/service.rb",
57
42
  "app/models/subject.rb",
58
- "app/models/subject.rb",
59
- "app/models/tag_cloud.rb",
60
43
  "app/models/tag_cloud.rb",
61
44
  "app/views/admin/feeds/index.html.erb",
62
- "app/views/admin/feeds/index.html.erb",
63
45
  "app/views/default/_language_list.html.erb",
64
- "app/views/default/_language_list.html.erb",
65
- "app/views/entries/_related_entry.html.erb",
66
46
  "app/views/entries/_related_entry.html.erb",
67
47
  "app/views/entries/_result.html.erb",
68
- "app/views/entries/_result.html.erb",
69
- "app/views/entries/_result_status.html.erb",
70
48
  "app/views/entries/_result_status.html.erb",
71
49
  "app/views/entries/_results.html.erb",
72
- "app/views/entries/_results.html.erb",
73
- "app/views/entries/_tag_cloud.html.erb",
74
50
  "app/views/entries/_tag_cloud.html.erb",
75
51
  "app/views/entries/browse_by_tags.html.erb",
76
- "app/views/entries/browse_by_tags.html.erb",
77
- "app/views/entries/collections.html.erb",
78
52
  "app/views/entries/collections.html.erb",
79
53
  "app/views/entries/details.html.erb",
80
- "app/views/entries/details.html.erb",
81
- "app/views/entries/index.html.erb",
82
54
  "app/views/entries/index.html.erb",
83
55
  "app/views/entries/search.html.erb",
84
- "app/views/entries/search.html.erb",
85
- "app/views/entries/show.html.erb",
86
56
  "app/views/entries/show.html.erb",
87
57
  "app/views/entries/track_clicks.html.erb",
88
- "app/views/entries/track_clicks.html.erb",
89
- "app/views/feed_previews/new.html.erb",
90
58
  "app/views/feed_previews/new.html.erb",
91
59
  "app/views/feed_previews/select_feeds.html.erb",
92
- "app/views/feed_previews/select_feeds.html.erb",
93
- "app/views/feeds/_entry.html.erb",
94
60
  "app/views/feeds/_entry.html.erb",
95
61
  "app/views/feeds/_feed.html.erb",
96
- "app/views/feeds/_feed.html.erb",
97
62
  "app/views/feeds/_feed_selection.html.erb",
98
- "app/views/feeds/_feed_selection.html.erb",
99
- "app/views/feeds/edit.html.erb",
100
63
  "app/views/feeds/edit.html.erb",
101
64
  "app/views/feeds/harvest_now.html.erb",
102
- "app/views/feeds/harvest_now.html.erb",
103
- "app/views/feeds/index.html.erb",
104
65
  "app/views/feeds/index.html.erb",
105
66
  "app/views/feeds/new.html.erb",
106
- "app/views/feeds/new.html.erb",
107
- "app/views/feeds/new_extended.html.erb",
108
67
  "app/views/feeds/new_extended.html.erb",
109
68
  "app/views/feeds/show.html.erb",
110
- "app/views/feeds/show.html.erb",
111
- "app/views/feeds/unban.html.erb",
112
69
  "app/views/feeds/unban.html.erb",
113
70
  "app/views/parts/_add_extended_feed.html.erb",
114
- "app/views/parts/_add_extended_feed.html.erb",
115
71
  "app/views/parts/_add_feed.html.erb",
116
- "app/views/parts/_add_feed.html.erb",
117
- "app/views/parts/_add_single_feed.html.erb",
118
72
  "app/views/parts/_add_single_feed.html.erb",
119
73
  "app/views/parts/_select_feed.html.erb",
120
- "app/views/parts/_select_feed.html.erb",
121
- "app/views/raker_mailer/notification_feed_added.text.ar.html.erb",
122
74
  "app/views/raker_mailer/notification_feed_added.text.ar.html.erb",
123
75
  "app/views/raker_mailer/notification_feed_added.text.ar.plain.erb",
124
- "app/views/raker_mailer/notification_feed_added.text.ar.plain.erb",
125
- "app/views/raker_mailer/notification_feed_added.text.bg.html.erb",
126
76
  "app/views/raker_mailer/notification_feed_added.text.bg.html.erb",
127
77
  "app/views/raker_mailer/notification_feed_added.text.bg.plain.erb",
128
- "app/views/raker_mailer/notification_feed_added.text.bg.plain.erb",
129
- "app/views/raker_mailer/notification_feed_added.text.ca.html.erb",
130
78
  "app/views/raker_mailer/notification_feed_added.text.ca.html.erb",
131
79
  "app/views/raker_mailer/notification_feed_added.text.ca.plain.erb",
132
- "app/views/raker_mailer/notification_feed_added.text.ca.plain.erb",
133
80
  "app/views/raker_mailer/notification_feed_added.text.cs.html.erb",
134
- "app/views/raker_mailer/notification_feed_added.text.cs.html.erb",
135
- "app/views/raker_mailer/notification_feed_added.text.cs.plain.erb",
136
81
  "app/views/raker_mailer/notification_feed_added.text.cs.plain.erb",
137
82
  "app/views/raker_mailer/notification_feed_added.text.da.html.erb",
138
- "app/views/raker_mailer/notification_feed_added.text.da.html.erb",
139
- "app/views/raker_mailer/notification_feed_added.text.da.plain.erb",
140
83
  "app/views/raker_mailer/notification_feed_added.text.da.plain.erb",
141
84
  "app/views/raker_mailer/notification_feed_added.text.de.html.erb",
142
- "app/views/raker_mailer/notification_feed_added.text.de.html.erb",
143
- "app/views/raker_mailer/notification_feed_added.text.de.plain.erb",
144
85
  "app/views/raker_mailer/notification_feed_added.text.de.plain.erb",
145
86
  "app/views/raker_mailer/notification_feed_added.text.el.html.erb",
146
- "app/views/raker_mailer/notification_feed_added.text.el.html.erb",
147
- "app/views/raker_mailer/notification_feed_added.text.el.plain.erb",
148
87
  "app/views/raker_mailer/notification_feed_added.text.el.plain.erb",
149
88
  "app/views/raker_mailer/notification_feed_added.text.es.html.erb",
150
- "app/views/raker_mailer/notification_feed_added.text.es.html.erb",
151
- "app/views/raker_mailer/notification_feed_added.text.es.plain.erb",
152
89
  "app/views/raker_mailer/notification_feed_added.text.es.plain.erb",
153
90
  "app/views/raker_mailer/notification_feed_added.text.et.html.erb",
154
- "app/views/raker_mailer/notification_feed_added.text.et.html.erb",
155
- "app/views/raker_mailer/notification_feed_added.text.et.plain.erb",
156
91
  "app/views/raker_mailer/notification_feed_added.text.et.plain.erb",
157
92
  "app/views/raker_mailer/notification_feed_added.text.fa.html.erb",
158
- "app/views/raker_mailer/notification_feed_added.text.fa.html.erb",
159
- "app/views/raker_mailer/notification_feed_added.text.fa.plain.erb",
160
93
  "app/views/raker_mailer/notification_feed_added.text.fa.plain.erb",
161
94
  "app/views/raker_mailer/notification_feed_added.text.fi.html.erb",
162
- "app/views/raker_mailer/notification_feed_added.text.fi.html.erb",
163
- "app/views/raker_mailer/notification_feed_added.text.fi.plain.erb",
164
95
  "app/views/raker_mailer/notification_feed_added.text.fi.plain.erb",
165
96
  "app/views/raker_mailer/notification_feed_added.text.fr.html.erb",
166
- "app/views/raker_mailer/notification_feed_added.text.fr.html.erb",
167
97
  "app/views/raker_mailer/notification_feed_added.text.fr.plain.erb",
168
- "app/views/raker_mailer/notification_feed_added.text.fr.plain.erb",
169
- "app/views/raker_mailer/notification_feed_added.text.gl.html.erb",
170
98
  "app/views/raker_mailer/notification_feed_added.text.gl.html.erb",
171
99
  "app/views/raker_mailer/notification_feed_added.text.gl.plain.erb",
172
- "app/views/raker_mailer/notification_feed_added.text.gl.plain.erb",
173
- "app/views/raker_mailer/notification_feed_added.text.hi.html.erb",
174
100
  "app/views/raker_mailer/notification_feed_added.text.hi.html.erb",
175
101
  "app/views/raker_mailer/notification_feed_added.text.hi.plain.erb",
176
- "app/views/raker_mailer/notification_feed_added.text.hi.plain.erb",
177
- "app/views/raker_mailer/notification_feed_added.text.hr.html.erb",
178
102
  "app/views/raker_mailer/notification_feed_added.text.hr.html.erb",
179
103
  "app/views/raker_mailer/notification_feed_added.text.hr.plain.erb",
180
- "app/views/raker_mailer/notification_feed_added.text.hr.plain.erb",
181
- "app/views/raker_mailer/notification_feed_added.text.html.erb",
182
104
  "app/views/raker_mailer/notification_feed_added.text.html.erb",
183
105
  "app/views/raker_mailer/notification_feed_added.text.hu.html.erb",
184
- "app/views/raker_mailer/notification_feed_added.text.hu.html.erb",
185
106
  "app/views/raker_mailer/notification_feed_added.text.hu.plain.erb",
186
- "app/views/raker_mailer/notification_feed_added.text.hu.plain.erb",
187
- "app/views/raker_mailer/notification_feed_added.text.id.html.erb",
188
107
  "app/views/raker_mailer/notification_feed_added.text.id.html.erb",
189
108
  "app/views/raker_mailer/notification_feed_added.text.id.plain.erb",
190
- "app/views/raker_mailer/notification_feed_added.text.id.plain.erb",
191
- "app/views/raker_mailer/notification_feed_added.text.it.html.erb",
192
109
  "app/views/raker_mailer/notification_feed_added.text.it.html.erb",
193
110
  "app/views/raker_mailer/notification_feed_added.text.it.plain.erb",
194
- "app/views/raker_mailer/notification_feed_added.text.it.plain.erb",
195
- "app/views/raker_mailer/notification_feed_added.text.iw.html.erb",
196
111
  "app/views/raker_mailer/notification_feed_added.text.iw.html.erb",
197
112
  "app/views/raker_mailer/notification_feed_added.text.iw.plain.erb",
198
- "app/views/raker_mailer/notification_feed_added.text.iw.plain.erb",
199
- "app/views/raker_mailer/notification_feed_added.text.ja.html.erb",
200
113
  "app/views/raker_mailer/notification_feed_added.text.ja.html.erb",
201
114
  "app/views/raker_mailer/notification_feed_added.text.ja.plain.erb",
202
- "app/views/raker_mailer/notification_feed_added.text.ja.plain.erb",
203
115
  "app/views/raker_mailer/notification_feed_added.text.ko.html.erb",
204
- "app/views/raker_mailer/notification_feed_added.text.ko.html.erb",
205
- "app/views/raker_mailer/notification_feed_added.text.ko.plain.erb",
206
116
  "app/views/raker_mailer/notification_feed_added.text.ko.plain.erb",
207
117
  "app/views/raker_mailer/notification_feed_added.text.lt.html.erb",
208
- "app/views/raker_mailer/notification_feed_added.text.lt.html.erb",
209
- "app/views/raker_mailer/notification_feed_added.text.lt.plain.erb",
210
118
  "app/views/raker_mailer/notification_feed_added.text.lt.plain.erb",
211
119
  "app/views/raker_mailer/notification_feed_added.text.lv.html.erb",
212
- "app/views/raker_mailer/notification_feed_added.text.lv.html.erb",
213
- "app/views/raker_mailer/notification_feed_added.text.lv.plain.erb",
214
120
  "app/views/raker_mailer/notification_feed_added.text.lv.plain.erb",
215
121
  "app/views/raker_mailer/notification_feed_added.text.mt.html.erb",
216
- "app/views/raker_mailer/notification_feed_added.text.mt.html.erb",
217
- "app/views/raker_mailer/notification_feed_added.text.mt.plain.erb",
218
122
  "app/views/raker_mailer/notification_feed_added.text.mt.plain.erb",
219
123
  "app/views/raker_mailer/notification_feed_added.text.nl.html.erb",
220
- "app/views/raker_mailer/notification_feed_added.text.nl.html.erb",
221
- "app/views/raker_mailer/notification_feed_added.text.nl.plain.erb",
222
124
  "app/views/raker_mailer/notification_feed_added.text.nl.plain.erb",
223
125
  "app/views/raker_mailer/notification_feed_added.text.no.html.erb",
224
- "app/views/raker_mailer/notification_feed_added.text.no.html.erb",
225
- "app/views/raker_mailer/notification_feed_added.text.no.plain.erb",
226
126
  "app/views/raker_mailer/notification_feed_added.text.no.plain.erb",
227
127
  "app/views/raker_mailer/notification_feed_added.text.pl.html.erb",
228
- "app/views/raker_mailer/notification_feed_added.text.pl.html.erb",
229
- "app/views/raker_mailer/notification_feed_added.text.pl.plain.erb",
230
128
  "app/views/raker_mailer/notification_feed_added.text.pl.plain.erb",
231
129
  "app/views/raker_mailer/notification_feed_added.text.plain.erb",
232
- "app/views/raker_mailer/notification_feed_added.text.plain.erb",
233
- "app/views/raker_mailer/notification_feed_added.text.pt-PT.html.erb",
234
130
  "app/views/raker_mailer/notification_feed_added.text.pt-PT.html.erb",
235
131
  "app/views/raker_mailer/notification_feed_added.text.pt-PT.plain.erb",
236
- "app/views/raker_mailer/notification_feed_added.text.pt-PT.plain.erb",
237
132
  "app/views/raker_mailer/notification_feed_added.text.ro.html.erb",
238
- "app/views/raker_mailer/notification_feed_added.text.ro.html.erb",
239
- "app/views/raker_mailer/notification_feed_added.text.ro.plain.erb",
240
133
  "app/views/raker_mailer/notification_feed_added.text.ro.plain.erb",
241
134
  "app/views/raker_mailer/notification_feed_added.text.ru.html.erb",
242
- "app/views/raker_mailer/notification_feed_added.text.ru.html.erb",
243
- "app/views/raker_mailer/notification_feed_added.text.ru.plain.erb",
244
135
  "app/views/raker_mailer/notification_feed_added.text.ru.plain.erb",
245
136
  "app/views/raker_mailer/notification_feed_added.text.sk.html.erb",
246
- "app/views/raker_mailer/notification_feed_added.text.sk.html.erb",
247
- "app/views/raker_mailer/notification_feed_added.text.sk.plain.erb",
248
137
  "app/views/raker_mailer/notification_feed_added.text.sk.plain.erb",
249
138
  "app/views/raker_mailer/notification_feed_added.text.sl.html.erb",
250
- "app/views/raker_mailer/notification_feed_added.text.sl.html.erb",
251
- "app/views/raker_mailer/notification_feed_added.text.sl.plain.erb",
252
139
  "app/views/raker_mailer/notification_feed_added.text.sl.plain.erb",
253
140
  "app/views/raker_mailer/notification_feed_added.text.sq.html.erb",
254
- "app/views/raker_mailer/notification_feed_added.text.sq.html.erb",
255
- "app/views/raker_mailer/notification_feed_added.text.sq.plain.erb",
256
141
  "app/views/raker_mailer/notification_feed_added.text.sq.plain.erb",
257
142
  "app/views/raker_mailer/notification_feed_added.text.sr.html.erb",
258
- "app/views/raker_mailer/notification_feed_added.text.sr.html.erb",
259
- "app/views/raker_mailer/notification_feed_added.text.sr.plain.erb",
260
143
  "app/views/raker_mailer/notification_feed_added.text.sr.plain.erb",
261
144
  "app/views/raker_mailer/notification_feed_added.text.sv.html.erb",
262
- "app/views/raker_mailer/notification_feed_added.text.sv.html.erb",
263
- "app/views/raker_mailer/notification_feed_added.text.sv.plain.erb",
264
145
  "app/views/raker_mailer/notification_feed_added.text.sv.plain.erb",
265
146
  "app/views/raker_mailer/notification_feed_added.text.th.html.erb",
266
- "app/views/raker_mailer/notification_feed_added.text.th.html.erb",
267
- "app/views/raker_mailer/notification_feed_added.text.th.plain.erb",
268
147
  "app/views/raker_mailer/notification_feed_added.text.th.plain.erb",
269
148
  "app/views/raker_mailer/notification_feed_added.text.tl.html.erb",
270
- "app/views/raker_mailer/notification_feed_added.text.tl.html.erb",
271
149
  "app/views/raker_mailer/notification_feed_added.text.tl.plain.erb",
272
- "app/views/raker_mailer/notification_feed_added.text.tl.plain.erb",
273
- "app/views/raker_mailer/notification_feed_added.text.tr.html.erb",
274
150
  "app/views/raker_mailer/notification_feed_added.text.tr.html.erb",
275
151
  "app/views/raker_mailer/notification_feed_added.text.tr.plain.erb",
276
- "app/views/raker_mailer/notification_feed_added.text.tr.plain.erb",
277
- "app/views/raker_mailer/notification_feed_added.text.uk.html.erb",
278
152
  "app/views/raker_mailer/notification_feed_added.text.uk.html.erb",
279
153
  "app/views/raker_mailer/notification_feed_added.text.uk.plain.erb",
280
- "app/views/raker_mailer/notification_feed_added.text.uk.plain.erb",
281
- "app/views/raker_mailer/notification_feed_added.text.vi.html.erb",
282
154
  "app/views/raker_mailer/notification_feed_added.text.vi.html.erb",
283
155
  "app/views/raker_mailer/notification_feed_added.text.vi.plain.erb",
284
- "app/views/raker_mailer/notification_feed_added.text.vi.plain.erb",
285
- "app/views/raker_mailer/notification_feed_added.text.zh-CN.html.erb",
286
156
  "app/views/raker_mailer/notification_feed_added.text.zh-CN.html.erb",
287
157
  "app/views/raker_mailer/notification_feed_added.text.zh-CN.plain.erb",
288
- "app/views/raker_mailer/notification_feed_added.text.zh-CN.plain.erb",
289
- "app/views/raker_mailer/notification_feed_added.text.zh-TW.html.erb",
290
158
  "app/views/raker_mailer/notification_feed_added.text.zh-TW.html.erb",
291
159
  "app/views/raker_mailer/notification_feed_added.text.zh-TW.plain.erb",
292
- "app/views/raker_mailer/notification_feed_added.text.zh-TW.plain.erb",
293
- "app/views/raker_mailer/notification_feed_added.text.zh.html.erb",
294
160
  "app/views/raker_mailer/notification_feed_added.text.zh.html.erb",
295
161
  "app/views/raker_mailer/notification_feed_added.text.zh.plain.erb",
296
- "app/views/raker_mailer/notification_feed_added.text.zh.plain.erb",
297
- "app/views/recommendations/index.pjs.erb",
298
162
  "app/views/recommendations/index.pjs.erb",
299
163
  "app/views/recommendations/index.rss.builder",
300
- "app/views/recommendations/index.rss.builder",
301
- "app/views/recommendations/index.xml.builder",
302
164
  "app/views/recommendations/index.xml.builder",
303
165
  "app/views/recommendations/index_js.pjs.erb",
304
- "app/views/recommendations/index_js.pjs.erb",
305
166
  "app/views/recommendations/index_real_time.pjs.erb",
306
- "app/views/recommendations/index_real_time.pjs.erb",
307
- "app/views/recommendations/index_real_time.xml.builder",
308
167
  "app/views/recommendations/index_real_time.xml.builder",
309
168
  "app/views/search/_languages.html.erb",
310
- "app/views/search/_languages.html.erb",
311
- "app/views/search/_result.html.erb",
312
169
  "app/views/search/_result.html.erb",
313
170
  "app/views/search/_search_box.html.erb",
314
- "app/views/search/_search_box.html.erb",
315
- "app/views/search/index.html.erb",
316
171
  "app/views/search/index.html.erb",
317
172
  "app/views/search/results.atom.builder",
318
- "app/views/search/results.atom.builder",
319
- "app/views/search/results.html.erb",
320
173
  "app/views/search/results.html.erb",
321
174
  "app/views/search/results.pjs.erb",
322
- "app/views/search/results.pjs.erb",
323
175
  "app/views/search/results.rdf.builder",
324
- "app/views/search/results.rdf.builder",
325
- "app/views/search/results.rss.builder",
326
176
  "app/views/search/results.rss.builder",
327
177
  "app/views/search/results.xml.builder",
328
- "app/views/search/results.xml.builder",
329
- "app/views/visits/show.html.erb",
330
178
  "app/views/visits/show.html.erb",
331
179
  "config/muck_raker_environment.rb",
332
- "config/muck_raker_environment.rb",
333
- "config/muck_raker_routes.rb",
334
180
  "config/muck_raker_routes.rb",
335
181
  "config/solr/README.txt",
336
182
  "config/solr/cores/de/conf/protwords.txt",
@@ -375,248 +221,128 @@ Gem::Specification.new do |s|
375
221
  "config/solr/cores/zh/conf/synonyms.txt",
376
222
  "config/solr/solr.xml",
377
223
  "db/bootstrap/attention.yml",
378
- "db/bootstrap/attention.yml",
379
- "db/bootstrap/feeds.yml",
380
224
  "db/bootstrap/feeds.yml",
381
225
  "db/bootstrap/oai_endpoints.yml",
382
- "db/bootstrap/oai_endpoints.yml",
383
226
  "db/bootstrap/services.yml",
384
- "db/bootstrap/services.yml",
385
- "db/migrate/20090602191243_create_muck_raker.rb",
386
227
  "db/migrate/20090602191243_create_muck_raker.rb",
387
228
  "db/migrate/20090619211125_create_tag_clouds.rb",
388
- "db/migrate/20090619211125_create_tag_clouds.rb",
389
- "db/migrate/20090623181458_add_grain_size_to_entries.rb",
390
229
  "db/migrate/20090623181458_add_grain_size_to_entries.rb",
391
230
  "db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb",
392
- "db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb",
393
- "db/migrate/20090703175825_denormalize_entries_subjects.rb",
394
231
  "db/migrate/20090703175825_denormalize_entries_subjects.rb",
395
232
  "db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb",
396
- "db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb",
397
- "db/migrate/20090717173900_add_contributor_to_feeds.rb",
398
233
  "db/migrate/20090717173900_add_contributor_to_feeds.rb",
399
234
  "db/migrate/20090717175825_normalize_entries_subjects.rb",
400
- "db/migrate/20090717175825_normalize_entries_subjects.rb",
401
- "db/migrate/20090721043213_change_services_title_to_name.rb",
402
235
  "db/migrate/20090721043213_change_services_title_to_name.rb",
403
236
  "db/migrate/20090721054927_remove_services_not_null_from_feeds.rb",
404
- "db/migrate/20090721054927_remove_services_not_null_from_feeds.rb",
405
- "db/migrate/20090723050510_create_feed_parents.rb",
406
237
  "db/migrate/20090723050510_create_feed_parents.rb",
407
238
  "db/migrate/20090728165716_add_etag_to_feeds.rb",
408
- "db/migrate/20090728165716_add_etag_to_feeds.rb",
409
- "db/migrate/20090730045848_add_comment_cache_to_entries.rb",
410
239
  "db/migrate/20090730045848_add_comment_cache_to_entries.rb",
411
240
  "db/migrate/20090804211240_add_entry_id_to_shares.rb",
412
- "db/migrate/20090804211240_add_entry_id_to_shares.rb",
413
241
  "install.rb",
414
242
  "lib/active_record/acts/muck_feed_parent.rb",
415
- "lib/active_record/acts/muck_feed_parent.rb",
416
- "lib/muck_raker.rb",
417
243
  "lib/muck_raker.rb",
418
244
  "lib/muck_raker/initialize_routes.rb",
419
- "lib/muck_raker/initialize_routes.rb",
420
- "lib/muck_raker/languages.rb",
421
245
  "lib/muck_raker/languages.rb",
422
246
  "lib/muck_raker/muck_custom_form_builder.rb",
423
- "lib/muck_raker/muck_custom_form_builder.rb",
424
- "lib/muck_raker/services.rb",
425
247
  "lib/muck_raker/services.rb",
426
248
  "lib/muck_raker/tasks.rb",
427
- "lib/muck_raker/tasks.rb",
428
- "locales/ar.yml",
429
249
  "locales/ar.yml",
430
250
  "locales/bg.yml",
431
- "locales/bg.yml",
432
- "locales/ca.yml",
433
251
  "locales/ca.yml",
434
252
  "locales/cs.yml",
435
- "locales/cs.yml",
436
253
  "locales/da.yml",
437
- "locales/da.yml",
438
- "locales/de.yml",
439
254
  "locales/de.yml",
440
255
  "locales/el.yml",
441
- "locales/el.yml",
442
- "locales/en.yml",
443
256
  "locales/en.yml",
444
257
  "locales/es.yml",
445
- "locales/es.yml",
446
- "locales/et.yml",
447
258
  "locales/et.yml",
448
259
  "locales/fa.yml",
449
- "locales/fa.yml",
450
- "locales/fi.yml",
451
260
  "locales/fi.yml",
452
261
  "locales/fr.yml",
453
- "locales/fr.yml",
454
262
  "locales/gl.yml",
455
- "locales/gl.yml",
456
- "locales/hi.yml",
457
263
  "locales/hi.yml",
458
264
  "locales/hr.yml",
459
- "locales/hr.yml",
460
- "locales/hu.yml",
461
265
  "locales/hu.yml",
462
266
  "locales/id.yml",
463
- "locales/id.yml",
464
- "locales/it.yml",
465
267
  "locales/it.yml",
466
268
  "locales/iw.yml",
467
- "locales/iw.yml",
468
- "locales/ja.yml",
469
269
  "locales/ja.yml",
470
270
  "locales/ko.yml",
471
- "locales/ko.yml",
472
- "locales/lt.yml",
473
271
  "locales/lt.yml",
474
272
  "locales/lv.yml",
475
- "locales/lv.yml",
476
- "locales/mt.yml",
477
273
  "locales/mt.yml",
478
274
  "locales/nl.yml",
479
- "locales/nl.yml",
480
- "locales/no.yml",
481
275
  "locales/no.yml",
482
276
  "locales/pl.yml",
483
- "locales/pl.yml",
484
- "locales/pt-PT.yml",
485
277
  "locales/pt-PT.yml",
486
278
  "locales/pt.yml",
487
- "locales/pt.yml",
488
279
  "locales/ro.yml",
489
- "locales/ro.yml",
490
- "locales/ru.yml",
491
280
  "locales/ru.yml",
492
281
  "locales/sk.yml",
493
- "locales/sk.yml",
494
- "locales/sl.yml",
495
282
  "locales/sl.yml",
496
283
  "locales/sq.yml",
497
- "locales/sq.yml",
498
- "locales/sr.yml",
499
284
  "locales/sr.yml",
500
285
  "locales/sv.yml",
501
- "locales/sv.yml",
502
- "locales/th.yml",
503
286
  "locales/th.yml",
504
287
  "locales/tl.yml",
505
- "locales/tl.yml",
506
288
  "locales/tr.yml",
507
- "locales/tr.yml",
508
- "locales/uk.yml",
509
289
  "locales/uk.yml",
510
290
  "locales/vi.yml",
511
- "locales/vi.yml",
512
- "locales/zh-CN.yml",
513
291
  "locales/zh-CN.yml",
514
292
  "locales/zh-TW.yml",
515
- "locales/zh-TW.yml",
516
- "locales/zh.yml",
517
293
  "locales/zh.yml",
518
294
  "muck-raker.gemspec",
295
+ "public/javascripts/muck_raker.js",
519
296
  "rails/init.rb",
520
- "rails/init.rb",
521
- "raker/lib/aggregatord.jar",
522
297
  "raker/lib/aggregatord.jar",
523
298
  "raker/lib/aggregatord.properties",
524
- "raker/lib/aggregatord.properties",
525
299
  "raker/lib/apache-solr-common-1.3.0.jar",
526
- "raker/lib/apache-solr-common-1.3.0.jar",
527
- "raker/lib/apache-solr-core-1.3.0.jar",
528
300
  "raker/lib/apache-solr-core-1.3.0.jar",
529
301
  "raker/lib/apache-solr-dataimporthandler-1.3.0.jar",
530
- "raker/lib/apache-solr-dataimporthandler-1.3.0.jar",
531
- "raker/lib/axis.jar",
532
302
  "raker/lib/axis.jar",
533
303
  "raker/lib/commons-codec-1.3.jar",
534
- "raker/lib/commons-codec-1.3.jar",
535
- "raker/lib/commons-csv-1.0-SNAPSHOT-r609327.jar",
536
304
  "raker/lib/commons-csv-1.0-SNAPSHOT-r609327.jar",
537
305
  "raker/lib/commons-daemon.jar",
538
- "raker/lib/commons-daemon.jar",
539
- "raker/lib/commons-dbcp-1.2.1.jar",
540
306
  "raker/lib/commons-dbcp-1.2.1.jar",
541
307
  "raker/lib/commons-discovery-0.2.jar",
542
- "raker/lib/commons-discovery-0.2.jar",
543
- "raker/lib/commons-fileupload-1.2.jar",
544
308
  "raker/lib/commons-fileupload-1.2.jar",
545
309
  "raker/lib/commons-httpclient-3.1.jar",
546
- "raker/lib/commons-httpclient-3.1.jar",
547
- "raker/lib/commons-io-1.3.1.jar",
548
310
  "raker/lib/commons-io-1.3.1.jar",
549
311
  "raker/lib/commons-logging-1.0.4.jar",
550
- "raker/lib/commons-logging-1.0.4.jar",
551
- "raker/lib/commons-pool-1.3.jar",
552
312
  "raker/lib/commons-pool-1.3.jar",
553
313
  "raker/lib/delicious-1.13.jar",
554
- "raker/lib/delicious-1.13.jar",
555
- "raker/lib/flickrapi-1.0a9.jar",
556
314
  "raker/lib/flickrapi-1.0a9.jar",
557
315
  "raker/lib/geronimo-stax-api_1.0_spec-1.0.1.jar",
558
- "raker/lib/geronimo-stax-api_1.0_spec-1.0.1.jar",
559
316
  "raker/lib/javax.jms.jar",
560
- "raker/lib/javax.jms.jar",
561
- "raker/lib/jaxrpc.jar",
562
317
  "raker/lib/jaxrpc.jar",
563
318
  "raker/lib/jdom.jar",
564
- "raker/lib/jdom.jar",
565
- "raker/lib/jericho.jar",
566
319
  "raker/lib/jericho.jar",
567
320
  "raker/lib/junit-4.3.jar",
568
- "raker/lib/junit-4.3.jar",
569
- "raker/lib/log4j-1.2.8.jar",
570
321
  "raker/lib/log4j-1.2.8.jar",
571
322
  "raker/lib/lucene-analyzers-2.4-dev.jar",
572
- "raker/lib/lucene-analyzers-2.4-dev.jar",
573
- "raker/lib/lucene-core-2.4-dev.jar",
574
323
  "raker/lib/lucene-core-2.4-dev.jar",
575
324
  "raker/lib/lucene-highlighter-2.4-dev.jar",
576
- "raker/lib/lucene-highlighter-2.4-dev.jar",
577
- "raker/lib/lucene-memory-2.4-dev.jar",
578
325
  "raker/lib/lucene-memory-2.4-dev.jar",
579
326
  "raker/lib/lucene-queries-2.4-dev.jar",
580
- "raker/lib/lucene-queries-2.4-dev.jar",
581
- "raker/lib/lucene-snowball-2.4-dev.jar",
582
327
  "raker/lib/lucene-snowball-2.4-dev.jar",
583
328
  "raker/lib/lucene-spellchecker-2.4-dev.jar",
584
- "raker/lib/lucene-spellchecker-2.4-dev.jar",
585
- "raker/lib/mail.jar",
586
329
  "raker/lib/mail.jar",
587
330
  "raker/lib/mysql-connector-java-5.1.7-bin.jar",
588
- "raker/lib/mysql-connector-java-5.1.7-bin.jar",
589
- "raker/lib/recommenderd.jar",
590
331
  "raker/lib/recommenderd.jar",
591
332
  "raker/lib/recommenderd.properties",
592
- "raker/lib/recommenderd.properties",
593
333
  "raker/lib/rome-1.0.jar",
594
- "raker/lib/rome-1.0.jar",
595
- "raker/lib/rome.properties",
596
334
  "raker/lib/rome.properties",
597
335
  "raker/lib/solr-commons-csv-pom.xml.template",
598
- "raker/lib/solr-commons-csv-pom.xml.template",
599
- "raker/lib/solr-lucene-analyzers-pom.xml.template",
600
336
  "raker/lib/solr-lucene-analyzers-pom.xml.template",
601
337
  "raker/lib/solr-lucene-contrib-pom.xml.template",
602
- "raker/lib/solr-lucene-contrib-pom.xml.template",
603
- "raker/lib/solr-lucene-core-pom.xml.template",
604
338
  "raker/lib/solr-lucene-core-pom.xml.template",
605
339
  "raker/lib/solr-lucene-highlighter-pom.xml.template",
606
- "raker/lib/solr-lucene-highlighter-pom.xml.template",
607
- "raker/lib/solr-lucene-queries-pom.xml.template",
608
340
  "raker/lib/solr-lucene-queries-pom.xml.template",
609
341
  "raker/lib/solr-lucene-snowball-pom.xml.template",
610
- "raker/lib/solr-lucene-snowball-pom.xml.template",
611
- "raker/lib/solr-lucene-spellchecker-pom.xml.template",
612
342
  "raker/lib/solr-lucene-spellchecker-pom.xml.template",
613
343
  "raker/lib/stax-utils.jar",
614
- "raker/lib/stax-utils.jar",
615
- "raker/lib/wsdl4j-1.5.1.jar",
616
344
  "raker/lib/wsdl4j-1.5.1.jar",
617
345
  "raker/lib/wstx-asl-3.2.7.jar",
618
- "raker/lib/wstx-asl-3.2.7.jar",
619
- "tasks/muck_raker_tasks.rake",
620
346
  "tasks/muck_raker_tasks.rake",
621
347
  "test/feed_archive/http---www-oercommons-org-oai-verb-ListRecords-metadataPrefix-oer_recommender-set-collection-american-physical-society/1248886128173.xml",
622
348
  "test/feed_archive/http---www-oercommons-org-oai-verb-ListRecords-metadataPrefix-oer_recommender-set-collection-arizona-state-university/1248886130492.xml",
@@ -724,7 +450,9 @@ Gem::Specification.new do |s|
724
450
  "test/rails_root/db/migrate/20090730045848_add_comment_cache_to_entries.rb",
725
451
  "test/rails_root/db/migrate/20090730154102_allow_null_user.rb",
726
452
  "test/rails_root/db/migrate/20090803185323_create_shares.rb",
727
- "test/rails_root/db/migrate/20090804211240_add_entry_id_to_shares.rb.rb",
453
+ "test/rails_root/db/migrate/20090804184247_add_comment_count_to_shares.rb",
454
+ "test/rails_root/db/migrate/20090804211240_add_entry_id_to_shares.rb",
455
+ "test/rails_root/db/migrate/20090804231857_add_shares_uri_index.rb",
728
456
  "test/rails_root/features/feeds.feature",
729
457
  "test/rails_root/features/step_definitions/common_steps.rb",
730
458
  "test/rails_root/features/step_definitions/visit_steps.rb",
@@ -797,6 +525,7 @@ Gem::Specification.new do |s|
797
525
  "test/rails_root/public/javascripts/jquery/jrails.js",
798
526
  "test/rails_root/public/javascripts/muck.js",
799
527
  "test/rails_root/public/javascripts/muck_activities.js",
528
+ "test/rails_root/public/javascripts/muck_raker.js",
800
529
  "test/rails_root/public/javascripts/prototype.js",
801
530
  "test/rails_root/public/javascripts/scriptaculous.js",
802
531
  "test/rails_root/public/javascripts/slider.js",
@@ -1010,8 +739,9 @@ Gem::Specification.new do |s|
1010
739
  "test/rails_root/db/migrate/20090730045848_add_comment_cache_to_entries.rb",
1011
740
  "test/rails_root/db/migrate/20090730154102_allow_null_user.rb",
1012
741
  "test/rails_root/db/migrate/20090803185323_create_shares.rb",
1013
- "test/rails_root/db/migrate/20090804211240_add_entry_id_to_shares.rb.rb",
1014
- "test/rails_root/db/schema.rb",
742
+ "test/rails_root/db/migrate/20090804184247_add_comment_count_to_shares.rb",
743
+ "test/rails_root/db/migrate/20090804211240_add_entry_id_to_shares.rb",
744
+ "test/rails_root/db/migrate/20090804231857_add_shares_uri_index.rb",
1015
745
  "test/rails_root/features/step_definitions/common_steps.rb",
1016
746
  "test/rails_root/features/step_definitions/visit_steps.rb",
1017
747
  "test/rails_root/features/step_definitions/webrat_steps.rb",