bibtex-ruby 1.3.10 → 1.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -0,0 +1,785 @@
1
+ !RBIX
2
+ 9595534255132031488
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 28
13
+ 99
14
+ 7
15
+ 0
16
+ 65
17
+ 49
18
+ 1
19
+ 2
20
+ 13
21
+ 99
22
+ 12
23
+ 7
24
+ 2
25
+ 12
26
+ 7
27
+ 3
28
+ 12
29
+ 65
30
+ 12
31
+ 49
32
+ 4
33
+ 4
34
+ 15
35
+ 49
36
+ 2
37
+ 0
38
+ 15
39
+ 2
40
+ 11
41
+ I
42
+ 6
43
+ I
44
+ 0
45
+ I
46
+ 0
47
+ I
48
+ 0
49
+ n
50
+ p
51
+ 5
52
+ x
53
+ 6
54
+ BibTeX
55
+ x
56
+ 11
57
+ open_module
58
+ x
59
+ 15
60
+ __module_init__
61
+ M
62
+ 1
63
+ n
64
+ n
65
+ x
66
+ 6
67
+ BibTeX
68
+ i
69
+ 44
70
+ 5
71
+ 66
72
+ 99
73
+ 7
74
+ 0
75
+ 45
76
+ 1
77
+ 2
78
+ 65
79
+ 49
80
+ 3
81
+ 3
82
+ 15
83
+ 1
84
+ 15
85
+ 99
86
+ 7
87
+ 4
88
+ 45
89
+ 5
90
+ 6
91
+ 65
92
+ 49
93
+ 3
94
+ 3
95
+ 13
96
+ 99
97
+ 12
98
+ 7
99
+ 7
100
+ 12
101
+ 7
102
+ 8
103
+ 12
104
+ 65
105
+ 12
106
+ 49
107
+ 9
108
+ 4
109
+ 15
110
+ 49
111
+ 7
112
+ 0
113
+ 11
114
+ I
115
+ 6
116
+ I
117
+ 0
118
+ I
119
+ 0
120
+ I
121
+ 0
122
+ n
123
+ p
124
+ 10
125
+ x
126
+ 10
127
+ ParseError
128
+ x
129
+ 13
130
+ StandardError
131
+ n
132
+ x
133
+ 10
134
+ open_class
135
+ x
136
+ 5
137
+ Error
138
+ x
139
+ 7
140
+ Element
141
+ n
142
+ x
143
+ 14
144
+ __class_init__
145
+ M
146
+ 1
147
+ n
148
+ n
149
+ x
150
+ 5
151
+ Error
152
+ i
153
+ 80
154
+ 5
155
+ 66
156
+ 5
157
+ 7
158
+ 0
159
+ 47
160
+ 49
161
+ 1
162
+ 1
163
+ 15
164
+ 99
165
+ 7
166
+ 2
167
+ 7
168
+ 3
169
+ 65
170
+ 67
171
+ 49
172
+ 4
173
+ 0
174
+ 49
175
+ 5
176
+ 4
177
+ 15
178
+ 99
179
+ 7
180
+ 6
181
+ 7
182
+ 7
183
+ 65
184
+ 67
185
+ 49
186
+ 4
187
+ 0
188
+ 49
189
+ 5
190
+ 4
191
+ 15
192
+ 99
193
+ 7
194
+ 8
195
+ 7
196
+ 9
197
+ 65
198
+ 67
199
+ 49
200
+ 4
201
+ 0
202
+ 49
203
+ 5
204
+ 4
205
+ 15
206
+ 99
207
+ 7
208
+ 10
209
+ 7
210
+ 11
211
+ 65
212
+ 67
213
+ 49
214
+ 4
215
+ 0
216
+ 49
217
+ 5
218
+ 4
219
+ 15
220
+ 99
221
+ 7
222
+ 12
223
+ 7
224
+ 13
225
+ 65
226
+ 67
227
+ 49
228
+ 4
229
+ 0
230
+ 49
231
+ 5
232
+ 4
233
+ 11
234
+ I
235
+ 5
236
+ I
237
+ 0
238
+ I
239
+ 0
240
+ I
241
+ 0
242
+ n
243
+ p
244
+ 14
245
+ x
246
+ 5
247
+ trace
248
+ x
249
+ 11
250
+ attr_reader
251
+ x
252
+ 10
253
+ initialize
254
+ M
255
+ 1
256
+ n
257
+ n
258
+ x
259
+ 10
260
+ initialize
261
+ i
262
+ 14
263
+ 23
264
+ 0
265
+ 10
266
+ 9
267
+ 35
268
+ 0
269
+ 19
270
+ 0
271
+ 15
272
+ 20
273
+ 0
274
+ 38
275
+ 0
276
+ 11
277
+ I
278
+ 2
279
+ I
280
+ 1
281
+ I
282
+ 0
283
+ I
284
+ 1
285
+ n
286
+ p
287
+ 1
288
+ x
289
+ 6
290
+ @trace
291
+ p
292
+ 5
293
+ I
294
+ -1
295
+ I
296
+ c
297
+ I
298
+ 9
299
+ I
300
+ d
301
+ I
302
+ e
303
+ x
304
+ 53
305
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/error.rb
306
+ p
307
+ 1
308
+ x
309
+ 5
310
+ trace
311
+ x
312
+ 17
313
+ method_visibility
314
+ x
315
+ 15
316
+ add_defn_method
317
+ x
318
+ 6
319
+ trace=
320
+ M
321
+ 1
322
+ n
323
+ n
324
+ x
325
+ 6
326
+ trace=
327
+ i
328
+ 44
329
+ 20
330
+ 0
331
+ 45
332
+ 0
333
+ 1
334
+ 49
335
+ 2
336
+ 1
337
+ 9
338
+ 13
339
+ 1
340
+ 8
341
+ 38
342
+ 5
343
+ 45
344
+ 3
345
+ 4
346
+ 7
347
+ 5
348
+ 20
349
+ 0
350
+ 49
351
+ 6
352
+ 0
353
+ 49
354
+ 7
355
+ 0
356
+ 47
357
+ 101
358
+ 8
359
+ 7
360
+ 9
361
+ 63
362
+ 3
363
+ 47
364
+ 49
365
+ 10
366
+ 2
367
+ 15
368
+ 20
369
+ 0
370
+ 38
371
+ 11
372
+ 11
373
+ I
374
+ 6
375
+ I
376
+ 1
377
+ I
378
+ 1
379
+ I
380
+ 1
381
+ n
382
+ p
383
+ 12
384
+ x
385
+ 5
386
+ Array
387
+ n
388
+ x
389
+ 8
390
+ kind_of?
391
+ x
392
+ 13
393
+ ArgumentError
394
+ n
395
+ s
396
+ 48
397
+ BibTeX::Error trace must be of type Array; was:
398
+ x
399
+ 5
400
+ class
401
+ x
402
+ 4
403
+ name
404
+ x
405
+ 4
406
+ to_s
407
+ s
408
+ 1
409
+ .
410
+ x
411
+ 5
412
+ raise
413
+ x
414
+ 6
415
+ @trace
416
+ p
417
+ 9
418
+ I
419
+ -1
420
+ I
421
+ 10
422
+ I
423
+ 0
424
+ I
425
+ 11
426
+ I
427
+ 26
428
+ I
429
+ 0
430
+ I
431
+ 27
432
+ I
433
+ 12
434
+ I
435
+ 2c
436
+ x
437
+ 53
438
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/error.rb
439
+ p
440
+ 1
441
+ x
442
+ 5
443
+ trace
444
+ x
445
+ 7
446
+ content
447
+ M
448
+ 1
449
+ n
450
+ n
451
+ x
452
+ 7
453
+ content
454
+ i
455
+ 11
456
+ 39
457
+ 0
458
+ 56
459
+ 1
460
+ 50
461
+ 2
462
+ 0
463
+ 49
464
+ 3
465
+ 0
466
+ 11
467
+ I
468
+ 2
469
+ I
470
+ 0
471
+ I
472
+ 0
473
+ I
474
+ 0
475
+ n
476
+ p
477
+ 4
478
+ x
479
+ 6
480
+ @trace
481
+ M
482
+ 1
483
+ p
484
+ 2
485
+ x
486
+ 9
487
+ for_block
488
+ t
489
+ n
490
+ x
491
+ 7
492
+ content
493
+ i
494
+ 11
495
+ 57
496
+ 19
497
+ 0
498
+ 15
499
+ 20
500
+ 0
501
+ 79
502
+ 49
503
+ 0
504
+ 1
505
+ 11
506
+ I
507
+ 4
508
+ I
509
+ 1
510
+ I
511
+ 1
512
+ I
513
+ 1
514
+ n
515
+ p
516
+ 1
517
+ x
518
+ 2
519
+ []
520
+ p
521
+ 3
522
+ I
523
+ 0
524
+ I
525
+ 16
526
+ I
527
+ b
528
+ x
529
+ 53
530
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/error.rb
531
+ p
532
+ 1
533
+ x
534
+ 1
535
+ e
536
+ x
537
+ 3
538
+ map
539
+ x
540
+ 4
541
+ join
542
+ p
543
+ 5
544
+ I
545
+ -1
546
+ I
547
+ 15
548
+ I
549
+ 0
550
+ I
551
+ 16
552
+ I
553
+ b
554
+ x
555
+ 53
556
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/error.rb
557
+ p
558
+ 0
559
+ x
560
+ 21
561
+ added_to_bibliography
562
+ M
563
+ 1
564
+ n
565
+ n
566
+ x
567
+ 21
568
+ added_to_bibliography
569
+ i
570
+ 19
571
+ 20
572
+ 0
573
+ 54
574
+ 52
575
+ 0
576
+ 1
577
+ 15
578
+ 20
579
+ 0
580
+ 49
581
+ 1
582
+ 0
583
+ 5
584
+ 49
585
+ 2
586
+ 1
587
+ 15
588
+ 5
589
+ 11
590
+ I
591
+ 3
592
+ I
593
+ 1
594
+ I
595
+ 1
596
+ I
597
+ 1
598
+ n
599
+ p
600
+ 3
601
+ x
602
+ 21
603
+ added_to_bibliography
604
+ x
605
+ 6
606
+ errors
607
+ x
608
+ 2
609
+ <<
610
+ p
611
+ 9
612
+ I
613
+ -1
614
+ I
615
+ 1a
616
+ I
617
+ 0
618
+ I
619
+ 1b
620
+ I
621
+ 7
622
+ I
623
+ 1c
624
+ I
625
+ 11
626
+ I
627
+ 1d
628
+ I
629
+ 13
630
+ x
631
+ 53
632
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/error.rb
633
+ p
634
+ 1
635
+ x
636
+ 12
637
+ bibliography
638
+ x
639
+ 25
640
+ removed_from_bibliography
641
+ M
642
+ 1
643
+ n
644
+ n
645
+ x
646
+ 25
647
+ removed_from_bibliography
648
+ i
649
+ 19
650
+ 20
651
+ 0
652
+ 54
653
+ 52
654
+ 0
655
+ 1
656
+ 15
657
+ 20
658
+ 0
659
+ 49
660
+ 1
661
+ 0
662
+ 5
663
+ 49
664
+ 2
665
+ 1
666
+ 15
667
+ 5
668
+ 11
669
+ I
670
+ 3
671
+ I
672
+ 1
673
+ I
674
+ 1
675
+ I
676
+ 1
677
+ n
678
+ p
679
+ 3
680
+ x
681
+ 25
682
+ removed_from_bibliography
683
+ x
684
+ 6
685
+ errors
686
+ x
687
+ 6
688
+ delete
689
+ p
690
+ 9
691
+ I
692
+ -1
693
+ I
694
+ 21
695
+ I
696
+ 0
697
+ I
698
+ 22
699
+ I
700
+ 7
701
+ I
702
+ 23
703
+ I
704
+ 11
705
+ I
706
+ 24
707
+ I
708
+ 13
709
+ x
710
+ 53
711
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/error.rb
712
+ p
713
+ 1
714
+ x
715
+ 12
716
+ bibliography
717
+ p
718
+ 13
719
+ I
720
+ 2
721
+ I
722
+ a
723
+ I
724
+ a
725
+ I
726
+ c
727
+ I
728
+ 18
729
+ I
730
+ 10
731
+ I
732
+ 26
733
+ I
734
+ 15
735
+ I
736
+ 34
737
+ I
738
+ 1a
739
+ I
740
+ 42
741
+ I
742
+ 21
743
+ I
744
+ 50
745
+ x
746
+ 53
747
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/error.rb
748
+ p
749
+ 0
750
+ x
751
+ 13
752
+ attach_method
753
+ p
754
+ 5
755
+ I
756
+ 2
757
+ I
758
+ 3
759
+ I
760
+ f
761
+ I
762
+ 8
763
+ I
764
+ 2c
765
+ x
766
+ 53
767
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/error.rb
768
+ p
769
+ 0
770
+ x
771
+ 13
772
+ attach_method
773
+ p
774
+ 3
775
+ I
776
+ 0
777
+ I
778
+ 1
779
+ I
780
+ 1c
781
+ x
782
+ 53
783
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/error.rb
784
+ p
785
+ 0