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
@@ -0,0 +1,1648 @@
1
+ !RBIX
2
+ 0
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
+ 9
54
+ Paperclip
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
+ 9
67
+ Paperclip
68
+ i
69
+ 31
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
+ 13
83
+ 99
84
+ 12
85
+ 7
86
+ 4
87
+ 12
88
+ 7
89
+ 5
90
+ 12
91
+ 65
92
+ 12
93
+ 49
94
+ 6
95
+ 4
96
+ 15
97
+ 49
98
+ 4
99
+ 0
100
+ 11
101
+ I
102
+ 6
103
+ I
104
+ 0
105
+ I
106
+ 0
107
+ I
108
+ 0
109
+ n
110
+ p
111
+ 7
112
+ x
113
+ 9
114
+ Thumbnail
115
+ x
116
+ 9
117
+ Processor
118
+ n
119
+ x
120
+ 10
121
+ open_class
122
+ x
123
+ 14
124
+ __class_init__
125
+ M
126
+ 1
127
+ n
128
+ n
129
+ x
130
+ 9
131
+ Thumbnail
132
+ i
133
+ 90
134
+ 5
135
+ 66
136
+ 5
137
+ 7
138
+ 0
139
+ 7
140
+ 1
141
+ 7
142
+ 2
143
+ 7
144
+ 3
145
+ 7
146
+ 4
147
+ 7
148
+ 5
149
+ 47
150
+ 49
151
+ 6
152
+ 6
153
+ 15
154
+ 99
155
+ 7
156
+ 7
157
+ 7
158
+ 8
159
+ 65
160
+ 67
161
+ 49
162
+ 9
163
+ 0
164
+ 49
165
+ 10
166
+ 4
167
+ 15
168
+ 99
169
+ 7
170
+ 11
171
+ 7
172
+ 12
173
+ 65
174
+ 67
175
+ 49
176
+ 9
177
+ 0
178
+ 49
179
+ 10
180
+ 4
181
+ 15
182
+ 99
183
+ 7
184
+ 13
185
+ 7
186
+ 14
187
+ 65
188
+ 67
189
+ 49
190
+ 9
191
+ 0
192
+ 49
193
+ 10
194
+ 4
195
+ 15
196
+ 99
197
+ 7
198
+ 15
199
+ 7
200
+ 16
201
+ 65
202
+ 67
203
+ 49
204
+ 9
205
+ 0
206
+ 49
207
+ 10
208
+ 4
209
+ 15
210
+ 99
211
+ 7
212
+ 17
213
+ 7
214
+ 18
215
+ 65
216
+ 67
217
+ 49
218
+ 9
219
+ 0
220
+ 49
221
+ 10
222
+ 4
223
+ 11
224
+ I
225
+ 7
226
+ I
227
+ 0
228
+ I
229
+ 0
230
+ I
231
+ 0
232
+ n
233
+ p
234
+ 19
235
+ x
236
+ 16
237
+ current_geometry
238
+ x
239
+ 15
240
+ target_geometry
241
+ x
242
+ 6
243
+ format
244
+ x
245
+ 5
246
+ whiny
247
+ x
248
+ 15
249
+ convert_options
250
+ x
251
+ 19
252
+ source_file_options
253
+ x
254
+ 13
255
+ attr_accessor
256
+ x
257
+ 10
258
+ initialize
259
+ M
260
+ 1
261
+ n
262
+ n
263
+ x
264
+ 10
265
+ initialize
266
+ i
267
+ 239
268
+ 23
269
+ 1
270
+ 10
271
+ 14
272
+ 44
273
+ 43
274
+ 0
275
+ 78
276
+ 49
277
+ 1
278
+ 1
279
+ 19
280
+ 1
281
+ 15
282
+ 23
283
+ 2
284
+ 10
285
+ 22
286
+ 1
287
+ 19
288
+ 2
289
+ 15
290
+ 54
291
+ 89
292
+ 2
293
+ 15
294
+ 20
295
+ 1
296
+ 7
297
+ 3
298
+ 49
299
+ 4
300
+ 1
301
+ 19
302
+ 3
303
+ 15
304
+ 20
305
+ 0
306
+ 38
307
+ 5
308
+ 15
309
+ 20
310
+ 3
311
+ 77
312
+ 79
313
+ 49
314
+ 4
315
+ 2
316
+ 7
317
+ 6
318
+ 64
319
+ 83
320
+ 7
321
+ 38
322
+ 8
323
+ 15
324
+ 45
325
+ 9
326
+ 10
327
+ 20
328
+ 3
329
+ 49
330
+ 11
331
+ 1
332
+ 38
333
+ 12
334
+ 15
335
+ 45
336
+ 9
337
+ 13
338
+ 39
339
+ 5
340
+ 49
341
+ 14
342
+ 1
343
+ 38
344
+ 15
345
+ 15
346
+ 20
347
+ 1
348
+ 7
349
+ 16
350
+ 49
351
+ 4
352
+ 1
353
+ 38
354
+ 17
355
+ 15
356
+ 20
357
+ 1
358
+ 7
359
+ 18
360
+ 49
361
+ 4
362
+ 1
363
+ 38
364
+ 19
365
+ 15
366
+ 20
367
+ 1
368
+ 7
369
+ 20
370
+ 49
371
+ 4
372
+ 1
373
+ 49
374
+ 21
375
+ 0
376
+ 9
377
+ 113
378
+ 2
379
+ 8
380
+ 120
381
+ 20
382
+ 1
383
+ 7
384
+ 20
385
+ 49
386
+ 4
387
+ 1
388
+ 38
389
+ 22
390
+ 15
391
+ 20
392
+ 1
393
+ 7
394
+ 23
395
+ 49
396
+ 4
397
+ 1
398
+ 38
399
+ 24
400
+ 15
401
+ 39
402
+ 17
403
+ 7
404
+ 25
405
+ 49
406
+ 26
407
+ 1
408
+ 9
409
+ 169
410
+ 39
411
+ 17
412
+ 7
413
+ 27
414
+ 13
415
+ 70
416
+ 9
417
+ 162
418
+ 15
419
+ 44
420
+ 43
421
+ 28
422
+ 7
423
+ 29
424
+ 78
425
+ 49
426
+ 30
427
+ 2
428
+ 6
429
+ 27
430
+ 49
431
+ 25
432
+ 1
433
+ 38
434
+ 17
435
+ 8
436
+ 170
437
+ 1
438
+ 15
439
+ 39
440
+ 19
441
+ 7
442
+ 25
443
+ 49
444
+ 26
445
+ 1
446
+ 9
447
+ 207
448
+ 39
449
+ 19
450
+ 7
451
+ 31
452
+ 13
453
+ 70
454
+ 9
455
+ 200
456
+ 15
457
+ 44
458
+ 43
459
+ 28
460
+ 7
461
+ 29
462
+ 78
463
+ 49
464
+ 30
465
+ 2
466
+ 6
467
+ 31
468
+ 49
469
+ 25
470
+ 1
471
+ 38
472
+ 19
473
+ 8
474
+ 208
475
+ 1
476
+ 15
477
+ 45
478
+ 32
479
+ 33
480
+ 39
481
+ 5
482
+ 49
483
+ 34
484
+ 0
485
+ 49
486
+ 35
487
+ 1
488
+ 38
489
+ 36
490
+ 15
491
+ 45
492
+ 32
493
+ 37
494
+ 39
495
+ 5
496
+ 49
497
+ 34
498
+ 0
499
+ 39
500
+ 36
501
+ 49
502
+ 38
503
+ 2
504
+ 38
505
+ 39
506
+ 11
507
+ I
508
+ 8
509
+ I
510
+ 4
511
+ I
512
+ 1
513
+ I
514
+ 3
515
+ n
516
+ p
517
+ 40
518
+ x
519
+ 4
520
+ Hash
521
+ x
522
+ 16
523
+ new_from_literal
524
+ x
525
+ 10
526
+ initialize
527
+ x
528
+ 8
529
+ geometry
530
+ x
531
+ 2
532
+ []
533
+ x
534
+ 5
535
+ @file
536
+ s
537
+ 1
538
+ #
539
+ x
540
+ 2
541
+ ==
542
+ x
543
+ 5
544
+ @crop
545
+ x
546
+ 8
547
+ Geometry
548
+ n
549
+ x
550
+ 5
551
+ parse
552
+ x
553
+ 16
554
+ @target_geometry
555
+ n
556
+ x
557
+ 9
558
+ from_file
559
+ x
560
+ 17
561
+ @current_geometry
562
+ x
563
+ 19
564
+ source_file_options
565
+ x
566
+ 20
567
+ @source_file_options
568
+ x
569
+ 15
570
+ convert_options
571
+ x
572
+ 16
573
+ @convert_options
574
+ x
575
+ 5
576
+ whiny
577
+ x
578
+ 4
579
+ nil?
580
+ x
581
+ 6
582
+ @whiny
583
+ x
584
+ 6
585
+ format
586
+ x
587
+ 7
588
+ @format
589
+ x
590
+ 5
591
+ split
592
+ x
593
+ 11
594
+ respond_to?
595
+ n
596
+ x
597
+ 6
598
+ Regexp
599
+ s
600
+ 3
601
+ \s+
602
+ x
603
+ 3
604
+ new
605
+ n
606
+ x
607
+ 4
608
+ File
609
+ n
610
+ x
611
+ 4
612
+ path
613
+ x
614
+ 7
615
+ extname
616
+ x
617
+ 15
618
+ @current_format
619
+ n
620
+ x
621
+ 8
622
+ basename
623
+ x
624
+ 9
625
+ @basename
626
+ p
627
+ 31
628
+ I
629
+ 0
630
+ I
631
+ d
632
+ I
633
+ 16
634
+ I
635
+ e
636
+ I
637
+ 1a
638
+ I
639
+ 10
640
+ I
641
+ 24
642
+ I
643
+ 11
644
+ I
645
+ 29
646
+ I
647
+ 12
648
+ I
649
+ 38
650
+ I
651
+ 13
652
+ I
653
+ 43
654
+ I
655
+ 14
656
+ I
657
+ 4e
658
+ I
659
+ 15
660
+ I
661
+ 58
662
+ I
663
+ 16
664
+ I
665
+ 62
666
+ I
667
+ 17
668
+ I
669
+ 7b
670
+ I
671
+ 18
672
+ I
673
+ 85
674
+ I
675
+ 1a
676
+ I
677
+ ab
678
+ I
679
+ 1b
680
+ I
681
+ d1
682
+ I
683
+ 1d
684
+ I
685
+ df
686
+ I
687
+ 1e
688
+ I
689
+ ef
690
+ x
691
+ 62
692
+ /Users/jyurek/Development/paperclip/lib/paperclip/thumbnail.rb
693
+ p
694
+ 4
695
+ x
696
+ 4
697
+ file
698
+ x
699
+ 7
700
+ options
701
+ x
702
+ 10
703
+ attachment
704
+ x
705
+ 8
706
+ geometry
707
+ x
708
+ 17
709
+ method_visibility
710
+ x
711
+ 15
712
+ add_defn_method
713
+ x
714
+ 5
715
+ crop?
716
+ M
717
+ 1
718
+ n
719
+ n
720
+ x
721
+ 5
722
+ crop?
723
+ i
724
+ 3
725
+ 39
726
+ 0
727
+ 11
728
+ I
729
+ 1
730
+ I
731
+ 0
732
+ I
733
+ 0
734
+ I
735
+ 0
736
+ n
737
+ p
738
+ 1
739
+ x
740
+ 5
741
+ @crop
742
+ p
743
+ 5
744
+ I
745
+ 0
746
+ I
747
+ 23
748
+ I
749
+ 0
750
+ I
751
+ 24
752
+ I
753
+ 3
754
+ x
755
+ 62
756
+ /Users/jyurek/Development/paperclip/lib/paperclip/thumbnail.rb
757
+ p
758
+ 0
759
+ x
760
+ 16
761
+ convert_options?
762
+ M
763
+ 1
764
+ n
765
+ n
766
+ x
767
+ 16
768
+ convert_options?
769
+ i
770
+ 27
771
+ 39
772
+ 0
773
+ 49
774
+ 1
775
+ 0
776
+ 10
777
+ 10
778
+ 2
779
+ 8
780
+ 11
781
+ 3
782
+ 13
783
+ 9
784
+ 26
785
+ 15
786
+ 39
787
+ 0
788
+ 49
789
+ 2
790
+ 0
791
+ 10
792
+ 25
793
+ 2
794
+ 8
795
+ 26
796
+ 3
797
+ 11
798
+ I
799
+ 2
800
+ I
801
+ 0
802
+ I
803
+ 0
804
+ I
805
+ 0
806
+ n
807
+ p
808
+ 3
809
+ x
810
+ 16
811
+ @convert_options
812
+ x
813
+ 4
814
+ nil?
815
+ x
816
+ 6
817
+ empty?
818
+ p
819
+ 5
820
+ I
821
+ 0
822
+ I
823
+ 28
824
+ I
825
+ 0
826
+ I
827
+ 29
828
+ I
829
+ 1b
830
+ x
831
+ 62
832
+ /Users/jyurek/Development/paperclip/lib/paperclip/thumbnail.rb
833
+ p
834
+ 0
835
+ x
836
+ 4
837
+ make
838
+ M
839
+ 1
840
+ n
841
+ n
842
+ x
843
+ 4
844
+ make
845
+ i
846
+ 296
847
+ 39
848
+ 0
849
+ 19
850
+ 0
851
+ 15
852
+ 45
853
+ 1
854
+ 2
855
+ 13
856
+ 71
857
+ 3
858
+ 47
859
+ 9
860
+ 49
861
+ 47
862
+ 49
863
+ 4
864
+ 0
865
+ 13
866
+ 39
867
+ 5
868
+ 39
869
+ 6
870
+ 9
871
+ 37
872
+ 7
873
+ 7
874
+ 39
875
+ 6
876
+ 47
877
+ 49
878
+ 8
879
+ 0
880
+ 63
881
+ 2
882
+ 8
883
+ 40
884
+ 7
885
+ 9
886
+ 64
887
+ 35
888
+ 2
889
+ 47
890
+ 49
891
+ 10
892
+ 1
893
+ 15
894
+ 8
895
+ 75
896
+ 39
897
+ 5
898
+ 39
899
+ 6
900
+ 9
901
+ 67
902
+ 7
903
+ 7
904
+ 39
905
+ 6
906
+ 47
907
+ 49
908
+ 8
909
+ 0
910
+ 63
911
+ 2
912
+ 8
913
+ 70
914
+ 7
915
+ 9
916
+ 64
917
+ 35
918
+ 2
919
+ 49
920
+ 3
921
+ 1
922
+ 19
923
+ 1
924
+ 15
925
+ 20
926
+ 1
927
+ 49
928
+ 11
929
+ 0
930
+ 15
931
+ 26
932
+ 93
933
+ 0
934
+ 15
935
+ 29
936
+ 234
937
+ 0
938
+ 35
939
+ 0
940
+ 19
941
+ 2
942
+ 15
943
+ 20
944
+ 2
945
+ 5
946
+ 48
947
+ 12
948
+ 49
949
+ 13
950
+ 1
951
+ 15
952
+ 20
953
+ 2
954
+ 7
955
+ 14
956
+ 64
957
+ 49
958
+ 13
959
+ 1
960
+ 15
961
+ 20
962
+ 2
963
+ 5
964
+ 48
965
+ 15
966
+ 49
967
+ 13
968
+ 1
969
+ 15
970
+ 20
971
+ 2
972
+ 5
973
+ 48
974
+ 16
975
+ 49
976
+ 13
977
+ 1
978
+ 15
979
+ 20
980
+ 2
981
+ 7
982
+ 17
983
+ 64
984
+ 49
985
+ 13
986
+ 1
987
+ 15
988
+ 20
989
+ 2
990
+ 49
991
+ 18
992
+ 0
993
+ 49
994
+ 19
995
+ 0
996
+ 7
997
+ 20
998
+ 64
999
+ 49
1000
+ 21
1001
+ 1
1002
+ 49
1003
+ 22
1004
+ 0
1005
+ 7
1006
+ 20
1007
+ 64
1008
+ 49
1009
+ 23
1010
+ 1
1011
+ 19
1012
+ 2
1013
+ 15
1014
+ 45
1015
+ 24
1016
+ 25
1017
+ 7
1018
+ 26
1019
+ 64
1020
+ 20
1021
+ 2
1022
+ 44
1023
+ 43
1024
+ 27
1025
+ 80
1026
+ 49
1027
+ 28
1028
+ 1
1029
+ 13
1030
+ 7
1031
+ 29
1032
+ 45
1033
+ 30
1034
+ 31
1035
+ 20
1036
+ 0
1037
+ 49
1038
+ 32
1039
+ 0
1040
+ 49
1041
+ 33
1042
+ 1
1043
+ 47
1044
+ 49
1045
+ 8
1046
+ 0
1047
+ 7
1048
+ 34
1049
+ 63
1050
+ 2
1051
+ 49
1052
+ 35
1053
+ 2
1054
+ 15
1055
+ 13
1056
+ 7
1057
+ 36
1058
+ 45
1059
+ 30
1060
+ 37
1061
+ 20
1062
+ 1
1063
+ 49
1064
+ 32
1065
+ 0
1066
+ 49
1067
+ 33
1068
+ 1
1069
+ 49
1070
+ 35
1071
+ 2
1072
+ 15
1073
+ 49
1074
+ 38
1075
+ 3
1076
+ 19
1077
+ 3
1078
+ 30
1079
+ 8
1080
+ 289
1081
+ 26
1082
+ 93
1083
+ 1
1084
+ 15
1085
+ 24
1086
+ 13
1087
+ 45
1088
+ 39
1089
+ 40
1090
+ 12
1091
+ 49
1092
+ 41
1093
+ 1
1094
+ 10
1095
+ 251
1096
+ 8
1097
+ 284
1098
+ 15
1099
+ 24
1100
+ 19
1101
+ 4
1102
+ 15
1103
+ 39
1104
+ 42
1105
+ 9
1106
+ 280
1107
+ 5
1108
+ 45
1109
+ 43
1110
+ 44
1111
+ 7
1112
+ 45
1113
+ 39
1114
+ 5
1115
+ 47
1116
+ 49
1117
+ 8
1118
+ 0
1119
+ 63
1120
+ 2
1121
+ 47
1122
+ 49
1123
+ 46
1124
+ 2
1125
+ 8
1126
+ 281
1127
+ 1
1128
+ 25
1129
+ 8
1130
+ 289
1131
+ 15
1132
+ 92
1133
+ 1
1134
+ 27
1135
+ 34
1136
+ 92
1137
+ 0
1138
+ 27
1139
+ 15
1140
+ 20
1141
+ 1
1142
+ 11
1143
+ I
1144
+ f
1145
+ I
1146
+ 5
1147
+ I
1148
+ 0
1149
+ I
1150
+ 0
1151
+ n
1152
+ p
1153
+ 47
1154
+ x
1155
+ 5
1156
+ @file
1157
+ x
1158
+ 8
1159
+ Tempfile
1160
+ n
1161
+ x
1162
+ 3
1163
+ new
1164
+ x
1165
+ 8
1166
+ allocate
1167
+ x
1168
+ 9
1169
+ @basename
1170
+ x
1171
+ 7
1172
+ @format
1173
+ s
1174
+ 1
1175
+ .
1176
+ x
1177
+ 4
1178
+ to_s
1179
+ s
1180
+ 0
1181
+
1182
+ x
1183
+ 10
1184
+ initialize
1185
+ x
1186
+ 7
1187
+ binmode
1188
+ x
1189
+ 19
1190
+ source_file_options
1191
+ x
1192
+ 2
1193
+ <<
1194
+ s
1195
+ 7
1196
+ :source
1197
+ x
1198
+ 22
1199
+ transformation_command
1200
+ x
1201
+ 15
1202
+ convert_options
1203
+ s
1204
+ 5
1205
+ :dest
1206
+ x
1207
+ 7
1208
+ flatten
1209
+ x
1210
+ 7
1211
+ compact
1212
+ s
1213
+ 1
1214
+
1215
+ x
1216
+ 4
1217
+ join
1218
+ x
1219
+ 5
1220
+ strip
1221
+ x
1222
+ 7
1223
+ squeeze
1224
+ x
1225
+ 9
1226
+ Paperclip
1227
+ n
1228
+ s
1229
+ 7
1230
+ convert
1231
+ x
1232
+ 4
1233
+ Hash
1234
+ x
1235
+ 16
1236
+ new_from_literal
1237
+ x
1238
+ 6
1239
+ source
1240
+ x
1241
+ 4
1242
+ File
1243
+ n
1244
+ x
1245
+ 4
1246
+ path
1247
+ x
1248
+ 11
1249
+ expand_path
1250
+ s
1251
+ 3
1252
+ [0]
1253
+ x
1254
+ 3
1255
+ []=
1256
+ x
1257
+ 4
1258
+ dest
1259
+ n
1260
+ x
1261
+ 3
1262
+ run
1263
+ x
1264
+ 25
1265
+ PaperclipCommandLineError
1266
+ n
1267
+ x
1268
+ 3
1269
+ ===
1270
+ x
1271
+ 6
1272
+ @whiny
1273
+ x
1274
+ 14
1275
+ PaperclipError
1276
+ n
1277
+ s
1278
+ 48
1279
+ There was an error processing the thumbnail for
1280
+ x
1281
+ 5
1282
+ raise
1283
+ p
1284
+ 33
1285
+ I
1286
+ 0
1287
+ I
1288
+ 2e
1289
+ I
1290
+ 0
1291
+ I
1292
+ 2f
1293
+ I
1294
+ 5
1295
+ I
1296
+ 30
1297
+ I
1298
+ 4e
1299
+ I
1300
+ 31
1301
+ I
1302
+ 54
1303
+ I
1304
+ 34
1305
+ I
1306
+ 60
1307
+ I
1308
+ 35
1309
+ I
1310
+ 69
1311
+ I
1312
+ 36
1313
+ I
1314
+ 72
1315
+ I
1316
+ 37
1317
+ I
1318
+ 7b
1319
+ I
1320
+ 38
1321
+ I
1322
+ 84
1323
+ I
1324
+ 39
1325
+ I
1326
+ 8d
1327
+ I
1328
+ 3b
1329
+ I
1330
+ a7
1331
+ I
1332
+ 3d
1333
+ I
1334
+ ef
1335
+ I
1336
+ 3e
1337
+ I
1338
+ fc
1339
+ I
1340
+ 40
1341
+ I
1342
+ 100
1343
+ I
1344
+ 3f
1345
+ I
1346
+ 125
1347
+ I
1348
+ 42
1349
+ I
1350
+ 128
1351
+ x
1352
+ 62
1353
+ /Users/jyurek/Development/paperclip/lib/paperclip/thumbnail.rb
1354
+ p
1355
+ 5
1356
+ x
1357
+ 3
1358
+ src
1359
+ x
1360
+ 3
1361
+ dst
1362
+ x
1363
+ 10
1364
+ parameters
1365
+ x
1366
+ 7
1367
+ success
1368
+ x
1369
+ 1
1370
+ e
1371
+ x
1372
+ 22
1373
+ transformation_command
1374
+ M
1375
+ 1
1376
+ n
1377
+ n
1378
+ x
1379
+ 22
1380
+ transformation_command
1381
+ i
1382
+ 112
1383
+ 39
1384
+ 0
1385
+ 39
1386
+ 1
1387
+ 5
1388
+ 47
1389
+ 49
1390
+ 2
1391
+ 0
1392
+ 49
1393
+ 3
1394
+ 2
1395
+ 97
1396
+ 37
1397
+ 19
1398
+ 0
1399
+ 15
1400
+ 37
1401
+ 19
1402
+ 1
1403
+ 15
1404
+ 15
1405
+ 2
1406
+ 15
1407
+ 35
1408
+ 0
1409
+ 19
1410
+ 2
1411
+ 15
1412
+ 20
1413
+ 0
1414
+ 49
1415
+ 4
1416
+ 0
1417
+ 13
1418
+ 10
1419
+ 43
1420
+ 15
1421
+ 20
1422
+ 0
1423
+ 49
1424
+ 5
1425
+ 0
1426
+ 9
1427
+ 48
1428
+ 1
1429
+ 8
1430
+ 71
1431
+ 20
1432
+ 2
1433
+ 7
1434
+ 6
1435
+ 64
1436
+ 49
1437
+ 7
1438
+ 1
1439
+ 7
1440
+ 8
1441
+ 20
1442
+ 0
1443
+ 47
1444
+ 49
1445
+ 9
1446
+ 0
1447
+ 7
1448
+ 8
1449
+ 63
1450
+ 3
1451
+ 49
1452
+ 7
1453
+ 1
1454
+ 15
1455
+ 20
1456
+ 1
1457
+ 9
1458
+ 107
1459
+ 20
1460
+ 2
1461
+ 7
1462
+ 10
1463
+ 64
1464
+ 49
1465
+ 7
1466
+ 1
1467
+ 7
1468
+ 8
1469
+ 20
1470
+ 1
1471
+ 47
1472
+ 49
1473
+ 9
1474
+ 0
1475
+ 7
1476
+ 8
1477
+ 63
1478
+ 3
1479
+ 49
1480
+ 7
1481
+ 1
1482
+ 7
1483
+ 11
1484
+ 64
1485
+ 49
1486
+ 7
1487
+ 1
1488
+ 8
1489
+ 108
1490
+ 1
1491
+ 15
1492
+ 20
1493
+ 2
1494
+ 11
1495
+ I
1496
+ 7
1497
+ I
1498
+ 3
1499
+ I
1500
+ 0
1501
+ I
1502
+ 0
1503
+ n
1504
+ p
1505
+ 12
1506
+ x
1507
+ 17
1508
+ @current_geometry
1509
+ x
1510
+ 16
1511
+ @target_geometry
1512
+ x
1513
+ 5
1514
+ crop?
1515
+ x
1516
+ 17
1517
+ transformation_to
1518
+ x
1519
+ 4
1520
+ nil?
1521
+ x
1522
+ 6
1523
+ empty?
1524
+ s
1525
+ 7
1526
+ -resize
1527
+ x
1528
+ 2
1529
+ <<
1530
+ s
1531
+ 1
1532
+ "
1533
+ x
1534
+ 4
1535
+ to_s
1536
+ s
1537
+ 5
1538
+ -crop
1539
+ s
1540
+ 7
1541
+ +repage
1542
+ p
1543
+ 13
1544
+ I
1545
+ 0
1546
+ I
1547
+ 47
1548
+ I
1549
+ 0
1550
+ I
1551
+ 48
1552
+ I
1553
+ 18
1554
+ I
1555
+ 49
1556
+ I
1557
+ 1d
1558
+ I
1559
+ 4a
1560
+ I
1561
+ 48
1562
+ I
1563
+ 4b
1564
+ I
1565
+ 6d
1566
+ I
1567
+ 4c
1568
+ I
1569
+ 70
1570
+ x
1571
+ 62
1572
+ /Users/jyurek/Development/paperclip/lib/paperclip/thumbnail.rb
1573
+ p
1574
+ 3
1575
+ x
1576
+ 5
1577
+ scale
1578
+ x
1579
+ 4
1580
+ crop
1581
+ x
1582
+ 5
1583
+ trans
1584
+ p
1585
+ 13
1586
+ I
1587
+ 2
1588
+ I
1589
+ 5
1590
+ I
1591
+ 14
1592
+ I
1593
+ d
1594
+ I
1595
+ 22
1596
+ I
1597
+ 23
1598
+ I
1599
+ 30
1600
+ I
1601
+ 28
1602
+ I
1603
+ 3e
1604
+ I
1605
+ 2e
1606
+ I
1607
+ 4c
1608
+ I
1609
+ 47
1610
+ I
1611
+ 5a
1612
+ x
1613
+ 62
1614
+ /Users/jyurek/Development/paperclip/lib/paperclip/thumbnail.rb
1615
+ p
1616
+ 0
1617
+ x
1618
+ 13
1619
+ attach_method
1620
+ p
1621
+ 3
1622
+ I
1623
+ 2
1624
+ I
1625
+ 3
1626
+ I
1627
+ 1f
1628
+ x
1629
+ 62
1630
+ /Users/jyurek/Development/paperclip/lib/paperclip/thumbnail.rb
1631
+ p
1632
+ 0
1633
+ x
1634
+ 13
1635
+ attach_method
1636
+ p
1637
+ 3
1638
+ I
1639
+ 0
1640
+ I
1641
+ 1
1642
+ I
1643
+ 1c
1644
+ x
1645
+ 62
1646
+ /Users/jyurek/Development/paperclip/lib/paperclip/thumbnail.rb
1647
+ p
1648
+ 0