sucker 1.3.0.pre.2 → 1.3.0.pre.3

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 (45) hide show
  1. data/README.md +32 -19
  2. data/lib/sucker.rb +0 -1
  3. data/lib/sucker.rbc +281 -0
  4. data/lib/sucker/parameters.rb +4 -8
  5. data/lib/sucker/parameters.rbc +723 -0
  6. data/lib/sucker/request.rb +1 -3
  7. data/lib/sucker/request.rbc +2674 -0
  8. data/lib/sucker/response.rb +9 -32
  9. data/lib/sucker/response.rbc +1319 -0
  10. data/lib/sucker/response/hash.rb +46 -0
  11. data/lib/sucker/version.rb +2 -4
  12. data/lib/sucker/version.rbc +130 -0
  13. data/spec/spec_helper.rb +4 -4
  14. data/spec/spec_helper.rbc +230 -0
  15. data/spec/sucker/parameters_spec.rbc +1476 -0
  16. data/spec/sucker/request_spec.rb +0 -11
  17. data/spec/sucker/request_spec.rbc +2642 -0
  18. data/spec/sucker/response/hash_spec.rb +43 -0
  19. data/spec/sucker/response_spec.rb +3 -18
  20. data/spec/sucker/response_spec.rbc +2854 -0
  21. data/spec/sucker_spec.rbc +287 -0
  22. data/spec/support/amazon_credentials.rbc +154 -0
  23. data/spec/support/asins.rbc +335 -0
  24. data/spec/support/vcr.rbc +356 -0
  25. metadata +36 -52
  26. data/spec/fixtures/cassette_library/067972110x.yml +0 -26
  27. data/spec/fixtures/cassette_library/integration/alternate_versions.yml +0 -26
  28. data/spec/fixtures/cassette_library/integration/errors.yml +0 -26
  29. data/spec/fixtures/cassette_library/integration/france.yml +0 -26
  30. data/spec/fixtures/cassette_library/integration/images.yml +0 -26
  31. data/spec/fixtures/cassette_library/integration/item_lookup/multiple.yml +0 -26
  32. data/spec/fixtures/cassette_library/integration/item_lookup/single.yml +0 -26
  33. data/spec/fixtures/cassette_library/integration/item_search.yml +0 -26
  34. data/spec/fixtures/cassette_library/integration/japan.yml +0 -26
  35. data/spec/fixtures/cassette_library/integration/keyword_search.yml +0 -26
  36. data/spec/fixtures/cassette_library/integration/kindle.yml +0 -26
  37. data/spec/fixtures/cassette_library/integration/kindle_2.yml +0 -26
  38. data/spec/fixtures/cassette_library/integration/multiple_locales.yml +0 -151
  39. data/spec/fixtures/cassette_library/integration/power_search.yml +0 -26
  40. data/spec/fixtures/cassette_library/integration/related_items/child.yml +0 -26
  41. data/spec/fixtures/cassette_library/integration/related_items/parent.yml +0 -26
  42. data/spec/fixtures/cassette_library/integration/seller_listings_search.yml +0 -26
  43. data/spec/fixtures/cassette_library/integration/twenty_items.yml +0 -26
  44. data/spec/fixtures/cassette_library/unit/sucker/request.yml +0 -61
  45. data/spec/fixtures/cassette_library/unit/sucker/response.yml +0 -26
@@ -22,17 +22,6 @@ module Sucker
22
22
  it 'returns a response' do
23
23
  worker.get.class.ancestors.should include Response
24
24
  end
25
-
26
- context 'when local IP is specified' do
27
- before do
28
- worker.local_ip = '192.168.0.1'
29
- end
30
-
31
- it 'routes request through that IP' do
32
- pending('Figure out how to test this')
33
- worker.get
34
- end
35
- end
36
25
  end
37
26
 
38
27
  describe '#version=' do
@@ -0,0 +1,2642 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 37
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 99
23
+ 7
24
+ 2
25
+ 65
26
+ 49
27
+ 3
28
+ 2
29
+ 13
30
+ 99
31
+ 12
32
+ 7
33
+ 4
34
+ 12
35
+ 7
36
+ 5
37
+ 12
38
+ 65
39
+ 12
40
+ 49
41
+ 6
42
+ 4
43
+ 15
44
+ 49
45
+ 4
46
+ 0
47
+ 15
48
+ 2
49
+ 11
50
+ I
51
+ 6
52
+ I
53
+ 0
54
+ I
55
+ 0
56
+ I
57
+ 0
58
+ n
59
+ p
60
+ 7
61
+ s
62
+ 11
63
+ spec_helper
64
+ x
65
+ 7
66
+ require
67
+ x
68
+ 6
69
+ Sucker
70
+ x
71
+ 11
72
+ open_module
73
+ x
74
+ 15
75
+ __module_init__
76
+ M
77
+ 1
78
+ n
79
+ n
80
+ x
81
+ 6
82
+ Sucker
83
+ i
84
+ 13
85
+ 5
86
+ 66
87
+ 5
88
+ 45
89
+ 0
90
+ 1
91
+ 56
92
+ 2
93
+ 47
94
+ 50
95
+ 3
96
+ 1
97
+ 11
98
+ I
99
+ 3
100
+ I
101
+ 0
102
+ I
103
+ 0
104
+ I
105
+ 0
106
+ n
107
+ p
108
+ 4
109
+ x
110
+ 7
111
+ Request
112
+ n
113
+ M
114
+ 1
115
+ p
116
+ 2
117
+ x
118
+ 9
119
+ for_block
120
+ t
121
+ n
122
+ x
123
+ 6
124
+ Sucker
125
+ i
126
+ 123
127
+ 5
128
+ 7
129
+ 0
130
+ 64
131
+ 44
132
+ 43
133
+ 1
134
+ 79
135
+ 49
136
+ 2
137
+ 1
138
+ 13
139
+ 7
140
+ 3
141
+ 7
142
+ 4
143
+ 49
144
+ 5
145
+ 2
146
+ 15
147
+ 47
148
+ 49
149
+ 6
150
+ 2
151
+ 15
152
+ 5
153
+ 7
154
+ 7
155
+ 56
156
+ 8
157
+ 47
158
+ 50
159
+ 9
160
+ 1
161
+ 15
162
+ 5
163
+ 7
164
+ 10
165
+ 64
166
+ 56
167
+ 11
168
+ 47
169
+ 50
170
+ 12
171
+ 1
172
+ 15
173
+ 5
174
+ 7
175
+ 13
176
+ 64
177
+ 56
178
+ 14
179
+ 47
180
+ 50
181
+ 12
182
+ 1
183
+ 15
184
+ 5
185
+ 7
186
+ 15
187
+ 64
188
+ 56
189
+ 16
190
+ 47
191
+ 50
192
+ 12
193
+ 1
194
+ 15
195
+ 5
196
+ 7
197
+ 17
198
+ 64
199
+ 56
200
+ 18
201
+ 47
202
+ 50
203
+ 12
204
+ 1
205
+ 15
206
+ 5
207
+ 7
208
+ 19
209
+ 64
210
+ 56
211
+ 20
212
+ 47
213
+ 50
214
+ 12
215
+ 1
216
+ 15
217
+ 5
218
+ 7
219
+ 21
220
+ 64
221
+ 56
222
+ 22
223
+ 47
224
+ 50
225
+ 12
226
+ 1
227
+ 15
228
+ 5
229
+ 7
230
+ 23
231
+ 64
232
+ 56
233
+ 24
234
+ 47
235
+ 50
236
+ 12
237
+ 1
238
+ 15
239
+ 5
240
+ 7
241
+ 25
242
+ 64
243
+ 56
244
+ 26
245
+ 47
246
+ 50
247
+ 12
248
+ 1
249
+ 11
250
+ I
251
+ 7
252
+ I
253
+ 0
254
+ I
255
+ 0
256
+ I
257
+ 0
258
+ I
259
+ -2
260
+ p
261
+ 27
262
+ s
263
+ 19
264
+ spec/sucker/request
265
+ x
266
+ 4
267
+ Hash
268
+ x
269
+ 16
270
+ new_from_literal
271
+ x
272
+ 6
273
+ record
274
+ x
275
+ 12
276
+ new_episodes
277
+ x
278
+ 3
279
+ []=
280
+ x
281
+ 16
282
+ use_vcr_cassette
283
+ x
284
+ 6
285
+ worker
286
+ M
287
+ 1
288
+ p
289
+ 2
290
+ x
291
+ 9
292
+ for_block
293
+ t
294
+ n
295
+ x
296
+ 6
297
+ Sucker
298
+ i
299
+ 99
300
+ 45
301
+ 0
302
+ 1
303
+ 13
304
+ 71
305
+ 2
306
+ 47
307
+ 9
308
+ 58
309
+ 47
310
+ 49
311
+ 3
312
+ 0
313
+ 13
314
+ 44
315
+ 43
316
+ 4
317
+ 4
318
+ 3
319
+ 49
320
+ 5
321
+ 1
322
+ 13
323
+ 7
324
+ 6
325
+ 7
326
+ 7
327
+ 49
328
+ 8
329
+ 2
330
+ 15
331
+ 13
332
+ 7
333
+ 9
334
+ 7
335
+ 10
336
+ 64
337
+ 49
338
+ 8
339
+ 2
340
+ 15
341
+ 13
342
+ 7
343
+ 11
344
+ 7
345
+ 12
346
+ 64
347
+ 49
348
+ 8
349
+ 2
350
+ 15
351
+ 47
352
+ 49
353
+ 13
354
+ 1
355
+ 15
356
+ 8
357
+ 98
358
+ 44
359
+ 43
360
+ 4
361
+ 4
362
+ 3
363
+ 49
364
+ 5
365
+ 1
366
+ 13
367
+ 7
368
+ 6
369
+ 7
370
+ 7
371
+ 49
372
+ 8
373
+ 2
374
+ 15
375
+ 13
376
+ 7
377
+ 9
378
+ 7
379
+ 10
380
+ 64
381
+ 49
382
+ 8
383
+ 2
384
+ 15
385
+ 13
386
+ 7
387
+ 11
388
+ 7
389
+ 12
390
+ 64
391
+ 49
392
+ 8
393
+ 2
394
+ 15
395
+ 49
396
+ 2
397
+ 1
398
+ 11
399
+ I
400
+ 7
401
+ I
402
+ 0
403
+ I
404
+ 0
405
+ I
406
+ 0
407
+ I
408
+ -2
409
+ p
410
+ 14
411
+ x
412
+ 6
413
+ Sucker
414
+ n
415
+ x
416
+ 3
417
+ new
418
+ x
419
+ 8
420
+ allocate
421
+ x
422
+ 4
423
+ Hash
424
+ x
425
+ 16
426
+ new_from_literal
427
+ x
428
+ 6
429
+ locale
430
+ x
431
+ 2
432
+ us
433
+ x
434
+ 3
435
+ []=
436
+ x
437
+ 3
438
+ key
439
+ s
440
+ 3
441
+ key
442
+ x
443
+ 6
444
+ secret
445
+ s
446
+ 6
447
+ secret
448
+ x
449
+ 10
450
+ initialize
451
+ p
452
+ 17
453
+ I
454
+ 0
455
+ I
456
+ 8
457
+ I
458
+ e
459
+ I
460
+ b
461
+ I
462
+ 17
463
+ I
464
+ 9
465
+ I
466
+ 20
467
+ I
468
+ a
469
+ I
470
+ 2a
471
+ I
472
+ b
473
+ I
474
+ 43
475
+ I
476
+ 9
477
+ I
478
+ 4c
479
+ I
480
+ a
481
+ I
482
+ 56
483
+ I
484
+ b
485
+ I
486
+ 63
487
+ x
488
+ 58
489
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
490
+ p
491
+ 0
492
+ x
493
+ 3
494
+ let
495
+ s
496
+ 3
497
+ #<<
498
+ M
499
+ 1
500
+ p
501
+ 2
502
+ x
503
+ 9
504
+ for_block
505
+ t
506
+ n
507
+ x
508
+ 6
509
+ Sucker
510
+ i
511
+ 11
512
+ 5
513
+ 7
514
+ 0
515
+ 64
516
+ 56
517
+ 1
518
+ 47
519
+ 50
520
+ 2
521
+ 1
522
+ 11
523
+ I
524
+ 4
525
+ I
526
+ 0
527
+ I
528
+ 0
529
+ I
530
+ 0
531
+ I
532
+ -2
533
+ p
534
+ 3
535
+ s
536
+ 42
537
+ merges a hash into the existing parameters
538
+ M
539
+ 1
540
+ p
541
+ 2
542
+ x
543
+ 9
544
+ for_block
545
+ t
546
+ n
547
+ x
548
+ 6
549
+ Sucker
550
+ i
551
+ 49
552
+ 5
553
+ 48
554
+ 0
555
+ 44
556
+ 43
557
+ 1
558
+ 79
559
+ 49
560
+ 2
561
+ 1
562
+ 13
563
+ 7
564
+ 3
565
+ 64
566
+ 7
567
+ 4
568
+ 64
569
+ 49
570
+ 5
571
+ 2
572
+ 15
573
+ 49
574
+ 6
575
+ 1
576
+ 15
577
+ 5
578
+ 48
579
+ 0
580
+ 49
581
+ 7
582
+ 0
583
+ 7
584
+ 3
585
+ 64
586
+ 49
587
+ 8
588
+ 1
589
+ 5
590
+ 7
591
+ 4
592
+ 64
593
+ 47
594
+ 49
595
+ 9
596
+ 1
597
+ 49
598
+ 10
599
+ 1
600
+ 11
601
+ I
602
+ 6
603
+ I
604
+ 0
605
+ I
606
+ 0
607
+ I
608
+ 0
609
+ I
610
+ -2
611
+ p
612
+ 11
613
+ x
614
+ 6
615
+ worker
616
+ x
617
+ 4
618
+ Hash
619
+ x
620
+ 16
621
+ new_from_literal
622
+ s
623
+ 3
624
+ foo
625
+ s
626
+ 3
627
+ bar
628
+ x
629
+ 3
630
+ []=
631
+ x
632
+ 2
633
+ <<
634
+ x
635
+ 10
636
+ parameters
637
+ x
638
+ 2
639
+ []
640
+ x
641
+ 3
642
+ eql
643
+ x
644
+ 6
645
+ should
646
+ p
647
+ 5
648
+ I
649
+ 0
650
+ I
651
+ 10
652
+ I
653
+ 19
654
+ I
655
+ 11
656
+ I
657
+ 31
658
+ x
659
+ 58
660
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
661
+ p
662
+ 0
663
+ x
664
+ 2
665
+ it
666
+ p
667
+ 3
668
+ I
669
+ 0
670
+ I
671
+ f
672
+ I
673
+ b
674
+ x
675
+ 58
676
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
677
+ p
678
+ 0
679
+ x
680
+ 8
681
+ describe
682
+ s
683
+ 4
684
+ #get
685
+ M
686
+ 1
687
+ p
688
+ 2
689
+ x
690
+ 9
691
+ for_block
692
+ t
693
+ n
694
+ x
695
+ 6
696
+ Sucker
697
+ i
698
+ 22
699
+ 5
700
+ 7
701
+ 0
702
+ 64
703
+ 56
704
+ 1
705
+ 47
706
+ 50
707
+ 2
708
+ 1
709
+ 15
710
+ 5
711
+ 7
712
+ 3
713
+ 64
714
+ 56
715
+ 4
716
+ 47
717
+ 50
718
+ 5
719
+ 1
720
+ 11
721
+ I
722
+ 4
723
+ I
724
+ 0
725
+ I
726
+ 0
727
+ I
728
+ 0
729
+ I
730
+ -2
731
+ p
732
+ 6
733
+ s
734
+ 18
735
+ returns a response
736
+ M
737
+ 1
738
+ p
739
+ 2
740
+ x
741
+ 9
742
+ for_block
743
+ t
744
+ n
745
+ x
746
+ 6
747
+ Sucker
748
+ i
749
+ 24
750
+ 5
751
+ 48
752
+ 0
753
+ 49
754
+ 1
755
+ 0
756
+ 49
757
+ 2
758
+ 0
759
+ 49
760
+ 3
761
+ 0
762
+ 5
763
+ 45
764
+ 4
765
+ 5
766
+ 47
767
+ 49
768
+ 6
769
+ 1
770
+ 49
771
+ 7
772
+ 1
773
+ 11
774
+ I
775
+ 4
776
+ I
777
+ 0
778
+ I
779
+ 0
780
+ I
781
+ 0
782
+ I
783
+ -2
784
+ p
785
+ 8
786
+ x
787
+ 6
788
+ worker
789
+ x
790
+ 3
791
+ get
792
+ x
793
+ 5
794
+ class
795
+ x
796
+ 9
797
+ ancestors
798
+ x
799
+ 8
800
+ Response
801
+ n
802
+ x
803
+ 7
804
+ include
805
+ x
806
+ 6
807
+ should
808
+ p
809
+ 3
810
+ I
811
+ 0
812
+ I
813
+ 17
814
+ I
815
+ 18
816
+ x
817
+ 58
818
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
819
+ p
820
+ 0
821
+ x
822
+ 2
823
+ it
824
+ s
825
+ 26
826
+ when local IP is specified
827
+ M
828
+ 1
829
+ p
830
+ 2
831
+ x
832
+ 9
833
+ for_block
834
+ t
835
+ n
836
+ x
837
+ 6
838
+ Sucker
839
+ i
840
+ 19
841
+ 5
842
+ 56
843
+ 0
844
+ 47
845
+ 50
846
+ 1
847
+ 0
848
+ 15
849
+ 5
850
+ 7
851
+ 2
852
+ 64
853
+ 56
854
+ 3
855
+ 47
856
+ 50
857
+ 4
858
+ 1
859
+ 11
860
+ I
861
+ 4
862
+ I
863
+ 0
864
+ I
865
+ 0
866
+ I
867
+ 0
868
+ I
869
+ -2
870
+ p
871
+ 5
872
+ M
873
+ 1
874
+ p
875
+ 2
876
+ x
877
+ 9
878
+ for_block
879
+ t
880
+ n
881
+ x
882
+ 6
883
+ Sucker
884
+ i
885
+ 14
886
+ 5
887
+ 48
888
+ 0
889
+ 7
890
+ 1
891
+ 64
892
+ 13
893
+ 18
894
+ 2
895
+ 49
896
+ 2
897
+ 1
898
+ 15
899
+ 11
900
+ I
901
+ 4
902
+ I
903
+ 0
904
+ I
905
+ 0
906
+ I
907
+ 0
908
+ I
909
+ -2
910
+ p
911
+ 3
912
+ x
913
+ 6
914
+ worker
915
+ s
916
+ 11
917
+ 192.168.0.1
918
+ x
919
+ 9
920
+ local_ip=
921
+ p
922
+ 3
923
+ I
924
+ 0
925
+ I
926
+ 1c
927
+ I
928
+ e
929
+ x
930
+ 58
931
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
932
+ p
933
+ 0
934
+ x
935
+ 6
936
+ before
937
+ s
938
+ 30
939
+ routes request through that IP
940
+ M
941
+ 1
942
+ p
943
+ 2
944
+ x
945
+ 9
946
+ for_block
947
+ t
948
+ n
949
+ x
950
+ 6
951
+ Sucker
952
+ i
953
+ 16
954
+ 5
955
+ 7
956
+ 0
957
+ 64
958
+ 47
959
+ 49
960
+ 1
961
+ 1
962
+ 15
963
+ 5
964
+ 48
965
+ 2
966
+ 49
967
+ 3
968
+ 0
969
+ 11
970
+ I
971
+ 3
972
+ I
973
+ 0
974
+ I
975
+ 0
976
+ I
977
+ 0
978
+ I
979
+ -2
980
+ p
981
+ 4
982
+ s
983
+ 27
984
+ Figure out how to test this
985
+ x
986
+ 7
987
+ pending
988
+ x
989
+ 6
990
+ worker
991
+ x
992
+ 3
993
+ get
994
+ p
995
+ 5
996
+ I
997
+ 0
998
+ I
999
+ 20
1000
+ I
1001
+ 9
1002
+ I
1003
+ 21
1004
+ I
1005
+ 10
1006
+ x
1007
+ 58
1008
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1009
+ p
1010
+ 0
1011
+ x
1012
+ 2
1013
+ it
1014
+ p
1015
+ 5
1016
+ I
1017
+ 0
1018
+ I
1019
+ 1b
1020
+ I
1021
+ 8
1022
+ I
1023
+ 1f
1024
+ I
1025
+ 13
1026
+ x
1027
+ 58
1028
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1029
+ p
1030
+ 0
1031
+ x
1032
+ 7
1033
+ context
1034
+ p
1035
+ 5
1036
+ I
1037
+ 0
1038
+ I
1039
+ 16
1040
+ I
1041
+ b
1042
+ I
1043
+ 1a
1044
+ I
1045
+ 16
1046
+ x
1047
+ 58
1048
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1049
+ p
1050
+ 0
1051
+ s
1052
+ 9
1053
+ #version=
1054
+ M
1055
+ 1
1056
+ p
1057
+ 2
1058
+ x
1059
+ 9
1060
+ for_block
1061
+ t
1062
+ n
1063
+ x
1064
+ 6
1065
+ Sucker
1066
+ i
1067
+ 11
1068
+ 5
1069
+ 7
1070
+ 0
1071
+ 64
1072
+ 56
1073
+ 1
1074
+ 47
1075
+ 50
1076
+ 2
1077
+ 1
1078
+ 11
1079
+ I
1080
+ 4
1081
+ I
1082
+ 0
1083
+ I
1084
+ 0
1085
+ I
1086
+ 0
1087
+ I
1088
+ -2
1089
+ p
1090
+ 3
1091
+ s
1092
+ 27
1093
+ sets the Amazon API version
1094
+ M
1095
+ 1
1096
+ p
1097
+ 2
1098
+ x
1099
+ 9
1100
+ for_block
1101
+ t
1102
+ n
1103
+ x
1104
+ 6
1105
+ Sucker
1106
+ i
1107
+ 38
1108
+ 5
1109
+ 48
1110
+ 0
1111
+ 7
1112
+ 1
1113
+ 64
1114
+ 13
1115
+ 18
1116
+ 2
1117
+ 49
1118
+ 2
1119
+ 1
1120
+ 15
1121
+ 15
1122
+ 5
1123
+ 48
1124
+ 0
1125
+ 49
1126
+ 3
1127
+ 0
1128
+ 7
1129
+ 4
1130
+ 64
1131
+ 49
1132
+ 5
1133
+ 1
1134
+ 5
1135
+ 7
1136
+ 1
1137
+ 64
1138
+ 47
1139
+ 49
1140
+ 6
1141
+ 1
1142
+ 49
1143
+ 7
1144
+ 1
1145
+ 11
1146
+ I
1147
+ 4
1148
+ I
1149
+ 0
1150
+ I
1151
+ 0
1152
+ I
1153
+ 0
1154
+ I
1155
+ -2
1156
+ p
1157
+ 8
1158
+ x
1159
+ 6
1160
+ worker
1161
+ s
1162
+ 3
1163
+ foo
1164
+ x
1165
+ 8
1166
+ version=
1167
+ x
1168
+ 10
1169
+ parameters
1170
+ s
1171
+ 7
1172
+ Version
1173
+ x
1174
+ 2
1175
+ []
1176
+ x
1177
+ 3
1178
+ eql
1179
+ x
1180
+ 6
1181
+ should
1182
+ p
1183
+ 5
1184
+ I
1185
+ 0
1186
+ I
1187
+ 28
1188
+ I
1189
+ e
1190
+ I
1191
+ 29
1192
+ I
1193
+ 26
1194
+ x
1195
+ 58
1196
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1197
+ p
1198
+ 0
1199
+ x
1200
+ 2
1201
+ it
1202
+ p
1203
+ 3
1204
+ I
1205
+ 0
1206
+ I
1207
+ 27
1208
+ I
1209
+ b
1210
+ x
1211
+ 58
1212
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1213
+ p
1214
+ 0
1215
+ s
1216
+ 12
1217
+ #build_query
1218
+ M
1219
+ 1
1220
+ p
1221
+ 2
1222
+ x
1223
+ 9
1224
+ for_block
1225
+ t
1226
+ n
1227
+ x
1228
+ 6
1229
+ Sucker
1230
+ i
1231
+ 43
1232
+ 5
1233
+ 7
1234
+ 0
1235
+ 56
1236
+ 1
1237
+ 47
1238
+ 50
1239
+ 2
1240
+ 1
1241
+ 15
1242
+ 5
1243
+ 7
1244
+ 3
1245
+ 64
1246
+ 56
1247
+ 4
1248
+ 47
1249
+ 50
1250
+ 5
1251
+ 1
1252
+ 15
1253
+ 5
1254
+ 7
1255
+ 6
1256
+ 64
1257
+ 56
1258
+ 7
1259
+ 47
1260
+ 50
1261
+ 5
1262
+ 1
1263
+ 15
1264
+ 5
1265
+ 7
1266
+ 8
1267
+ 64
1268
+ 56
1269
+ 9
1270
+ 47
1271
+ 50
1272
+ 5
1273
+ 1
1274
+ 11
1275
+ I
1276
+ 4
1277
+ I
1278
+ 0
1279
+ I
1280
+ 0
1281
+ I
1282
+ 0
1283
+ I
1284
+ -2
1285
+ p
1286
+ 10
1287
+ x
1288
+ 5
1289
+ query
1290
+ M
1291
+ 1
1292
+ p
1293
+ 2
1294
+ x
1295
+ 9
1296
+ for_block
1297
+ t
1298
+ n
1299
+ x
1300
+ 6
1301
+ Sucker
1302
+ i
1303
+ 9
1304
+ 5
1305
+ 48
1306
+ 0
1307
+ 7
1308
+ 1
1309
+ 49
1310
+ 2
1311
+ 1
1312
+ 11
1313
+ I
1314
+ 3
1315
+ I
1316
+ 0
1317
+ I
1318
+ 0
1319
+ I
1320
+ 0
1321
+ I
1322
+ -2
1323
+ p
1324
+ 3
1325
+ x
1326
+ 6
1327
+ worker
1328
+ x
1329
+ 11
1330
+ build_query
1331
+ x
1332
+ 4
1333
+ send
1334
+ p
1335
+ 3
1336
+ I
1337
+ 0
1338
+ I
1339
+ 2f
1340
+ I
1341
+ 9
1342
+ x
1343
+ 58
1344
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1345
+ p
1346
+ 0
1347
+ x
1348
+ 3
1349
+ let
1350
+ s
1351
+ 19
1352
+ canonicalizes query
1353
+ M
1354
+ 1
1355
+ p
1356
+ 2
1357
+ x
1358
+ 9
1359
+ for_block
1360
+ t
1361
+ n
1362
+ x
1363
+ 6
1364
+ Sucker
1365
+ i
1366
+ 30
1367
+ 5
1368
+ 48
1369
+ 0
1370
+ 5
1371
+ 7
1372
+ 1
1373
+ 13
1374
+ 70
1375
+ 9
1376
+ 22
1377
+ 15
1378
+ 44
1379
+ 43
1380
+ 2
1381
+ 7
1382
+ 3
1383
+ 78
1384
+ 49
1385
+ 4
1386
+ 2
1387
+ 6
1388
+ 1
1389
+ 47
1390
+ 49
1391
+ 5
1392
+ 1
1393
+ 49
1394
+ 6
1395
+ 1
1396
+ 11
1397
+ I
1398
+ 6
1399
+ I
1400
+ 0
1401
+ I
1402
+ 0
1403
+ I
1404
+ 0
1405
+ I
1406
+ -2
1407
+ p
1408
+ 7
1409
+ x
1410
+ 5
1411
+ query
1412
+ n
1413
+ x
1414
+ 6
1415
+ Regexp
1416
+ s
1417
+ 82
1418
+ AWSAccessKeyId=key&AssociateTag=&Service=([^&]+)&Timestamp=([^&]+)&Version=([^&]+)
1419
+ x
1420
+ 3
1421
+ new
1422
+ x
1423
+ 5
1424
+ match
1425
+ x
1426
+ 6
1427
+ should
1428
+ p
1429
+ 3
1430
+ I
1431
+ 0
1432
+ I
1433
+ 33
1434
+ I
1435
+ 1e
1436
+ x
1437
+ 58
1438
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1439
+ p
1440
+ 0
1441
+ x
1442
+ 2
1443
+ it
1444
+ s
1445
+ 20
1446
+ includes a timestamp
1447
+ M
1448
+ 1
1449
+ p
1450
+ 2
1451
+ x
1452
+ 9
1453
+ for_block
1454
+ t
1455
+ n
1456
+ x
1457
+ 6
1458
+ Sucker
1459
+ i
1460
+ 15
1461
+ 5
1462
+ 48
1463
+ 0
1464
+ 5
1465
+ 7
1466
+ 1
1467
+ 64
1468
+ 47
1469
+ 49
1470
+ 2
1471
+ 1
1472
+ 49
1473
+ 3
1474
+ 1
1475
+ 11
1476
+ I
1477
+ 4
1478
+ I
1479
+ 0
1480
+ I
1481
+ 0
1482
+ I
1483
+ 0
1484
+ I
1485
+ -2
1486
+ p
1487
+ 4
1488
+ x
1489
+ 5
1490
+ query
1491
+ s
1492
+ 9
1493
+ Timestamp
1494
+ x
1495
+ 7
1496
+ include
1497
+ x
1498
+ 6
1499
+ should
1500
+ p
1501
+ 3
1502
+ I
1503
+ 0
1504
+ I
1505
+ 37
1506
+ I
1507
+ f
1508
+ x
1509
+ 58
1510
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1511
+ p
1512
+ 0
1513
+ s
1514
+ 11
1515
+ sorts query
1516
+ M
1517
+ 1
1518
+ p
1519
+ 2
1520
+ x
1521
+ 9
1522
+ for_block
1523
+ t
1524
+ n
1525
+ x
1526
+ 6
1527
+ Sucker
1528
+ i
1529
+ 50
1530
+ 5
1531
+ 48
1532
+ 0
1533
+ 49
1534
+ 1
1535
+ 0
1536
+ 7
1537
+ 2
1538
+ 64
1539
+ 7
1540
+ 3
1541
+ 64
1542
+ 13
1543
+ 18
1544
+ 3
1545
+ 49
1546
+ 4
1547
+ 2
1548
+ 15
1549
+ 15
1550
+ 5
1551
+ 48
1552
+ 5
1553
+ 5
1554
+ 7
1555
+ 6
1556
+ 13
1557
+ 70
1558
+ 9
1559
+ 42
1560
+ 15
1561
+ 44
1562
+ 43
1563
+ 7
1564
+ 7
1565
+ 8
1566
+ 78
1567
+ 49
1568
+ 9
1569
+ 2
1570
+ 6
1571
+ 6
1572
+ 47
1573
+ 49
1574
+ 10
1575
+ 1
1576
+ 49
1577
+ 11
1578
+ 1
1579
+ 11
1580
+ I
1581
+ 6
1582
+ I
1583
+ 0
1584
+ I
1585
+ 0
1586
+ I
1587
+ 0
1588
+ I
1589
+ -2
1590
+ p
1591
+ 12
1592
+ x
1593
+ 6
1594
+ worker
1595
+ x
1596
+ 10
1597
+ parameters
1598
+ s
1599
+ 1
1600
+ A
1601
+ s
1602
+ 3
1603
+ foo
1604
+ x
1605
+ 3
1606
+ []=
1607
+ x
1608
+ 5
1609
+ query
1610
+ n
1611
+ x
1612
+ 6
1613
+ Regexp
1614
+ s
1615
+ 6
1616
+ ^A=foo
1617
+ x
1618
+ 3
1619
+ new
1620
+ x
1621
+ 5
1622
+ match
1623
+ x
1624
+ 6
1625
+ should
1626
+ p
1627
+ 5
1628
+ I
1629
+ 0
1630
+ I
1631
+ 3b
1632
+ I
1633
+ 14
1634
+ I
1635
+ 3c
1636
+ I
1637
+ 32
1638
+ x
1639
+ 58
1640
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1641
+ p
1642
+ 0
1643
+ p
1644
+ 9
1645
+ I
1646
+ 0
1647
+ I
1648
+ 2e
1649
+ I
1650
+ a
1651
+ I
1652
+ 32
1653
+ I
1654
+ 15
1655
+ I
1656
+ 36
1657
+ I
1658
+ 20
1659
+ I
1660
+ 3a
1661
+ I
1662
+ 2b
1663
+ x
1664
+ 58
1665
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1666
+ p
1667
+ 0
1668
+ s
1669
+ 19
1670
+ #build_signed_query
1671
+ M
1672
+ 1
1673
+ p
1674
+ 2
1675
+ x
1676
+ 9
1677
+ for_block
1678
+ t
1679
+ n
1680
+ x
1681
+ 6
1682
+ Sucker
1683
+ i
1684
+ 43
1685
+ 5
1686
+ 7
1687
+ 0
1688
+ 56
1689
+ 1
1690
+ 47
1691
+ 50
1692
+ 2
1693
+ 1
1694
+ 15
1695
+ 5
1696
+ 7
1697
+ 3
1698
+ 64
1699
+ 56
1700
+ 4
1701
+ 47
1702
+ 50
1703
+ 5
1704
+ 1
1705
+ 15
1706
+ 5
1707
+ 7
1708
+ 6
1709
+ 64
1710
+ 56
1711
+ 7
1712
+ 47
1713
+ 50
1714
+ 5
1715
+ 1
1716
+ 15
1717
+ 5
1718
+ 7
1719
+ 8
1720
+ 64
1721
+ 56
1722
+ 9
1723
+ 47
1724
+ 50
1725
+ 5
1726
+ 1
1727
+ 11
1728
+ I
1729
+ 4
1730
+ I
1731
+ 0
1732
+ I
1733
+ 0
1734
+ I
1735
+ 0
1736
+ I
1737
+ -2
1738
+ p
1739
+ 10
1740
+ x
1741
+ 5
1742
+ query
1743
+ M
1744
+ 1
1745
+ p
1746
+ 2
1747
+ x
1748
+ 9
1749
+ for_block
1750
+ t
1751
+ n
1752
+ x
1753
+ 6
1754
+ Sucker
1755
+ i
1756
+ 9
1757
+ 5
1758
+ 48
1759
+ 0
1760
+ 7
1761
+ 1
1762
+ 49
1763
+ 2
1764
+ 1
1765
+ 11
1766
+ I
1767
+ 3
1768
+ I
1769
+ 0
1770
+ I
1771
+ 0
1772
+ I
1773
+ 0
1774
+ I
1775
+ -2
1776
+ p
1777
+ 3
1778
+ x
1779
+ 6
1780
+ worker
1781
+ x
1782
+ 18
1783
+ build_signed_query
1784
+ x
1785
+ 4
1786
+ send
1787
+ p
1788
+ 3
1789
+ I
1790
+ 0
1791
+ I
1792
+ 41
1793
+ I
1794
+ 9
1795
+ x
1796
+ 58
1797
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1798
+ p
1799
+ 0
1800
+ x
1801
+ 3
1802
+ let
1803
+ s
1804
+ 39
1805
+ includes the key for the current locale
1806
+ M
1807
+ 1
1808
+ p
1809
+ 2
1810
+ x
1811
+ 9
1812
+ for_block
1813
+ t
1814
+ n
1815
+ x
1816
+ 6
1817
+ Sucker
1818
+ i
1819
+ 29
1820
+ 5
1821
+ 48
1822
+ 0
1823
+ 7
1824
+ 1
1825
+ 64
1826
+ 13
1827
+ 18
1828
+ 2
1829
+ 49
1830
+ 2
1831
+ 1
1832
+ 15
1833
+ 15
1834
+ 5
1835
+ 48
1836
+ 3
1837
+ 5
1838
+ 7
1839
+ 4
1840
+ 64
1841
+ 47
1842
+ 49
1843
+ 5
1844
+ 1
1845
+ 49
1846
+ 6
1847
+ 1
1848
+ 11
1849
+ I
1850
+ 4
1851
+ I
1852
+ 0
1853
+ I
1854
+ 0
1855
+ I
1856
+ 0
1857
+ I
1858
+ -2
1859
+ p
1860
+ 7
1861
+ x
1862
+ 6
1863
+ worker
1864
+ s
1865
+ 3
1866
+ foo
1867
+ x
1868
+ 4
1869
+ key=
1870
+ x
1871
+ 5
1872
+ query
1873
+ s
1874
+ 18
1875
+ AWSAccessKeyId=foo
1876
+ x
1877
+ 7
1878
+ include
1879
+ x
1880
+ 6
1881
+ should
1882
+ p
1883
+ 5
1884
+ I
1885
+ 0
1886
+ I
1887
+ 44
1888
+ I
1889
+ e
1890
+ I
1891
+ 45
1892
+ I
1893
+ 1d
1894
+ x
1895
+ 58
1896
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1897
+ p
1898
+ 0
1899
+ x
1900
+ 2
1901
+ it
1902
+ s
1903
+ 49
1904
+ includes the associate tag for the current locale
1905
+ M
1906
+ 1
1907
+ p
1908
+ 2
1909
+ x
1910
+ 9
1911
+ for_block
1912
+ t
1913
+ n
1914
+ x
1915
+ 6
1916
+ Sucker
1917
+ i
1918
+ 29
1919
+ 5
1920
+ 48
1921
+ 0
1922
+ 7
1923
+ 1
1924
+ 64
1925
+ 13
1926
+ 18
1927
+ 2
1928
+ 49
1929
+ 2
1930
+ 1
1931
+ 15
1932
+ 15
1933
+ 5
1934
+ 48
1935
+ 3
1936
+ 5
1937
+ 7
1938
+ 4
1939
+ 64
1940
+ 47
1941
+ 49
1942
+ 5
1943
+ 1
1944
+ 49
1945
+ 6
1946
+ 1
1947
+ 11
1948
+ I
1949
+ 4
1950
+ I
1951
+ 0
1952
+ I
1953
+ 0
1954
+ I
1955
+ 0
1956
+ I
1957
+ -2
1958
+ p
1959
+ 7
1960
+ x
1961
+ 6
1962
+ worker
1963
+ s
1964
+ 3
1965
+ foo
1966
+ x
1967
+ 14
1968
+ associate_tag=
1969
+ x
1970
+ 5
1971
+ query
1972
+ s
1973
+ 16
1974
+ AssociateTag=foo
1975
+ x
1976
+ 7
1977
+ include
1978
+ x
1979
+ 6
1980
+ should
1981
+ p
1982
+ 5
1983
+ I
1984
+ 0
1985
+ I
1986
+ 49
1987
+ I
1988
+ e
1989
+ I
1990
+ 4a
1991
+ I
1992
+ 1d
1993
+ x
1994
+ 58
1995
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
1996
+ p
1997
+ 0
1998
+ s
1999
+ 29
2000
+ returns a signed query string
2001
+ M
2002
+ 1
2003
+ p
2004
+ 2
2005
+ x
2006
+ 9
2007
+ for_block
2008
+ t
2009
+ n
2010
+ x
2011
+ 6
2012
+ Sucker
2013
+ i
2014
+ 25
2015
+ 5
2016
+ 48
2017
+ 0
2018
+ 7
2019
+ 1
2020
+ 49
2021
+ 2
2022
+ 1
2023
+ 19
2024
+ 0
2025
+ 15
2026
+ 20
2027
+ 0
2028
+ 5
2029
+ 7
2030
+ 3
2031
+ 64
2032
+ 47
2033
+ 49
2034
+ 4
2035
+ 1
2036
+ 49
2037
+ 5
2038
+ 1
2039
+ 11
2040
+ I
2041
+ 5
2042
+ I
2043
+ 1
2044
+ I
2045
+ 0
2046
+ I
2047
+ 0
2048
+ I
2049
+ -2
2050
+ p
2051
+ 6
2052
+ x
2053
+ 6
2054
+ worker
2055
+ x
2056
+ 18
2057
+ build_signed_query
2058
+ x
2059
+ 4
2060
+ send
2061
+ s
2062
+ 10
2063
+ Signature=
2064
+ x
2065
+ 7
2066
+ include
2067
+ x
2068
+ 6
2069
+ should
2070
+ p
2071
+ 5
2072
+ I
2073
+ 0
2074
+ I
2075
+ 4e
2076
+ I
2077
+ b
2078
+ I
2079
+ 4f
2080
+ I
2081
+ 19
2082
+ x
2083
+ 58
2084
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
2085
+ p
2086
+ 1
2087
+ x
2088
+ 5
2089
+ query
2090
+ p
2091
+ 9
2092
+ I
2093
+ 0
2094
+ I
2095
+ 41
2096
+ I
2097
+ a
2098
+ I
2099
+ 43
2100
+ I
2101
+ 15
2102
+ I
2103
+ 48
2104
+ I
2105
+ 20
2106
+ I
2107
+ 4d
2108
+ I
2109
+ 2b
2110
+ x
2111
+ 58
2112
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
2113
+ p
2114
+ 0
2115
+ s
2116
+ 7
2117
+ #escape
2118
+ M
2119
+ 1
2120
+ p
2121
+ 2
2122
+ x
2123
+ 9
2124
+ for_block
2125
+ t
2126
+ n
2127
+ x
2128
+ 6
2129
+ Sucker
2130
+ i
2131
+ 11
2132
+ 5
2133
+ 7
2134
+ 0
2135
+ 64
2136
+ 56
2137
+ 1
2138
+ 47
2139
+ 50
2140
+ 2
2141
+ 1
2142
+ 11
2143
+ I
2144
+ 4
2145
+ I
2146
+ 0
2147
+ I
2148
+ 0
2149
+ I
2150
+ 0
2151
+ I
2152
+ -2
2153
+ p
2154
+ 3
2155
+ s
2156
+ 20
2157
+ URL-encodes a string
2158
+ M
2159
+ 1
2160
+ p
2161
+ 2
2162
+ x
2163
+ 9
2164
+ for_block
2165
+ t
2166
+ n
2167
+ x
2168
+ 6
2169
+ Sucker
2170
+ i
2171
+ 23
2172
+ 5
2173
+ 48
2174
+ 0
2175
+ 7
2176
+ 1
2177
+ 7
2178
+ 2
2179
+ 64
2180
+ 49
2181
+ 3
2182
+ 2
2183
+ 5
2184
+ 7
2185
+ 4
2186
+ 64
2187
+ 47
2188
+ 49
2189
+ 5
2190
+ 1
2191
+ 49
2192
+ 6
2193
+ 1
2194
+ 11
2195
+ I
2196
+ 4
2197
+ I
2198
+ 0
2199
+ I
2200
+ 0
2201
+ I
2202
+ 0
2203
+ I
2204
+ -2
2205
+ p
2206
+ 7
2207
+ x
2208
+ 6
2209
+ worker
2210
+ x
2211
+ 6
2212
+ escape
2213
+ s
2214
+ 7
2215
+ foo,bar
2216
+ x
2217
+ 4
2218
+ send
2219
+ s
2220
+ 9
2221
+ foo%2Cbar
2222
+ x
2223
+ 3
2224
+ eql
2225
+ x
2226
+ 6
2227
+ should
2228
+ p
2229
+ 3
2230
+ I
2231
+ 0
2232
+ I
2233
+ 55
2234
+ I
2235
+ 17
2236
+ x
2237
+ 58
2238
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
2239
+ p
2240
+ 0
2241
+ x
2242
+ 2
2243
+ it
2244
+ p
2245
+ 3
2246
+ I
2247
+ 0
2248
+ I
2249
+ 54
2250
+ I
2251
+ b
2252
+ x
2253
+ 58
2254
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
2255
+ p
2256
+ 0
2257
+ s
2258
+ 5
2259
+ #host
2260
+ M
2261
+ 1
2262
+ p
2263
+ 2
2264
+ x
2265
+ 9
2266
+ for_block
2267
+ t
2268
+ n
2269
+ x
2270
+ 6
2271
+ Sucker
2272
+ i
2273
+ 11
2274
+ 5
2275
+ 7
2276
+ 0
2277
+ 64
2278
+ 56
2279
+ 1
2280
+ 47
2281
+ 50
2282
+ 2
2283
+ 1
2284
+ 11
2285
+ I
2286
+ 4
2287
+ I
2288
+ 0
2289
+ I
2290
+ 0
2291
+ I
2292
+ 0
2293
+ I
2294
+ -2
2295
+ p
2296
+ 3
2297
+ s
2298
+ 14
2299
+ returns a host
2300
+ M
2301
+ 1
2302
+ p
2303
+ 2
2304
+ x
2305
+ 9
2306
+ for_block
2307
+ t
2308
+ n
2309
+ x
2310
+ 6
2311
+ Sucker
2312
+ i
2313
+ 33
2314
+ 5
2315
+ 48
2316
+ 0
2317
+ 7
2318
+ 1
2319
+ 13
2320
+ 18
2321
+ 2
2322
+ 49
2323
+ 2
2324
+ 1
2325
+ 15
2326
+ 15
2327
+ 5
2328
+ 48
2329
+ 0
2330
+ 7
2331
+ 3
2332
+ 49
2333
+ 4
2334
+ 1
2335
+ 5
2336
+ 7
2337
+ 5
2338
+ 64
2339
+ 47
2340
+ 49
2341
+ 6
2342
+ 1
2343
+ 49
2344
+ 7
2345
+ 1
2346
+ 11
2347
+ I
2348
+ 4
2349
+ I
2350
+ 0
2351
+ I
2352
+ 0
2353
+ I
2354
+ 0
2355
+ I
2356
+ -2
2357
+ p
2358
+ 8
2359
+ x
2360
+ 6
2361
+ worker
2362
+ x
2363
+ 2
2364
+ fr
2365
+ x
2366
+ 7
2367
+ locale=
2368
+ x
2369
+ 4
2370
+ host
2371
+ x
2372
+ 4
2373
+ send
2374
+ s
2375
+ 16
2376
+ ecs.amazonaws.fr
2377
+ x
2378
+ 3
2379
+ eql
2380
+ x
2381
+ 6
2382
+ should
2383
+ p
2384
+ 5
2385
+ I
2386
+ 0
2387
+ I
2388
+ 5b
2389
+ I
2390
+ d
2391
+ I
2392
+ 5c
2393
+ I
2394
+ 21
2395
+ x
2396
+ 58
2397
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
2398
+ p
2399
+ 0
2400
+ x
2401
+ 2
2402
+ it
2403
+ p
2404
+ 3
2405
+ I
2406
+ 0
2407
+ I
2408
+ 5a
2409
+ I
2410
+ b
2411
+ x
2412
+ 58
2413
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
2414
+ p
2415
+ 0
2416
+ s
2417
+ 4
2418
+ #uri
2419
+ M
2420
+ 1
2421
+ p
2422
+ 2
2423
+ x
2424
+ 9
2425
+ for_block
2426
+ t
2427
+ n
2428
+ x
2429
+ 6
2430
+ Sucker
2431
+ i
2432
+ 11
2433
+ 5
2434
+ 7
2435
+ 0
2436
+ 64
2437
+ 56
2438
+ 1
2439
+ 47
2440
+ 50
2441
+ 2
2442
+ 1
2443
+ 11
2444
+ I
2445
+ 4
2446
+ I
2447
+ 0
2448
+ I
2449
+ 0
2450
+ I
2451
+ 0
2452
+ I
2453
+ -2
2454
+ p
2455
+ 3
2456
+ s
2457
+ 42
2458
+ returns the URI with which to query Amazon
2459
+ M
2460
+ 1
2461
+ p
2462
+ 2
2463
+ x
2464
+ 9
2465
+ for_block
2466
+ t
2467
+ n
2468
+ x
2469
+ 6
2470
+ Sucker
2471
+ i
2472
+ 22
2473
+ 5
2474
+ 48
2475
+ 0
2476
+ 7
2477
+ 1
2478
+ 49
2479
+ 2
2480
+ 1
2481
+ 5
2482
+ 45
2483
+ 3
2484
+ 4
2485
+ 43
2486
+ 5
2487
+ 47
2488
+ 49
2489
+ 6
2490
+ 1
2491
+ 49
2492
+ 7
2493
+ 1
2494
+ 11
2495
+ I
2496
+ 4
2497
+ I
2498
+ 0
2499
+ I
2500
+ 0
2501
+ I
2502
+ 0
2503
+ I
2504
+ -2
2505
+ p
2506
+ 8
2507
+ x
2508
+ 6
2509
+ worker
2510
+ x
2511
+ 3
2512
+ uri
2513
+ x
2514
+ 4
2515
+ send
2516
+ x
2517
+ 3
2518
+ URI
2519
+ n
2520
+ x
2521
+ 4
2522
+ HTTP
2523
+ x
2524
+ 17
2525
+ be_an_instance_of
2526
+ x
2527
+ 6
2528
+ should
2529
+ p
2530
+ 3
2531
+ I
2532
+ 0
2533
+ I
2534
+ 62
2535
+ I
2536
+ 16
2537
+ x
2538
+ 58
2539
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
2540
+ p
2541
+ 0
2542
+ x
2543
+ 2
2544
+ it
2545
+ p
2546
+ 3
2547
+ I
2548
+ 0
2549
+ I
2550
+ 61
2551
+ I
2552
+ b
2553
+ x
2554
+ 58
2555
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
2556
+ p
2557
+ 0
2558
+ p
2559
+ 21
2560
+ I
2561
+ 0
2562
+ I
2563
+ 5
2564
+ I
2565
+ 19
2566
+ I
2567
+ 7
2568
+ I
2569
+ 23
2570
+ I
2571
+ e
2572
+ I
2573
+ 2e
2574
+ I
2575
+ 15
2576
+ I
2577
+ 39
2578
+ I
2579
+ 26
2580
+ I
2581
+ 44
2582
+ I
2583
+ 2d
2584
+ I
2585
+ 4f
2586
+ I
2587
+ 40
2588
+ I
2589
+ 5a
2590
+ I
2591
+ 53
2592
+ I
2593
+ 65
2594
+ I
2595
+ 59
2596
+ I
2597
+ 70
2598
+ I
2599
+ 60
2600
+ I
2601
+ 7b
2602
+ x
2603
+ 58
2604
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
2605
+ p
2606
+ 0
2607
+ x
2608
+ 8
2609
+ describe
2610
+ p
2611
+ 3
2612
+ I
2613
+ 2
2614
+ I
2615
+ 4
2616
+ I
2617
+ d
2618
+ x
2619
+ 58
2620
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
2621
+ p
2622
+ 0
2623
+ x
2624
+ 13
2625
+ attach_method
2626
+ p
2627
+ 5
2628
+ I
2629
+ 0
2630
+ I
2631
+ 1
2632
+ I
2633
+ 9
2634
+ I
2635
+ 3
2636
+ I
2637
+ 25
2638
+ x
2639
+ 58
2640
+ /Users/hakanensari/code/sucker/spec/sucker/request_spec.rb
2641
+ p
2642
+ 0