bibtex-ruby 1.3.10 → 1.3.11

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bibtex-ruby might be problematic. Click here for more details.

Files changed (57) hide show
  1. data/Gemfile +7 -2
  2. data/Gemfile.lock +18 -14
  3. data/History.txt +6 -0
  4. data/Manifest +38 -1
  5. data/Rakefile +3 -10
  6. data/Rakefile.compiled.rbc +1903 -0
  7. data/bibtex-ruby.gemspec +10 -13
  8. data/features/issues/parse_months.feature +24 -4
  9. data/features/step_definitions/bibtex_steps.rbc +2981 -0
  10. data/features/step_definitions/name_steps.rbc +544 -0
  11. data/features/support/env.rb +0 -5
  12. data/features/support/env.rbc +144 -0
  13. data/lib/bibtex.rb +1 -0
  14. data/lib/bibtex.rbc +709 -0
  15. data/lib/bibtex/bibliography.rb +1 -1
  16. data/lib/bibtex/bibliography.rbc +5799 -0
  17. data/lib/bibtex/compatibility.rb +10 -0
  18. data/lib/bibtex/compatibility.rbc +290 -0
  19. data/lib/bibtex/elements.rbc +5524 -0
  20. data/lib/bibtex/entry.rbc +8317 -0
  21. data/lib/bibtex/error.rbc +785 -0
  22. data/lib/bibtex/extensions.rbc +127 -0
  23. data/lib/bibtex/filters.rbc +1178 -0
  24. data/lib/bibtex/filters/latex.rbc +361 -0
  25. data/lib/bibtex/lexer.rbc +5612 -0
  26. data/lib/bibtex/name_parser.rbc +2867 -0
  27. data/lib/bibtex/names.rb +2 -2
  28. data/lib/bibtex/names.rbc +4156 -0
  29. data/lib/bibtex/parser.rbc +3336 -0
  30. data/lib/bibtex/replaceable.rbc +593 -0
  31. data/lib/bibtex/ruby.rb +1 -0
  32. data/lib/bibtex/utilities.rbc +743 -0
  33. data/lib/bibtex/value.rb +5 -2
  34. data/lib/bibtex/value.rbc +4323 -0
  35. data/lib/bibtex/version.rb +1 -1
  36. data/lib/bibtex/version.rbc +209 -0
  37. data/test/bibtex/test_bibliography.rb +1 -1
  38. data/test/bibtex/test_bibliography.rbc +3397 -0
  39. data/test/bibtex/test_elements.rbc +924 -0
  40. data/test/bibtex/test_entry.rb +17 -14
  41. data/test/bibtex/test_entry.rbc +6392 -0
  42. data/test/bibtex/test_filters.rbc +1017 -0
  43. data/test/bibtex/test_lexer.rbc +373 -0
  44. data/test/bibtex/test_name_parser.rbc +608 -0
  45. data/test/bibtex/test_names.rbc +797 -0
  46. data/test/bibtex/test_parser.rb +2 -2
  47. data/test/bibtex/test_parser.rbc +2834 -0
  48. data/test/bibtex/test_string.rbc +706 -0
  49. data/test/bibtex/test_utilities.rb +1 -1
  50. data/test/bibtex/test_utilities.rbc +851 -0
  51. data/test/bibtex/test_value.rbc +4993 -0
  52. data/test/helper.rb +2 -5
  53. data/test/helper.rbc +446 -0
  54. data/test/test_bibtex.rb +20 -20
  55. data/test/test_bibtex.rbc +1875 -0
  56. data/test/test_export.rbc +921 -0
  57. metadata +72 -58
data/Gemfile CHANGED
@@ -1,7 +1,12 @@
1
1
  source :rubygems
2
2
  gemspec
3
3
 
4
- group :development do
5
- gem 'ruby-debug19', :platforms => [:ruby_19]
4
+ group :debug do
5
+ gem 'ruby-debug19', :require => 'ruby-debug', :platforms => [:ruby_19]
6
6
  gem 'ruby-debug', :platforms => [:ruby_18]
7
+ end
8
+
9
+ group :profile do
10
+ gem 'ruby-prof', ['~>0.10']
11
+ gem 'gnuplot', ['~>2.3']
7
12
  end
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bibtex-ruby (1.3.10)
4
+ bibtex-ruby (1.3.11)
5
5
  latex-decode (>= 0.0.3)
6
6
 
7
7
  GEM
@@ -12,17 +12,20 @@ GEM
12
12
  watchr
13
13
  builder (3.0.0)
14
14
  columnize (0.3.4)
15
- cucumber (1.0.1)
15
+ cucumber (0.10.7)
16
16
  builder (>= 2.1.2)
17
17
  diff-lcs (>= 1.1.2)
18
- gherkin (~> 2.4.5)
18
+ gherkin (~> 2.4.0)
19
19
  json (>= 1.4.6)
20
20
  term-ansicolor (>= 1.0.5)
21
21
  diff-lcs (1.1.2)
22
22
  gherkin (2.4.5)
23
23
  json (>= 1.4.6)
24
+ gherkin (2.4.5-java)
25
+ json (>= 1.4.6)
24
26
  gnuplot (2.3.6)
25
27
  json (1.5.3)
28
+ json (1.5.3-java)
26
29
  latex-decode (0.0.3)
27
30
  unicode (>= 0.4)
28
31
  linecache (0.46)
@@ -37,7 +40,7 @@ GEM
37
40
  racc (1.4.6)
38
41
  rake (0.9.2)
39
42
  rbx-require-relative (0.0.5)
40
- rdoc (3.8)
43
+ rdoc (3.9.1)
41
44
  ruby-debug (0.10.4)
42
45
  columnize (>= 0.1)
43
46
  ruby-debug-base (~> 0.10.4.0)
@@ -59,19 +62,20 @@ GEM
59
62
  watchr (0.7)
60
63
 
61
64
  PLATFORMS
65
+ java
62
66
  ruby
63
67
 
64
68
  DEPENDENCIES
65
- autowatchr (>= 0.1)
69
+ autowatchr (~> 0.1)
66
70
  bibtex-ruby!
67
- cucumber (>= 0.10)
68
- gnuplot (>= 2.3)
69
- json (>= 1.5)
70
- mini_shoulda (>= 0.3)
71
- mynyml-redgreen (>= 0.7)
72
- racc (>= 1.4)
73
- rake (>= 0.8)
74
- rdoc (>= 3.6)
71
+ cucumber (~> 0.10)
72
+ gnuplot (~> 2.3)
73
+ json (~> 1.5)
74
+ mini_shoulda (~> 0.3)
75
+ mynyml-redgreen (~> 0.7)
76
+ racc (~> 1.4)
77
+ rake (~> 0.9)
78
+ rdoc (~> 3.9)
75
79
  ruby-debug
76
80
  ruby-debug19
77
- ruby-prof (>= 0.10)
81
+ ruby-prof (~> 0.10)
data/History.txt CHANGED
@@ -1,4 +1,10 @@
1
1
 
2
+ 1.3.11 'happy #rbxday' / 2011-08-05
3
+ ===================================
4
+
5
+ * Rubinius compatibility
6
+ * Cleaned up dependency loading
7
+
2
8
  1.3.10 / 2011-07-16
3
9
  ==================
4
10
 
data/Manifest CHANGED
@@ -5,6 +5,7 @@ LICENSE
5
5
  Manifest
6
6
  README.md
7
7
  Rakefile
8
+ Rakefile.compiled.rbc
8
9
  auto.watchr
9
10
  bibtex-ruby.gemspec
10
11
  examples
@@ -27,47 +28,80 @@ features/query.feature
27
28
  features/replacement.feature
28
29
  features/step_definitions
29
30
  features/step_definitions/bibtex_steps.rb
31
+ features/step_definitions/bibtex_steps.rbc
30
32
  features/step_definitions/name_steps.rb
33
+ features/step_definitions/name_steps.rbc
31
34
  features/strings.feature
32
35
  features/support
33
36
  features/support/env.rb
37
+ features/support/env.rbc
34
38
  lib
35
39
  lib/bibtex
36
40
  lib/bibtex/bibliography.rb
41
+ lib/bibtex/bibliography.rbc
37
42
  lib/bibtex/bibtex.y
43
+ lib/bibtex/compatibility.rb
44
+ lib/bibtex/compatibility.rbc
38
45
  lib/bibtex/elements.rb
46
+ lib/bibtex/elements.rbc
39
47
  lib/bibtex/entry.rb
48
+ lib/bibtex/entry.rbc
40
49
  lib/bibtex/error.rb
50
+ lib/bibtex/error.rbc
41
51
  lib/bibtex/extensions.rb
52
+ lib/bibtex/extensions.rbc
42
53
  lib/bibtex/filters
43
54
  lib/bibtex/filters/latex.rb
55
+ lib/bibtex/filters/latex.rbc
44
56
  lib/bibtex/filters.rb
57
+ lib/bibtex/filters.rbc
45
58
  lib/bibtex/lexer.rb
59
+ lib/bibtex/lexer.rbc
46
60
  lib/bibtex/name_parser.output
47
61
  lib/bibtex/name_parser.rb
62
+ lib/bibtex/name_parser.rbc
48
63
  lib/bibtex/names.rb
64
+ lib/bibtex/names.rbc
49
65
  lib/bibtex/names.y
50
66
  lib/bibtex/parser.output
51
67
  lib/bibtex/parser.rb
68
+ lib/bibtex/parser.rbc
52
69
  lib/bibtex/replaceable.rb
70
+ lib/bibtex/replaceable.rbc
71
+ lib/bibtex/ruby.rb
53
72
  lib/bibtex/utilities.rb
73
+ lib/bibtex/utilities.rbc
54
74
  lib/bibtex/value.rb
75
+ lib/bibtex/value.rbc
55
76
  lib/bibtex/version.rb
77
+ lib/bibtex/version.rbc
56
78
  lib/bibtex.rb
79
+ lib/bibtex.rbc
57
80
  test
58
81
  test/benchmark.rb
59
82
  test/bibtex
60
83
  test/bibtex/test_bibliography.rb
84
+ test/bibtex/test_bibliography.rbc
61
85
  test/bibtex/test_elements.rb
86
+ test/bibtex/test_elements.rbc
62
87
  test/bibtex/test_entry.rb
88
+ test/bibtex/test_entry.rbc
63
89
  test/bibtex/test_filters.rb
90
+ test/bibtex/test_filters.rbc
64
91
  test/bibtex/test_lexer.rb
92
+ test/bibtex/test_lexer.rbc
65
93
  test/bibtex/test_name_parser.rb
94
+ test/bibtex/test_name_parser.rbc
66
95
  test/bibtex/test_names.rb
96
+ test/bibtex/test_names.rbc
67
97
  test/bibtex/test_parser.rb
98
+ test/bibtex/test_parser.rbc
68
99
  test/bibtex/test_string.rb
100
+ test/bibtex/test_string.rbc
69
101
  test/bibtex/test_utilities.rb
102
+ test/bibtex/test_utilities.rbc
70
103
  test/bibtex/test_value.rb
104
+ test/bibtex/test_value.rbc
71
105
  test/fixtures
72
106
  test/fixtures/bibdesk.bib
73
107
  test/fixtures/comment.bib
@@ -79,6 +113,9 @@ test/fixtures/no_bibtex.bib
79
113
  test/fixtures/preamble.bib
80
114
  test/fixtures/roundtrip.bib
81
115
  test/helper.rb
116
+ test/helper.rbc
82
117
  test/profile.rb
83
118
  test/test_bibtex.rb
84
- test/test_export.rb
119
+ test/test_bibtex.rbc
120
+ test/test_export.rb
121
+ test/test_export.rbc
data/Rakefile CHANGED
@@ -1,8 +1,4 @@
1
1
  # -*- ruby -*-
2
- $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
3
-
4
- require 'rubygems'
5
- require 'bundler/setup'
6
2
 
7
3
  require 'rake/clean'
8
4
  require 'rake/testtask'
@@ -11,7 +7,7 @@ require 'rdoc/task'
11
7
 
12
8
  require 'bibtex/version'
13
9
 
14
- RDoc::Task.new(:rdoc_task) do |rd|
10
+ RDoc::Task.new(:rdoc => ['clean','racc']) do |rd|
15
11
  rd.main = 'README.md'
16
12
  rd.title = "BibTeX-Ruby Documentation"
17
13
  rd.rdoc_files.include('README.md',"lib/**/*.rb")
@@ -43,20 +39,17 @@ task :default => ['racc']
43
39
  desc 'Generates the BibTeX parser'
44
40
  task :racc => ['lib/bibtex/parser.rb','lib/bibtex/name_parser.rb']
45
41
 
46
- desc 'Generates RDoc documentation for BibTeX-Ruby'
47
- task :rdoc => ['clean','racc','rdoc_task']
48
-
49
42
  task :test => ['racc','test_task']
50
43
 
51
44
  file 'lib/bibtex/parser.output' => ['lib/bibtex/parser.rb']
52
45
  file 'lib/bibtex/parser.rb' => ['lib/bibtex/bibtex.y'] do
53
46
  # sh 'racc -v -g -o lib/bibtex/parser.rb lib/bibtex/bibtex.y'
54
- sh 'racc -v -o lib/bibtex/parser.rb lib/bibtex/bibtex.y'
47
+ sh 'bundle exec racc -v -o lib/bibtex/parser.rb lib/bibtex/bibtex.y'
55
48
  end
56
49
 
57
50
  file 'lib/bibtex/name_parser.rb' => ['lib/bibtex/names.y'] do
58
51
  # sh 'racc -v -g -o lib/bibtex/name_parser.rb lib/bibtex/names.y'
59
- sh 'racc -v -o lib/bibtex/name_parser.rb lib/bibtex/names.y'
52
+ sh 'bundle exec racc -v -o lib/bibtex/name_parser.rb lib/bibtex/names.y'
60
53
  end
61
54
 
62
55
  desc 'Runs the benchmarks (and plots the results)'
@@ -0,0 +1,1903 @@
1
+ !RBIX
2
+ 9595534255132031488
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 605
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 5
23
+ 7
24
+ 2
25
+ 64
26
+ 47
27
+ 49
28
+ 1
29
+ 1
30
+ 15
31
+ 5
32
+ 7
33
+ 3
34
+ 64
35
+ 47
36
+ 49
37
+ 1
38
+ 1
39
+ 15
40
+ 5
41
+ 7
42
+ 4
43
+ 64
44
+ 47
45
+ 49
46
+ 1
47
+ 1
48
+ 15
49
+ 45
50
+ 5
51
+ 6
52
+ 43
53
+ 7
54
+ 44
55
+ 43
56
+ 8
57
+ 79
58
+ 49
59
+ 9
60
+ 1
61
+ 13
62
+ 7
63
+ 10
64
+ 7
65
+ 11
66
+ 64
67
+ 7
68
+ 12
69
+ 64
70
+ 35
71
+ 2
72
+ 49
73
+ 13
74
+ 2
75
+ 15
76
+ 56
77
+ 14
78
+ 50
79
+ 15
80
+ 1
81
+ 15
82
+ 45
83
+ 16
84
+ 17
85
+ 43
86
+ 18
87
+ 7
88
+ 19
89
+ 56
90
+ 20
91
+ 50
92
+ 15
93
+ 1
94
+ 15
95
+ 26
96
+ 93
97
+ 0
98
+ 15
99
+ 29
100
+ 115
101
+ 0
102
+ 5
103
+ 7
104
+ 21
105
+ 64
106
+ 47
107
+ 49
108
+ 1
109
+ 1
110
+ 15
111
+ 45
112
+ 22
113
+ 23
114
+ 43
115
+ 16
116
+ 43
117
+ 7
118
+ 7
119
+ 24
120
+ 56
121
+ 25
122
+ 50
123
+ 15
124
+ 1
125
+ 30
126
+ 8
127
+ 159
128
+ 26
129
+ 93
130
+ 1
131
+ 15
132
+ 24
133
+ 13
134
+ 45
135
+ 26
136
+ 27
137
+ 12
138
+ 49
139
+ 28
140
+ 1
141
+ 10
142
+ 132
143
+ 8
144
+ 154
145
+ 15
146
+ 5
147
+ 7
148
+ 29
149
+ 64
150
+ 47
151
+ 49
152
+ 30
153
+ 1
154
+ 15
155
+ 5
156
+ 7
157
+ 24
158
+ 56
159
+ 31
160
+ 47
161
+ 50
162
+ 32
163
+ 1
164
+ 25
165
+ 8
166
+ 159
167
+ 15
168
+ 92
169
+ 1
170
+ 27
171
+ 34
172
+ 92
173
+ 0
174
+ 27
175
+ 15
176
+ 5
177
+ 44
178
+ 43
179
+ 8
180
+ 79
181
+ 49
182
+ 9
183
+ 1
184
+ 13
185
+ 7
186
+ 33
187
+ 7
188
+ 12
189
+ 64
190
+ 35
191
+ 1
192
+ 49
193
+ 13
194
+ 2
195
+ 15
196
+ 47
197
+ 49
198
+ 32
199
+ 1
200
+ 15
201
+ 5
202
+ 7
203
+ 34
204
+ 64
205
+ 47
206
+ 49
207
+ 30
208
+ 1
209
+ 15
210
+ 5
211
+ 44
212
+ 43
213
+ 8
214
+ 79
215
+ 49
216
+ 9
217
+ 1
218
+ 13
219
+ 7
220
+ 35
221
+ 7
222
+ 36
223
+ 64
224
+ 7
225
+ 37
226
+ 64
227
+ 35
228
+ 2
229
+ 49
230
+ 13
231
+ 2
232
+ 15
233
+ 47
234
+ 49
235
+ 32
236
+ 1
237
+ 15
238
+ 5
239
+ 44
240
+ 43
241
+ 8
242
+ 79
243
+ 49
244
+ 9
245
+ 1
246
+ 13
247
+ 7
248
+ 38
249
+ 7
250
+ 12
251
+ 64
252
+ 7
253
+ 39
254
+ 64
255
+ 35
256
+ 2
257
+ 49
258
+ 13
259
+ 2
260
+ 15
261
+ 47
262
+ 49
263
+ 32
264
+ 1
265
+ 15
266
+ 5
267
+ 44
268
+ 43
269
+ 8
270
+ 79
271
+ 49
272
+ 9
273
+ 1
274
+ 13
275
+ 7
276
+ 40
277
+ 64
278
+ 7
279
+ 36
280
+ 64
281
+ 35
282
+ 1
283
+ 49
284
+ 13
285
+ 2
286
+ 15
287
+ 47
288
+ 49
289
+ 41
290
+ 1
291
+ 15
292
+ 5
293
+ 44
294
+ 43
295
+ 8
296
+ 79
297
+ 49
298
+ 9
299
+ 1
300
+ 13
301
+ 7
302
+ 36
303
+ 64
304
+ 7
305
+ 42
306
+ 64
307
+ 35
308
+ 1
309
+ 49
310
+ 13
311
+ 2
312
+ 15
313
+ 56
314
+ 43
315
+ 47
316
+ 50
317
+ 41
318
+ 1
319
+ 15
320
+ 5
321
+ 44
322
+ 43
323
+ 8
324
+ 79
325
+ 49
326
+ 9
327
+ 1
328
+ 13
329
+ 7
330
+ 37
331
+ 64
332
+ 7
333
+ 44
334
+ 64
335
+ 35
336
+ 1
337
+ 49
338
+ 13
339
+ 2
340
+ 15
341
+ 56
342
+ 45
343
+ 47
344
+ 50
345
+ 41
346
+ 1
347
+ 15
348
+ 5
349
+ 7
350
+ 46
351
+ 64
352
+ 47
353
+ 49
354
+ 30
355
+ 1
356
+ 15
357
+ 5
358
+ 44
359
+ 43
360
+ 8
361
+ 79
362
+ 49
363
+ 9
364
+ 1
365
+ 13
366
+ 7
367
+ 47
368
+ 7
369
+ 12
370
+ 64
371
+ 35
372
+ 1
373
+ 49
374
+ 13
375
+ 2
376
+ 15
377
+ 56
378
+ 48
379
+ 47
380
+ 50
381
+ 32
382
+ 1
383
+ 15
384
+ 5
385
+ 44
386
+ 43
387
+ 8
388
+ 79
389
+ 49
390
+ 9
391
+ 1
392
+ 13
393
+ 7
394
+ 49
395
+ 7
396
+ 50
397
+ 64
398
+ 35
399
+ 1
400
+ 49
401
+ 13
402
+ 2
403
+ 15
404
+ 47
405
+ 49
406
+ 32
407
+ 1
408
+ 15
409
+ 5
410
+ 7
411
+ 51
412
+ 64
413
+ 47
414
+ 49
415
+ 30
416
+ 1
417
+ 15
418
+ 5
419
+ 44
420
+ 43
421
+ 8
422
+ 79
423
+ 49
424
+ 9
425
+ 1
426
+ 13
427
+ 7
428
+ 52
429
+ 7
430
+ 12
431
+ 64
432
+ 35
433
+ 1
434
+ 49
435
+ 13
436
+ 2
437
+ 15
438
+ 56
439
+ 53
440
+ 47
441
+ 50
442
+ 32
443
+ 1
444
+ 15
445
+ 5
446
+ 7
447
+ 54
448
+ 64
449
+ 47
450
+ 49
451
+ 30
452
+ 1
453
+ 15
454
+ 5
455
+ 44
456
+ 43
457
+ 8
458
+ 79
459
+ 49
460
+ 9
461
+ 1
462
+ 13
463
+ 7
464
+ 55
465
+ 7
466
+ 11
467
+ 64
468
+ 7
469
+ 12
470
+ 64
471
+ 35
472
+ 2
473
+ 49
474
+ 13
475
+ 2
476
+ 15
477
+ 56
478
+ 56
479
+ 47
480
+ 50
481
+ 32
482
+ 1
483
+ 15
484
+ 5
485
+ 7
486
+ 57
487
+ 64
488
+ 47
489
+ 49
490
+ 30
491
+ 1
492
+ 15
493
+ 5
494
+ 44
495
+ 43
496
+ 8
497
+ 79
498
+ 49
499
+ 9
500
+ 1
501
+ 13
502
+ 7
503
+ 58
504
+ 7
505
+ 59
506
+ 64
507
+ 35
508
+ 1
509
+ 49
510
+ 13
511
+ 2
512
+ 15
513
+ 56
514
+ 60
515
+ 47
516
+ 50
517
+ 32
518
+ 1
519
+ 15
520
+ 5
521
+ 7
522
+ 61
523
+ 64
524
+ 47
525
+ 49
526
+ 30
527
+ 1
528
+ 15
529
+ 5
530
+ 44
531
+ 43
532
+ 8
533
+ 79
534
+ 49
535
+ 9
536
+ 1
537
+ 13
538
+ 7
539
+ 62
540
+ 7
541
+ 63
542
+ 64
543
+ 35
544
+ 1
545
+ 49
546
+ 13
547
+ 2
548
+ 15
549
+ 56
550
+ 64
551
+ 47
552
+ 50
553
+ 32
554
+ 1
555
+ 15
556
+ 45
557
+ 65
558
+ 66
559
+ 7
560
+ 36
561
+ 64
562
+ 49
563
+ 67
564
+ 1
565
+ 15
566
+ 45
567
+ 65
568
+ 68
569
+ 7
570
+ 40
571
+ 64
572
+ 49
573
+ 67
574
+ 1
575
+ 15
576
+ 45
577
+ 65
578
+ 69
579
+ 7
580
+ 37
581
+ 64
582
+ 49
583
+ 67
584
+ 1
585
+ 15
586
+ 45
587
+ 65
588
+ 70
589
+ 7
590
+ 71
591
+ 64
592
+ 49
593
+ 67
594
+ 1
595
+ 15
596
+ 45
597
+ 65
598
+ 72
599
+ 7
600
+ 73
601
+ 64
602
+ 49
603
+ 67
604
+ 1
605
+ 15
606
+ 45
607
+ 65
608
+ 74
609
+ 7
610
+ 75
611
+ 64
612
+ 49
613
+ 67
614
+ 1
615
+ 15
616
+ 2
617
+ 11
618
+ I
619
+ 8
620
+ I
621
+ 0
622
+ I
623
+ 0
624
+ I
625
+ 0
626
+ n
627
+ p
628
+ 76
629
+ s
630
+ 10
631
+ rake/clean
632
+ x
633
+ 7
634
+ require
635
+ s
636
+ 13
637
+ rake/testtask
638
+ s
639
+ 9
640
+ rdoc/task
641
+ s
642
+ 14
643
+ bibtex/version
644
+ x
645
+ 4
646
+ RDoc
647
+ n
648
+ x
649
+ 4
650
+ Task
651
+ x
652
+ 4
653
+ Hash
654
+ x
655
+ 16
656
+ new_from_literal
657
+ x
658
+ 4
659
+ rdoc
660
+ s
661
+ 5
662
+ clean
663
+ s
664
+ 4
665
+ racc
666
+ x
667
+ 3
668
+ []=
669
+ M
670
+ 1
671
+ p
672
+ 2
673
+ x
674
+ 9
675
+ for_block
676
+ t
677
+ n
678
+ x
679
+ 9
680
+ __block__
681
+ i
682
+ 70
683
+ 57
684
+ 19
685
+ 0
686
+ 15
687
+ 20
688
+ 0
689
+ 7
690
+ 0
691
+ 64
692
+ 13
693
+ 18
694
+ 2
695
+ 49
696
+ 1
697
+ 1
698
+ 15
699
+ 15
700
+ 20
701
+ 0
702
+ 7
703
+ 2
704
+ 64
705
+ 13
706
+ 18
707
+ 2
708
+ 49
709
+ 3
710
+ 1
711
+ 15
712
+ 15
713
+ 20
714
+ 0
715
+ 49
716
+ 4
717
+ 0
718
+ 7
719
+ 0
720
+ 64
721
+ 7
722
+ 5
723
+ 64
724
+ 49
725
+ 6
726
+ 2
727
+ 15
728
+ 20
729
+ 0
730
+ 7
731
+ 7
732
+ 64
733
+ 13
734
+ 18
735
+ 2
736
+ 49
737
+ 8
738
+ 1
739
+ 15
740
+ 15
741
+ 20
742
+ 0
743
+ 49
744
+ 9
745
+ 0
746
+ 7
747
+ 10
748
+ 64
749
+ 49
750
+ 11
751
+ 1
752
+ 11
753
+ I
754
+ 5
755
+ I
756
+ 1
757
+ I
758
+ 1
759
+ I
760
+ 1
761
+ n
762
+ p
763
+ 12
764
+ s
765
+ 9
766
+ README.md
767
+ x
768
+ 5
769
+ main=
770
+ s
771
+ 25
772
+ BibTeX-Ruby Documentation
773
+ x
774
+ 6
775
+ title=
776
+ x
777
+ 10
778
+ rdoc_files
779
+ s
780
+ 11
781
+ lib/**/*.rb
782
+ x
783
+ 7
784
+ include
785
+ s
786
+ 8
787
+ doc/html
788
+ x
789
+ 9
790
+ rdoc_dir=
791
+ x
792
+ 7
793
+ options
794
+ s
795
+ 60
796
+ --webcvs=http://github.com/inukshuk/bibtex-ruby/tree/master/
797
+ x
798
+ 2
799
+ <<
800
+ p
801
+ 13
802
+ I
803
+ 0
804
+ I
805
+ a
806
+ I
807
+ 4
808
+ I
809
+ b
810
+ I
811
+ 11
812
+ I
813
+ c
814
+ I
815
+ 1e
816
+ I
817
+ d
818
+ I
819
+ 2d
820
+ I
821
+ e
822
+ I
823
+ 3a
824
+ I
825
+ f
826
+ I
827
+ 46
828
+ x
829
+ 42
830
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
831
+ p
832
+ 1
833
+ x
834
+ 2
835
+ rd
836
+ x
837
+ 3
838
+ new
839
+ x
840
+ 4
841
+ Rake
842
+ n
843
+ x
844
+ 8
845
+ TestTask
846
+ x
847
+ 9
848
+ test_task
849
+ M
850
+ 1
851
+ p
852
+ 2
853
+ x
854
+ 9
855
+ for_block
856
+ t
857
+ n
858
+ x
859
+ 9
860
+ __block__
861
+ i
862
+ 52
863
+ 57
864
+ 19
865
+ 0
866
+ 15
867
+ 20
868
+ 0
869
+ 49
870
+ 0
871
+ 0
872
+ 7
873
+ 1
874
+ 64
875
+ 49
876
+ 2
877
+ 1
878
+ 7
879
+ 3
880
+ 64
881
+ 49
882
+ 2
883
+ 1
884
+ 15
885
+ 20
886
+ 0
887
+ 45
888
+ 4
889
+ 5
890
+ 7
891
+ 6
892
+ 64
893
+ 49
894
+ 7
895
+ 1
896
+ 13
897
+ 18
898
+ 2
899
+ 49
900
+ 8
901
+ 1
902
+ 15
903
+ 15
904
+ 20
905
+ 0
906
+ 2
907
+ 13
908
+ 18
909
+ 2
910
+ 49
911
+ 9
912
+ 1
913
+ 15
914
+ 11
915
+ I
916
+ 5
917
+ I
918
+ 1
919
+ I
920
+ 1
921
+ I
922
+ 1
923
+ n
924
+ p
925
+ 10
926
+ x
927
+ 4
928
+ libs
929
+ s
930
+ 3
931
+ lib
932
+ x
933
+ 2
934
+ <<
935
+ s
936
+ 4
937
+ test
938
+ x
939
+ 8
940
+ FileList
941
+ n
942
+ s
943
+ 17
944
+ test/**/test_*.rb
945
+ x
946
+ 2
947
+ []
948
+ x
949
+ 11
950
+ test_files=
951
+ x
952
+ 8
953
+ verbose=
954
+ p
955
+ 9
956
+ I
957
+ 0
958
+ I
959
+ 12
960
+ I
961
+ 4
962
+ I
963
+ 13
964
+ I
965
+ 16
966
+ I
967
+ 14
968
+ I
969
+ 29
970
+ I
971
+ 15
972
+ I
973
+ 34
974
+ x
975
+ 42
976
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
977
+ p
978
+ 1
979
+ x
980
+ 1
981
+ t
982
+ s
983
+ 18
984
+ cucumber/rake/task
985
+ x
986
+ 8
987
+ Cucumber
988
+ n
989
+ x
990
+ 8
991
+ features
992
+ M
993
+ 1
994
+ p
995
+ 2
996
+ x
997
+ 9
998
+ for_block
999
+ t
1000
+ n
1001
+ x
1002
+ 9
1003
+ __block__
1004
+ i
1005
+ 17
1006
+ 57
1007
+ 19
1008
+ 0
1009
+ 15
1010
+ 20
1011
+ 0
1012
+ 7
1013
+ 0
1014
+ 64
1015
+ 13
1016
+ 18
1017
+ 2
1018
+ 49
1019
+ 1
1020
+ 1
1021
+ 15
1022
+ 11
1023
+ I
1024
+ 5
1025
+ I
1026
+ 1
1027
+ I
1028
+ 1
1029
+ I
1030
+ 1
1031
+ n
1032
+ p
1033
+ 2
1034
+ s
1035
+ 17
1036
+ --format progress
1037
+ x
1038
+ 14
1039
+ cucumber_opts=
1040
+ p
1041
+ 5
1042
+ I
1043
+ 0
1044
+ I
1045
+ 1a
1046
+ I
1047
+ 4
1048
+ I
1049
+ 1b
1050
+ I
1051
+ 11
1052
+ x
1053
+ 42
1054
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
1055
+ p
1056
+ 1
1057
+ x
1058
+ 1
1059
+ t
1060
+ x
1061
+ 9
1062
+ LoadError
1063
+ n
1064
+ x
1065
+ 3
1066
+ ===
1067
+ s
1068
+ 32
1069
+ Cucumber rake task not available
1070
+ x
1071
+ 4
1072
+ desc
1073
+ M
1074
+ 1
1075
+ p
1076
+ 2
1077
+ x
1078
+ 9
1079
+ for_block
1080
+ t
1081
+ n
1082
+ x
1083
+ 9
1084
+ __block__
1085
+ i
1086
+ 9
1087
+ 5
1088
+ 7
1089
+ 0
1090
+ 64
1091
+ 47
1092
+ 49
1093
+ 1
1094
+ 1
1095
+ 11
1096
+ I
1097
+ 3
1098
+ I
1099
+ 0
1100
+ I
1101
+ 0
1102
+ I
1103
+ 0
1104
+ I
1105
+ -2
1106
+ p
1107
+ 2
1108
+ s
1109
+ 83
1110
+ Cucumber rake task is not available. Be sure to install cucumber as a gem or plugin
1111
+ x
1112
+ 5
1113
+ abort
1114
+ p
1115
+ 3
1116
+ I
1117
+ 0
1118
+ I
1119
+ 20
1120
+ I
1121
+ 9
1122
+ x
1123
+ 42
1124
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
1125
+ p
1126
+ 0
1127
+ x
1128
+ 4
1129
+ task
1130
+ x
1131
+ 7
1132
+ default
1133
+ s
1134
+ 27
1135
+ Generates the BibTeX parser
1136
+ x
1137
+ 4
1138
+ racc
1139
+ s
1140
+ 20
1141
+ lib/bibtex/parser.rb
1142
+ s
1143
+ 25
1144
+ lib/bibtex/name_parser.rb
1145
+ x
1146
+ 4
1147
+ test
1148
+ s
1149
+ 9
1150
+ test_task
1151
+ s
1152
+ 24
1153
+ lib/bibtex/parser.output
1154
+ x
1155
+ 4
1156
+ file
1157
+ s
1158
+ 19
1159
+ lib/bibtex/bibtex.y
1160
+ M
1161
+ 1
1162
+ p
1163
+ 2
1164
+ x
1165
+ 9
1166
+ for_block
1167
+ t
1168
+ n
1169
+ x
1170
+ 9
1171
+ __block__
1172
+ i
1173
+ 9
1174
+ 5
1175
+ 7
1176
+ 0
1177
+ 64
1178
+ 47
1179
+ 49
1180
+ 1
1181
+ 1
1182
+ 11
1183
+ I
1184
+ 3
1185
+ I
1186
+ 0
1187
+ I
1188
+ 0
1189
+ I
1190
+ 0
1191
+ I
1192
+ -2
1193
+ p
1194
+ 2
1195
+ s
1196
+ 63
1197
+ bundle exec racc -v -o lib/bibtex/parser.rb lib/bibtex/bibtex.y
1198
+ x
1199
+ 2
1200
+ sh
1201
+ p
1202
+ 3
1203
+ I
1204
+ 0
1205
+ I
1206
+ 2f
1207
+ I
1208
+ 9
1209
+ x
1210
+ 42
1211
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
1212
+ p
1213
+ 0
1214
+ s
1215
+ 18
1216
+ lib/bibtex/names.y
1217
+ M
1218
+ 1
1219
+ p
1220
+ 2
1221
+ x
1222
+ 9
1223
+ for_block
1224
+ t
1225
+ n
1226
+ x
1227
+ 9
1228
+ __block__
1229
+ i
1230
+ 9
1231
+ 5
1232
+ 7
1233
+ 0
1234
+ 64
1235
+ 47
1236
+ 49
1237
+ 1
1238
+ 1
1239
+ 11
1240
+ I
1241
+ 3
1242
+ I
1243
+ 0
1244
+ I
1245
+ 0
1246
+ I
1247
+ 0
1248
+ I
1249
+ -2
1250
+ p
1251
+ 2
1252
+ s
1253
+ 67
1254
+ bundle exec racc -v -o lib/bibtex/name_parser.rb lib/bibtex/names.y
1255
+ x
1256
+ 2
1257
+ sh
1258
+ p
1259
+ 3
1260
+ I
1261
+ 0
1262
+ I
1263
+ 34
1264
+ I
1265
+ 9
1266
+ x
1267
+ 42
1268
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
1269
+ p
1270
+ 0
1271
+ s
1272
+ 43
1273
+ Runs the benchmarks (and plots the results)
1274
+ x
1275
+ 9
1276
+ benchmark
1277
+ M
1278
+ 1
1279
+ p
1280
+ 2
1281
+ x
1282
+ 9
1283
+ for_block
1284
+ t
1285
+ n
1286
+ x
1287
+ 9
1288
+ __block__
1289
+ i
1290
+ 19
1291
+ 5
1292
+ 45
1293
+ 0
1294
+ 1
1295
+ 7
1296
+ 2
1297
+ 64
1298
+ 65
1299
+ 49
1300
+ 3
1301
+ 0
1302
+ 49
1303
+ 4
1304
+ 2
1305
+ 47
1306
+ 49
1307
+ 5
1308
+ 1
1309
+ 11
1310
+ I
1311
+ 5
1312
+ I
1313
+ 0
1314
+ I
1315
+ 0
1316
+ I
1317
+ 0
1318
+ I
1319
+ -2
1320
+ p
1321
+ 6
1322
+ x
1323
+ 4
1324
+ File
1325
+ n
1326
+ s
1327
+ 20
1328
+ ../test/benchmark.rb
1329
+ x
1330
+ 11
1331
+ active_path
1332
+ x
1333
+ 11
1334
+ expand_path
1335
+ x
1336
+ 7
1337
+ require
1338
+ p
1339
+ 3
1340
+ I
1341
+ 0
1342
+ I
1343
+ 39
1344
+ I
1345
+ 13
1346
+ x
1347
+ 42
1348
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
1349
+ p
1350
+ 0
1351
+ x
1352
+ 2
1353
+ bm
1354
+ s
1355
+ 9
1356
+ benchmark
1357
+ s
1358
+ 17
1359
+ Runs the profiler
1360
+ x
1361
+ 7
1362
+ profile
1363
+ M
1364
+ 1
1365
+ p
1366
+ 2
1367
+ x
1368
+ 9
1369
+ for_block
1370
+ t
1371
+ n
1372
+ x
1373
+ 9
1374
+ __block__
1375
+ i
1376
+ 19
1377
+ 5
1378
+ 45
1379
+ 0
1380
+ 1
1381
+ 7
1382
+ 2
1383
+ 64
1384
+ 65
1385
+ 49
1386
+ 3
1387
+ 0
1388
+ 49
1389
+ 4
1390
+ 2
1391
+ 47
1392
+ 49
1393
+ 5
1394
+ 1
1395
+ 11
1396
+ I
1397
+ 5
1398
+ I
1399
+ 0
1400
+ I
1401
+ 0
1402
+ I
1403
+ 0
1404
+ I
1405
+ -2
1406
+ p
1407
+ 6
1408
+ x
1409
+ 4
1410
+ File
1411
+ n
1412
+ s
1413
+ 18
1414
+ ../test/profile.rb
1415
+ x
1416
+ 11
1417
+ active_path
1418
+ x
1419
+ 11
1420
+ expand_path
1421
+ x
1422
+ 7
1423
+ require
1424
+ p
1425
+ 3
1426
+ I
1427
+ 0
1428
+ I
1429
+ 3f
1430
+ I
1431
+ 13
1432
+ x
1433
+ 42
1434
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
1435
+ p
1436
+ 0
1437
+ s
1438
+ 25
1439
+ Updates the Manifest file
1440
+ x
1441
+ 8
1442
+ manifest
1443
+ M
1444
+ 1
1445
+ p
1446
+ 2
1447
+ x
1448
+ 9
1449
+ for_block
1450
+ t
1451
+ n
1452
+ x
1453
+ 9
1454
+ __block__
1455
+ i
1456
+ 42
1457
+ 45
1458
+ 0
1459
+ 1
1460
+ 7
1461
+ 2
1462
+ 64
1463
+ 7
1464
+ 3
1465
+ 64
1466
+ 49
1467
+ 4
1468
+ 2
1469
+ 19
1470
+ 0
1471
+ 15
1472
+ 20
1473
+ 0
1474
+ 45
1475
+ 5
1476
+ 6
1477
+ 7
1478
+ 7
1479
+ 64
1480
+ 49
1481
+ 8
1482
+ 1
1483
+ 7
1484
+ 9
1485
+ 64
1486
+ 49
1487
+ 10
1488
+ 1
1489
+ 49
1490
+ 11
1491
+ 1
1492
+ 15
1493
+ 20
1494
+ 0
1495
+ 49
1496
+ 12
1497
+ 0
1498
+ 11
1499
+ I
1500
+ 5
1501
+ I
1502
+ 1
1503
+ I
1504
+ 0
1505
+ I
1506
+ 0
1507
+ I
1508
+ -2
1509
+ p
1510
+ 13
1511
+ x
1512
+ 4
1513
+ File
1514
+ n
1515
+ s
1516
+ 8
1517
+ Manifest
1518
+ s
1519
+ 1
1520
+ w
1521
+ x
1522
+ 4
1523
+ open
1524
+ x
1525
+ 8
1526
+ FileList
1527
+ n
1528
+ s
1529
+ 4
1530
+ **/*
1531
+ x
1532
+ 2
1533
+ []
1534
+ s
1535
+ 1
1536
+
1537
+
1538
+ x
1539
+ 4
1540
+ join
1541
+ x
1542
+ 5
1543
+ print
1544
+ x
1545
+ 5
1546
+ close
1547
+ p
1548
+ 7
1549
+ I
1550
+ 0
1551
+ I
1552
+ 45
1553
+ I
1554
+ f
1555
+ I
1556
+ 46
1557
+ I
1558
+ 24
1559
+ I
1560
+ 47
1561
+ I
1562
+ 2a
1563
+ x
1564
+ 42
1565
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
1566
+ p
1567
+ 1
1568
+ x
1569
+ 1
1570
+ m
1571
+ s
1572
+ 19
1573
+ Builds the gem file
1574
+ x
1575
+ 5
1576
+ build
1577
+ s
1578
+ 8
1579
+ manifest
1580
+ M
1581
+ 1
1582
+ p
1583
+ 2
1584
+ x
1585
+ 9
1586
+ for_block
1587
+ t
1588
+ n
1589
+ x
1590
+ 9
1591
+ __block__
1592
+ i
1593
+ 9
1594
+ 5
1595
+ 7
1596
+ 0
1597
+ 64
1598
+ 47
1599
+ 49
1600
+ 1
1601
+ 1
1602
+ 11
1603
+ I
1604
+ 3
1605
+ I
1606
+ 0
1607
+ I
1608
+ 0
1609
+ I
1610
+ 0
1611
+ I
1612
+ -2
1613
+ p
1614
+ 2
1615
+ s
1616
+ 29
1617
+ gem build bibtex-ruby.gemspec
1618
+ x
1619
+ 6
1620
+ system
1621
+ p
1622
+ 3
1623
+ I
1624
+ 0
1625
+ I
1626
+ 4c
1627
+ I
1628
+ 9
1629
+ x
1630
+ 42
1631
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
1632
+ p
1633
+ 0
1634
+ s
1635
+ 35
1636
+ Pushes the gem file to rubygems.org
1637
+ x
1638
+ 7
1639
+ release
1640
+ s
1641
+ 5
1642
+ build
1643
+ M
1644
+ 1
1645
+ p
1646
+ 2
1647
+ x
1648
+ 9
1649
+ for_block
1650
+ t
1651
+ n
1652
+ x
1653
+ 9
1654
+ __block__
1655
+ i
1656
+ 22
1657
+ 5
1658
+ 7
1659
+ 0
1660
+ 45
1661
+ 1
1662
+ 2
1663
+ 43
1664
+ 3
1665
+ 43
1666
+ 4
1667
+ 47
1668
+ 101
1669
+ 5
1670
+ 7
1671
+ 6
1672
+ 63
1673
+ 3
1674
+ 47
1675
+ 49
1676
+ 7
1677
+ 1
1678
+ 11
1679
+ I
1680
+ 5
1681
+ I
1682
+ 0
1683
+ I
1684
+ 0
1685
+ I
1686
+ 0
1687
+ I
1688
+ -2
1689
+ p
1690
+ 8
1691
+ s
1692
+ 21
1693
+ gem push bibtex-ruby-
1694
+ x
1695
+ 6
1696
+ BibTeX
1697
+ n
1698
+ x
1699
+ 7
1700
+ Version
1701
+ x
1702
+ 6
1703
+ STRING
1704
+ x
1705
+ 4
1706
+ to_s
1707
+ s
1708
+ 4
1709
+ .gem
1710
+ x
1711
+ 6
1712
+ system
1713
+ p
1714
+ 3
1715
+ I
1716
+ 0
1717
+ I
1718
+ 51
1719
+ I
1720
+ 16
1721
+ x
1722
+ 42
1723
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
1724
+ p
1725
+ 0
1726
+ x
1727
+ 5
1728
+ CLEAN
1729
+ n
1730
+ x
1731
+ 7
1732
+ include
1733
+ n
1734
+ n
1735
+ n
1736
+ s
1737
+ 29
1738
+ lib/bibtex/name_parser.output
1739
+ n
1740
+ s
1741
+ 8
1742
+ doc/html
1743
+ n
1744
+ s
1745
+ 5
1746
+ *.gem
1747
+ p
1748
+ 75
1749
+ I
1750
+ 0
1751
+ I
1752
+ 3
1753
+ I
1754
+ 9
1755
+ I
1756
+ 4
1757
+ I
1758
+ 12
1759
+ I
1760
+ 6
1761
+ I
1762
+ 1b
1763
+ I
1764
+ 8
1765
+ I
1766
+ 24
1767
+ I
1768
+ a
1769
+ I
1770
+ 45
1771
+ I
1772
+ 12
1773
+ I
1774
+ 52
1775
+ I
1776
+ 19
1777
+ I
1778
+ 62
1779
+ I
1780
+ 1a
1781
+ I
1782
+ 73
1783
+ I
1784
+ 0
1785
+ I
1786
+ 78
1787
+ I
1788
+ 1d
1789
+ I
1790
+ 85
1791
+ I
1792
+ 1e
1793
+ I
1794
+ 8e
1795
+ I
1796
+ 1f
1797
+ I
1798
+ 9f
1799
+ I
1800
+ 0
1801
+ I
1802
+ a3
1803
+ I
1804
+ 25
1805
+ I
1806
+ bc
1807
+ I
1808
+ 27
1809
+ I
1810
+ c5
1811
+ I
1812
+ 28
1813
+ I
1814
+ e1
1815
+ I
1816
+ 2a
1817
+ I
1818
+ fd
1819
+ I
1820
+ 2c
1821
+ I
1822
+ 117
1823
+ I
1824
+ 2d
1825
+ I
1826
+ 133
1827
+ I
1828
+ 32
1829
+ I
1830
+ 14f
1831
+ I
1832
+ 37
1833
+ I
1834
+ 158
1835
+ I
1836
+ 38
1837
+ I
1838
+ 173
1839
+ I
1840
+ 3b
1841
+ I
1842
+ 18c
1843
+ I
1844
+ 3d
1845
+ I
1846
+ 195
1847
+ I
1848
+ 3e
1849
+ I
1850
+ 1b0
1851
+ I
1852
+ 43
1853
+ I
1854
+ 1b9
1855
+ I
1856
+ 44
1857
+ I
1858
+ 1d7
1859
+ I
1860
+ 4a
1861
+ I
1862
+ 1e0
1863
+ I
1864
+ 4b
1865
+ I
1866
+ 1fb
1867
+ I
1868
+ 4f
1869
+ I
1870
+ 204
1871
+ I
1872
+ 50
1873
+ I
1874
+ 21f
1875
+ I
1876
+ 54
1877
+ I
1878
+ 229
1879
+ I
1880
+ 55
1881
+ I
1882
+ 233
1883
+ I
1884
+ 56
1885
+ I
1886
+ 23d
1887
+ I
1888
+ 57
1889
+ I
1890
+ 247
1891
+ I
1892
+ 58
1893
+ I
1894
+ 251
1895
+ I
1896
+ 59
1897
+ I
1898
+ 25d
1899
+ x
1900
+ 42
1901
+ /Users/sylvester/Work/bibtex-ruby/Rakefile
1902
+ p
1903
+ 0