paperclip 2.3.5 → 2.3.6

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

Potentially problematic release.


This version of paperclip might be problematic. Click here for more details.

Files changed (64) hide show
  1. data/Rakefile +6 -2
  2. data/lib/paperclip.rbc +5129 -12
  3. data/lib/paperclip/attachment.rb +9 -3
  4. data/lib/paperclip/attachment.rbc +5550 -872
  5. data/lib/paperclip/callback_compatability.rbc +1649 -0
  6. data/lib/paperclip/command_line.rbc +1952 -0
  7. data/lib/paperclip/geometry.rbc +2141 -0
  8. data/lib/paperclip/glue.rbc +685 -0
  9. data/lib/paperclip/interpolations.rb +2 -1
  10. data/lib/paperclip/interpolations.rbc +2205 -0
  11. data/lib/paperclip/iostream.rbc +905 -0
  12. data/lib/paperclip/matchers.rbc +267 -0
  13. data/lib/paperclip/matchers/have_attached_file_matcher.rbc +1258 -0
  14. data/lib/paperclip/matchers/validate_attachment_content_type_matcher.rbc +1660 -0
  15. data/lib/paperclip/matchers/validate_attachment_presence_matcher.rbc +1304 -0
  16. data/lib/paperclip/matchers/validate_attachment_size_matcher.rbc +2160 -0
  17. data/lib/paperclip/{configuration.rbc → processor.rbc} +471 -569
  18. data/lib/paperclip/railtie.rbc +680 -0
  19. data/lib/paperclip/storage.rbc +69 -0
  20. data/lib/paperclip/storage/filesystem.rbc +1402 -0
  21. data/lib/paperclip/storage/s3.rb +1 -0
  22. data/lib/paperclip/storage/s3.rbc +3489 -0
  23. data/lib/paperclip/style.rbc +1571 -0
  24. data/lib/paperclip/thumbnail.rbc +1648 -0
  25. data/lib/paperclip/upfile.rb +0 -7
  26. data/lib/paperclip/upfile.rbc +1619 -0
  27. data/lib/paperclip/version.rb +1 -1
  28. data/lib/paperclip/version.rbc +176 -0
  29. data/shoulda_macros/paperclip.rbc +2415 -0
  30. data/test/attachment_test.rb +8 -8
  31. data/test/attachment_test.rbc +22952 -0
  32. data/test/command_line_test.rb +1 -1
  33. data/test/command_line_test.rbc +4307 -0
  34. data/test/geometry_test.rb +1 -1
  35. data/test/geometry_test.rbc +5181 -0
  36. data/test/helper.rb +1 -13
  37. data/test/helper.rbc +3971 -0
  38. data/test/integration_test.rb +1 -1
  39. data/test/integration_test.rbc +13137 -0
  40. data/test/interpolations_test.rb +1 -1
  41. data/test/interpolations_test.rbc +3432 -0
  42. data/test/iostream_test.rb +1 -1
  43. data/test/iostream_test.rbc +1889 -0
  44. data/test/matchers/have_attached_file_matcher_test.rb +1 -1
  45. data/test/matchers/have_attached_file_matcher_test.rbc +622 -0
  46. data/test/matchers/validate_attachment_content_type_matcher_test.rb +1 -1
  47. data/test/matchers/validate_attachment_content_type_matcher_test.rbc +1174 -0
  48. data/test/matchers/validate_attachment_presence_matcher_test.rb +1 -1
  49. data/test/matchers/validate_attachment_presence_matcher_test.rbc +622 -0
  50. data/test/matchers/validate_attachment_size_matcher_test.rb +1 -1
  51. data/test/matchers/validate_attachment_size_matcher_test.rbc +1658 -0
  52. data/test/paperclip_test.rb +1 -1
  53. data/test/paperclip_test.rbc +7407 -0
  54. data/test/processor_test.rb +1 -1
  55. data/test/processor_test.rbc +314 -0
  56. data/test/storage_test.rb +1 -1
  57. data/test/storage_test.rbc +10294 -0
  58. data/test/style_test.rb +1 -1
  59. data/test/style_test.rbc +3752 -0
  60. data/test/thumbnail_test.rb +1 -1
  61. data/test/thumbnail_test.rbc +6803 -0
  62. data/test/upfile_test.rb +1 -18
  63. data/test/upfile_test.rbc +1635 -0
  64. metadata +77 -26
@@ -66,7 +66,7 @@ x
66
66
  9
67
67
  Paperclip
68
68
  i
69
- 29
69
+ 58
70
70
  5
71
71
  66
72
72
  99
@@ -95,6 +95,35 @@ i
95
95
  49
96
96
  2
97
97
  0
98
+ 15
99
+ 99
100
+ 7
101
+ 5
102
+ 44
103
+ 43
104
+ 5
105
+ 65
106
+ 49
107
+ 1
108
+ 3
109
+ 13
110
+ 99
111
+ 12
112
+ 7
113
+ 2
114
+ 12
115
+ 7
116
+ 6
117
+ 12
118
+ 65
119
+ 12
120
+ 49
121
+ 4
122
+ 4
123
+ 15
124
+ 49
125
+ 2
126
+ 0
98
127
  11
99
128
  I
100
129
  6
@@ -106,10 +135,10 @@ I
106
135
  0
107
136
  n
108
137
  p
109
- 5
138
+ 7
110
139
  x
111
- 13
112
- Configuration
140
+ 9
141
+ Processor
113
142
  x
114
143
  10
115
144
  open_class
@@ -121,119 +150,61 @@ M
121
150
  n
122
151
  n
123
152
  x
124
- 13
125
- Configuration
153
+ 9
154
+ Processor
126
155
  i
127
- 111
156
+ 53
128
157
  5
129
158
  66
130
- 99
159
+ 5
131
160
  7
132
161
  0
133
162
  7
134
163
  1
135
- 65
136
- 5
137
- 49
138
- 2
139
- 4
140
- 15
141
- 99
142
- 7
143
- 3
144
164
  7
145
- 4
146
- 65
147
- 67
148
- 49
149
- 5
150
- 0
165
+ 2
166
+ 47
151
167
  49
152
- 6
153
- 4
168
+ 3
169
+ 3
154
170
  15
155
171
  99
156
172
  7
157
- 7
158
- 7
159
- 8
160
- 65
161
- 67
162
- 49
163
- 5
164
- 0
165
- 49
166
- 6
167
173
  4
168
- 15
169
- 99
170
- 7
171
- 0
172
174
  7
173
- 9
174
- 65
175
- 67
176
- 49
177
175
  5
178
- 0
179
- 49
180
- 6
181
- 4
182
- 15
183
- 99
184
- 7
185
- 10
186
- 7
187
- 11
188
176
  65
189
177
  67
190
178
  49
191
- 5
192
- 0
193
- 49
194
179
  6
195
- 4
196
- 15
197
- 99
198
- 7
199
- 12
200
- 7
201
- 13
202
- 65
203
- 67
204
- 49
205
- 5
206
180
  0
207
181
  49
208
- 6
182
+ 7
209
183
  4
210
184
  15
211
185
  99
212
186
  7
213
- 14
187
+ 8
214
188
  7
215
- 15
189
+ 9
216
190
  65
217
191
  67
218
192
  49
219
- 5
193
+ 6
220
194
  0
221
195
  49
222
- 6
196
+ 7
223
197
  4
224
198
  15
225
199
  99
226
200
  7
227
- 16
201
+ 8
228
202
  7
229
- 17
203
+ 10
230
204
  65
231
- 67
232
- 49
233
205
  5
234
- 0
235
206
  49
236
- 6
207
+ 11
237
208
  4
238
209
  11
239
210
  I
@@ -246,89 +217,79 @@ I
246
217
  0
247
218
  n
248
219
  p
249
- 18
220
+ 12
250
221
  x
251
- 8
252
- defaults
222
+ 4
223
+ file
224
+ x
225
+ 7
226
+ options
227
+ x
228
+ 10
229
+ attachment
230
+ x
231
+ 13
232
+ attr_accessor
233
+ x
234
+ 10
235
+ initialize
253
236
  M
254
237
  1
255
238
  n
256
239
  n
257
240
  x
258
- 8
259
- defaults
241
+ 10
242
+ initialize
260
243
  i
261
- 56
262
- 39
263
- 0
264
- 13
244
+ 37
245
+ 23
246
+ 1
265
247
  10
266
- 55
267
- 15
248
+ 14
268
249
  44
269
250
  43
270
- 1
271
- 4
272
- 4
251
+ 0
252
+ 78
273
253
  49
254
+ 1
255
+ 1
256
+ 19
257
+ 1
258
+ 15
259
+ 23
274
260
  2
261
+ 10
262
+ 22
275
263
  1
276
- 13
277
- 7
278
- 3
279
- 7
280
- 4
281
- 64
282
- 49
283
- 5
264
+ 19
284
265
  2
285
266
  15
286
- 13
287
- 7
288
- 6
289
- 7
290
- 7
291
- 64
292
- 49
293
- 5
267
+ 20
268
+ 0
269
+ 38
294
270
  2
295
271
  15
296
- 13
297
- 7
298
- 8
299
- 7
300
- 9
301
- 49
302
- 5
303
- 2
272
+ 20
273
+ 1
274
+ 38
275
+ 3
304
276
  15
305
- 13
306
- 7
307
- 10
308
- 7
309
- 11
310
- 64
311
- 49
312
- 5
277
+ 20
313
278
  2
314
- 15
315
279
  38
316
- 0
280
+ 4
317
281
  11
318
282
  I
319
- 4
283
+ 5
320
284
  I
321
- 0
285
+ 3
322
286
  I
323
- 0
287
+ 1
324
288
  I
325
- 0
289
+ 3
326
290
  n
327
291
  p
328
- 12
329
- x
330
- 9
331
- @defaults
292
+ 5
332
293
  x
333
294
  4
334
295
  Hash
@@ -336,137 +297,48 @@ x
336
297
  16
337
298
  new_from_literal
338
299
  x
339
- 3
340
- url
341
- s
342
- 49
343
- :class/:attachment/:id_partition/:style/:filename
344
- x
345
- 3
346
- []=
347
- x
348
- 4
349
- path
350
- s
351
- 17
352
- :root/public/:url
353
- x
354
- 13
355
- default_style
300
+ 5
301
+ @file
356
302
  x
357
303
  8
358
- original
304
+ @options
359
305
  x
360
306
  11
361
- default_url
362
- s
363
- 30
364
- :class/:attachment/default.png
307
+ @attachment
365
308
  p
366
- 15
367
- I
368
- 0
369
- I
370
- 3
309
+ 9
371
310
  I
372
311
  0
373
312
  I
374
- 9
375
- I
376
- 6
313
+ 17
377
314
  I
378
- 9
315
+ 16
379
316
  I
380
- f
317
+ 18
381
318
  I
382
- 5
319
+ 1b
383
320
  I
384
321
  19
385
322
  I
386
- 6
387
- I
388
- 23
389
- I
390
- 7
391
- I
392
- 2c
323
+ 20
393
324
  I
394
- 8
325
+ 1a
395
326
  I
396
- 38
327
+ 25
397
328
  x
398
- 66
399
- /Users/jyurek/Development/paperclip/lib/paperclip/configuration.rb
329
+ 62
330
+ /Users/jyurek/Development/paperclip/lib/paperclip/processor.rb
400
331
  p
401
- 0
332
+ 3
402
333
  x
403
- 13
404
- attach_method
405
- x
406
- 10
407
- initialize
408
- M
409
- 1
410
- n
411
- n
412
- x
413
- 10
414
- initialize
415
- i
416
- 13
417
- 5
418
- 49
419
- 0
420
- 0
421
- 49
422
- 1
423
- 0
424
- 49
425
- 2
426
- 0
427
- 38
428
- 3
429
- 11
430
- I
431
- 1
432
- I
433
- 0
434
- I
435
- 0
436
- I
437
- 0
438
- n
439
- p
440
334
  4
335
+ file
441
336
  x
442
- 5
443
- class
444
- x
445
- 8
446
- defaults
447
- x
448
- 3
449
- dup
450
- x
451
- 8
452
- @options
453
- p
454
- 5
455
- I
456
- 0
457
- I
458
- c
459
- I
460
- 0
461
- I
462
- d
463
- I
464
- d
337
+ 7
338
+ options
465
339
  x
466
- 66
467
- /Users/jyurek/Development/paperclip/lib/paperclip/configuration.rb
468
- p
469
- 0
340
+ 10
341
+ attachment
470
342
  x
471
343
  17
472
344
  method_visibility
@@ -474,25 +346,17 @@ x
474
346
  15
475
347
  add_defn_method
476
348
  x
477
- 3
478
- run
349
+ 4
350
+ make
479
351
  M
480
352
  1
481
353
  n
482
354
  n
483
355
  x
484
- 3
485
- run
356
+ 4
357
+ make
486
358
  i
487
- 10
488
- 94
489
- 9
490
- 8
491
- 5
492
- 60
493
- 1
494
- 8
495
- 9
359
+ 2
496
360
  1
497
361
  11
498
362
  I
@@ -511,16 +375,16 @@ p
511
375
  I
512
376
  0
513
377
  I
514
- 10
378
+ 1d
515
379
  I
516
380
  0
517
381
  I
518
- 11
382
+ 1e
519
383
  I
520
- a
384
+ 2
521
385
  x
522
- 66
523
- /Users/jyurek/Development/paperclip/lib/paperclip/configuration.rb
386
+ 62
387
+ /Users/jyurek/Development/paperclip/lib/paperclip/processor.rb
524
388
  p
525
389
  0
526
390
  M
@@ -528,467 +392,505 @@ M
528
392
  n
529
393
  n
530
394
  x
531
- 8
532
- defaults
395
+ 4
396
+ make
533
397
  i
534
- 8
398
+ 61
399
+ 23
400
+ 1
401
+ 10
402
+ 14
403
+ 44
404
+ 43
405
+ 0
406
+ 78
407
+ 49
408
+ 1
409
+ 1
410
+ 19
411
+ 1
412
+ 15
413
+ 23
414
+ 2
415
+ 10
416
+ 22
417
+ 1
418
+ 19
419
+ 2
420
+ 15
535
421
  5
422
+ 13
423
+ 72
424
+ 2
425
+ 47
426
+ 9
427
+ 47
428
+ 47
536
429
  49
430
+ 3
537
431
  0
432
+ 13
433
+ 20
538
434
  0
435
+ 20
436
+ 1
437
+ 20
438
+ 2
439
+ 47
539
440
  49
441
+ 4
442
+ 3
443
+ 15
444
+ 8
445
+ 57
446
+ 20
447
+ 0
448
+ 20
540
449
  1
450
+ 20
451
+ 2
452
+ 47
453
+ 49
454
+ 2
455
+ 3
456
+ 49
457
+ 5
541
458
  0
542
459
  11
543
460
  I
544
- 1
461
+ 8
545
462
  I
546
- 0
463
+ 3
547
464
  I
548
- 0
465
+ 1
549
466
  I
550
- 0
467
+ 3
551
468
  n
552
469
  p
553
- 2
470
+ 6
554
471
  x
555
- 5
556
- class
472
+ 4
473
+ Hash
474
+ x
475
+ 16
476
+ new_from_literal
477
+ x
478
+ 3
479
+ new
557
480
  x
558
481
  8
559
- defaults
482
+ allocate
483
+ x
484
+ 10
485
+ initialize
486
+ x
487
+ 4
488
+ make
560
489
  p
561
490
  5
562
491
  I
563
492
  0
564
493
  I
565
- 14
494
+ 20
566
495
  I
567
- 0
496
+ 16
497
+ I
498
+ 21
499
+ I
500
+ 3d
501
+ x
502
+ 62
503
+ /Users/jyurek/Development/paperclip/lib/paperclip/processor.rb
504
+ p
505
+ 3
506
+ x
507
+ 4
508
+ file
509
+ x
510
+ 7
511
+ options
512
+ x
513
+ 10
514
+ attachment
515
+ x
516
+ 13
517
+ attach_method
518
+ p
519
+ 9
520
+ I
521
+ 2
568
522
  I
569
523
  15
570
524
  I
571
- 8
525
+ e
526
+ I
527
+ 17
528
+ I
529
+ 1c
530
+ I
531
+ 1d
532
+ I
533
+ 2a
534
+ I
535
+ 20
536
+ I
537
+ 35
572
538
  x
573
- 66
574
- /Users/jyurek/Development/paperclip/lib/paperclip/configuration.rb
539
+ 62
540
+ /Users/jyurek/Development/paperclip/lib/paperclip/processor.rb
575
541
  p
576
542
  0
577
543
  x
578
- 3
579
- url
544
+ 13
545
+ attach_method
546
+ x
547
+ 8
548
+ Tempfile
580
549
  M
581
550
  1
582
551
  n
583
552
  n
584
553
  x
585
- 3
586
- url
587
- i
588
- 35
589
- 23
590
- 0
591
- 10
592
554
  8
593
- 1
594
- 19
595
- 0
596
- 15
555
+ Tempfile
556
+ i
557
+ 30
597
558
  5
598
- 48
559
+ 66
560
+ 45
599
561
  0
562
+ 1
600
563
  7
564
+ 2
565
+ 64
566
+ 49
567
+ 3
601
568
  1
602
- 20
603
- 0
604
- 13
605
- 10
606
- 27
607
- 15
569
+ 9
570
+ 28
571
+ 99
572
+ 7
573
+ 4
574
+ 7
608
575
  5
609
- 48
576
+ 65
577
+ 67
578
+ 49
579
+ 6
610
580
  0
611
- 7
612
- 1
613
581
  49
614
- 2
582
+ 7
583
+ 4
584
+ 8
585
+ 29
615
586
  1
616
- 13
617
- 18
618
- 3
619
- 49
620
- 3
621
- 2
622
- 15
623
587
  11
624
588
  I
625
589
  5
626
590
  I
627
- 1
591
+ 0
628
592
  I
629
593
  0
630
594
  I
631
- 1
595
+ 0
632
596
  n
633
597
  p
634
- 4
635
- x
636
598
  8
637
- defaults
638
599
  x
639
- 3
640
- url
600
+ 12
601
+ RUBY_VERSION
602
+ n
603
+ s
604
+ 5
605
+ 1.8.6
641
606
  x
642
607
  2
643
- []
608
+ <=
644
609
  x
645
- 3
646
- []=
647
- p
648
- 5
649
- I
650
- 0
651
- I
652
- 18
653
- I
654
- 8
655
- I
656
- 19
657
- I
658
- 23
659
- x
660
- 66
661
- /Users/jyurek/Development/paperclip/lib/paperclip/configuration.rb
662
- p
663
- 1
664
- x
665
- 7
666
- new_url
667
- x
668
- 4
669
- path
610
+ 12
611
+ make_tmpname
670
612
  M
671
613
  1
672
614
  n
673
615
  n
674
616
  x
675
- 4
676
- path
617
+ 12
618
+ make_tmpname
677
619
  i
678
- 35
679
- 23
680
- 0
681
- 10
682
- 8
683
- 1
684
- 19
685
- 0
686
- 15
687
- 5
688
- 48
689
- 0
690
- 7
691
- 1
620
+ 122
692
621
  20
693
622
  0
694
623
  13
695
- 10
696
- 27
697
- 15
698
- 5
699
- 48
624
+ 45
700
625
  0
701
- 7
702
626
  1
627
+ 12
703
628
  49
704
629
  2
705
630
  1
706
- 13
707
- 18
708
- 3
709
- 49
710
- 3
711
- 2
631
+ 9
632
+ 28
712
633
  15
713
- 11
714
- I
715
- 5
716
- I
717
- 1
718
- I
634
+ 20
719
635
  0
720
- I
721
- 1
722
- n
723
- p
724
- 4
725
- x
726
- 8
727
- defaults
728
- x
729
- 4
730
- path
731
- x
636
+ 36
637
+ 37
638
+ 19
732
639
  2
733
- []
734
- x
640
+ 15
641
+ 37
642
+ 19
735
643
  3
736
- []=
737
- p
738
- 5
739
- I
740
- 0
741
- I
742
- 1c
743
- I
744
- 8
745
- I
746
- 1d
747
- I
748
- 23
749
- x
750
- 66
751
- /Users/jyurek/Development/paperclip/lib/paperclip/configuration.rb
752
- p
753
- 1
754
- x
755
- 8
756
- new_path
757
- x
758
- 11
759
- default_url
760
- M
761
- 1
762
- n
763
- n
764
- x
765
- 11
766
- default_url
767
- i
768
- 35
769
- 23
770
- 0
771
- 10
644
+ 15
645
+ 15
646
+ 2
772
647
  8
773
- 1
774
- 19
775
- 0
648
+ 43
776
649
  15
777
- 5
778
- 48
779
- 0
780
- 7
781
- 1
782
650
  20
783
651
  0
784
- 13
785
- 10
786
- 27
787
- 15
788
- 5
789
- 48
790
- 0
791
652
  7
792
- 1
793
- 49
794
- 2
795
- 1
796
- 13
797
- 18
798
653
  3
799
- 49
654
+ 64
655
+ 17
656
+ 2
657
+ 19
658
+ 2
659
+ 15
660
+ 19
800
661
  3
662
+ 15
801
663
  2
802
664
  15
803
- 11
804
- I
665
+ 45
666
+ 4
805
667
  5
806
- I
807
- 1
808
- I
668
+ 49
669
+ 6
809
670
  0
810
- I
671
+ 7
672
+ 7
673
+ 64
674
+ 49
675
+ 8
811
676
  1
812
- n
813
- p
677
+ 19
814
678
  4
815
- x
816
- 8
817
- defaults
818
- x
819
- 11
820
- default_url
821
- x
679
+ 15
680
+ 20
822
681
  2
823
- []
824
- x
825
- 3
826
- []=
827
- p
828
- 5
829
- I
682
+ 47
683
+ 49
684
+ 9
830
685
  0
831
- I
832
686
  20
833
- I
834
- 8
835
- I
836
- 21
837
- I
838
- 23
839
- x
840
- 66
841
- /Users/jyurek/Development/paperclip/lib/paperclip/configuration.rb
842
- p
843
- 1
844
- x
845
- 15
846
- new_default_url
847
- x
848
- 13
849
- default_style
850
- M
851
- 1
852
- n
853
- n
854
- x
855
- 13
856
- default_style
857
- i
858
- 35
859
- 23
687
+ 4
688
+ 47
689
+ 49
690
+ 9
860
691
  0
692
+ 7
861
693
  10
862
- 8
863
- 1
864
- 19
865
- 0
866
- 15
867
- 5
868
- 48
869
- 0
694
+ 99
695
+ 43
696
+ 11
870
697
  7
698
+ 12
699
+ 49
700
+ 13
871
701
  1
872
- 20
702
+ 47
703
+ 49
704
+ 9
873
705
  0
874
- 13
706
+ 7
875
707
  10
876
- 27
877
- 15
878
708
  5
879
- 48
880
- 0
881
709
  7
710
+ 14
711
+ 47
712
+ 49
713
+ 15
882
714
  1
715
+ 4
716
+ 36
883
717
  49
884
- 2
718
+ 9
885
719
  1
886
- 13
887
- 18
888
- 3
720
+ 47
721
+ 49
722
+ 9
723
+ 0
724
+ 7
725
+ 10
726
+ 20
727
+ 1
728
+ 47
889
729
  49
730
+ 9
731
+ 0
732
+ 20
890
733
  3
891
- 2
892
- 15
734
+ 47
735
+ 49
736
+ 9
737
+ 0
738
+ 63
739
+ 9
740
+ 19
741
+ 5
893
742
  11
894
743
  I
895
- 5
744
+ f
896
745
  I
897
- 1
746
+ 6
898
747
  I
899
- 0
748
+ 2
900
749
  I
901
- 1
750
+ 2
902
751
  n
903
752
  p
753
+ 16
754
+ x
755
+ 5
756
+ Array
757
+ n
758
+ x
759
+ 3
760
+ ===
761
+ s
762
+ 0
763
+
764
+ x
904
765
  4
766
+ Time
767
+ n
768
+ x
769
+ 3
770
+ now
771
+ s
772
+ 6
773
+ %y%m%d
905
774
  x
906
775
  8
907
- defaults
776
+ strftime
908
777
  x
909
- 13
910
- default_style
778
+ 4
779
+ to_s
780
+ s
781
+ 1
782
+ -
783
+ x
784
+ 7
785
+ Globals
786
+ x
787
+ 2
788
+ $$
911
789
  x
912
790
  2
913
791
  []
792
+ I
793
+ 100000000
914
794
  x
915
- 3
916
- []=
795
+ 4
796
+ rand
917
797
  p
918
- 5
798
+ 15
919
799
  I
920
800
  0
921
801
  I
922
- 24
923
- I
924
- 8
925
- I
926
- 25
802
+ 2d
927
803
  I
928
- 23
929
- x
930
- 66
931
- /Users/jyurek/Development/paperclip/lib/paperclip/configuration.rb
932
- p
933
- 1
934
- x
935
- 17
936
- new_default_style
937
- p
938
- 17
804
+ 0
939
805
  I
940
- 2
806
+ 2e
941
807
  I
942
808
  3
943
809
  I
810
+ 2f
811
+ I
944
812
  d
945
813
  I
946
- c
814
+ 30
947
815
  I
948
- 1b
816
+ 1d
949
817
  I
950
- 10
818
+ 32
951
819
  I
952
- 29
820
+ 2c
953
821
  I
954
- 14
822
+ 35
955
823
  I
956
- 37
824
+ 3b
957
825
  I
958
- 18
826
+ 36
959
827
  I
960
- 45
828
+ 7a
829
+ x
830
+ 62
831
+ /Users/jyurek/Development/paperclip/lib/paperclip/processor.rb
832
+ p
833
+ 6
834
+ x
835
+ 8
836
+ basename
837
+ x
838
+ 1
839
+ n
840
+ x
841
+ 6
842
+ prefix
843
+ x
844
+ 6
845
+ suffix
846
+ x
847
+ 1
848
+ t
849
+ x
850
+ 4
851
+ path
852
+ x
853
+ 17
854
+ method_visibility
855
+ x
856
+ 15
857
+ add_defn_method
858
+ p
859
+ 7
961
860
  I
962
- 1c
861
+ 2
963
862
  I
964
- 53
863
+ 2c
965
864
  I
966
- 20
865
+ d
967
866
  I
968
- 61
867
+ 2d
969
868
  I
970
- 24
869
+ 1c
870
+ I
871
+ 2c
971
872
  I
972
- 6f
873
+ 1e
973
874
  x
974
- 66
975
- /Users/jyurek/Development/paperclip/lib/paperclip/configuration.rb
875
+ 62
876
+ /Users/jyurek/Development/paperclip/lib/paperclip/processor.rb
976
877
  p
977
878
  0
978
- x
979
- 13
980
- attach_method
981
879
  p
982
- 3
880
+ 5
983
881
  I
984
882
  2
985
883
  I
986
- 2
884
+ 14
987
885
  I
988
886
  1d
887
+ I
888
+ 2a
889
+ I
890
+ 3a
989
891
  x
990
- 66
991
- /Users/jyurek/Development/paperclip/lib/paperclip/configuration.rb
892
+ 62
893
+ /Users/jyurek/Development/paperclip/lib/paperclip/processor.rb
992
894
  p
993
895
  0
994
896
  x
@@ -1003,7 +905,7 @@ I
1003
905
  I
1004
906
  1c
1005
907
  x
1006
- 66
1007
- /Users/jyurek/Development/paperclip/lib/paperclip/configuration.rb
908
+ 62
909
+ /Users/jyurek/Development/paperclip/lib/paperclip/processor.rb
1008
910
  p
1009
911
  0