rest_baby 0.2 → 0.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 (50) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +6 -1
  3. data/Gemfile +3 -1
  4. data/cucumber.yml +1 -1
  5. data/doc/MockRestService.html +5 -13
  6. data/doc/RestBaby/Client.html +13 -13
  7. data/doc/RestBaby.html +1 -1
  8. data/doc/_index.html +4 -45
  9. data/doc/class_list.html +1 -1
  10. data/doc/css/style.css +1 -1
  11. data/doc/feature_list.html +39 -39
  12. data/doc/file.README.html +5 -5
  13. data/doc/frames.html +5 -7
  14. data/doc/index.html +5 -5
  15. data/doc/js/app.js +7 -2
  16. data/doc/method_list.html +20 -26
  17. data/doc/requirements/features/headers/header_options.html +45 -33
  18. data/doc/requirements/features/headers.html +5 -4
  19. data/doc/requirements/features/print_response.html +26 -138
  20. data/doc/requirements/features/rest_client.html +23 -23
  21. data/doc/requirements/features.html +9 -8
  22. data/doc/requirements/step_transformers.html +206 -222
  23. data/doc/requirements/tags/authentication.html +3 -3
  24. data/doc/requirements/tags/core.html +3 -3
  25. data/doc/requirements/tags/delete.html +3 -3
  26. data/doc/requirements/tags/extended.html +3 -3
  27. data/doc/requirements/tags/get.html +3 -3
  28. data/doc/requirements/tags/headers.html +3 -3
  29. data/doc/requirements/tags/post.html +3 -3
  30. data/doc/requirements/tags/print.html +3 -3
  31. data/doc/requirements/tags/put.html +3 -3
  32. data/doc/requirements/tags/wip.html +187 -0
  33. data/doc/requirements/tags.html +40 -39
  34. data/doc/requirements.html +10 -9
  35. data/doc/step_list.html +166 -210
  36. data/doc/stepdefinition_list.html +36 -36
  37. data/doc/tag_list.html +12 -6
  38. data/doc/top-level-namespace.html +5 -14
  39. data/features/headers/header_options.feature +9 -9
  40. data/features/print_response.feature +0 -25
  41. data/features/step_definitions/header_steps.rb +8 -3
  42. data/features/step_definitions/rest_client_steps.rb +1 -6
  43. data/features/support/env.rb +0 -1
  44. data/features/support/mock_rest_service.rb +1 -5
  45. data/lib/rest_baby/version.rb +1 -1
  46. data/lib/rest_baby.rb +143 -88
  47. data/rest_baby.gemspec +2 -2
  48. metadata +28 -30
  49. data/doc/PinchRestService.html +0 -349
  50. data/features/support/pinch_rest_service.rb +0 -21
data/doc/js/app.js CHANGED
@@ -78,7 +78,12 @@ function framesInit() {
78
78
  if (hasFrames) {
79
79
  document.body.className = 'frames';
80
80
  $('#menu .noframes a').attr('href', document.location);
81
- window.top.document.title = $('html head title').text();
81
+ try {
82
+ window.top.document.title = $('html head title').text();
83
+ } catch(error) {
84
+ // some browsers will not allow this when serving from file://
85
+ // but we don't want to stop the world.
86
+ }
82
87
  }
83
88
  else {
84
89
  $('#menu .noframes a').text('frames').attr('href', framesUrl);
@@ -211,4 +216,4 @@ $(linkSummaries);
211
216
  $(keyboardShortcuts);
212
217
  $(summaryToggle);
213
218
  $(fixOutsideWorldLinks);
214
- $(generateTOC);
219
+ $(generateTOC);
data/doc/method_list.html CHANGED
@@ -68,31 +68,19 @@
68
68
 
69
69
 
70
70
  <li class="r1 ">
71
- <span class='object_link'><a href="PinchRestService.html#close-instance_method" title="PinchRestService#close (method)">#close</a></span>
72
- <small>PinchRestService</small>
73
- </li>
74
-
75
-
76
- <li class="r2 ">
77
71
  <span class='object_link'><a href="RestBaby/Client.html#delete-instance_method" title="RestBaby::Client#delete (method)">#delete</a></span>
78
72
  <small>RestBaby::Client</small>
79
73
  </li>
80
74
 
81
75
 
82
- <li class="r1 ">
83
- <span class='object_link'><a href="RestBaby/Client.html#get-instance_method" title="RestBaby::Client#get (method)">#get</a></span>
84
- <small>RestBaby::Client</small>
85
- </li>
86
-
87
-
88
76
  <li class="r2 ">
89
- <span class='object_link'><a href="RestBaby/Client.html#get_code-instance_method" title="RestBaby::Client#get_code (method)">#get_code</a></span>
77
+ <span class='object_link'><a href="RestBaby/Client.html#get-instance_method" title="RestBaby::Client#get (method)">#get</a></span>
90
78
  <small>RestBaby::Client</small>
91
79
  </li>
92
80
 
93
81
 
94
82
  <li class="r1 ">
95
- <span class='object_link'><a href="RestBaby/Client.html#initialize-instance_method" title="RestBaby::Client#initialize (method)">#initialize</a></span>
83
+ <span class='object_link'><a href="RestBaby/Client.html#get_code-instance_method" title="RestBaby::Client#get_code (method)">#get_code</a></span>
96
84
  <small>RestBaby::Client</small>
97
85
  </li>
98
86
 
@@ -104,25 +92,25 @@
104
92
 
105
93
 
106
94
  <li class="r1 ">
107
- <span class='object_link'><a href="PinchRestService.html#initialize-instance_method" title="PinchRestService#initialize (method)">#initialize</a></span>
108
- <small>PinchRestService</small>
95
+ <span class='object_link'><a href="RestBaby/Client.html#initialize-instance_method" title="RestBaby::Client#initialize (method)">#initialize</a></span>
96
+ <small>RestBaby::Client</small>
109
97
  </li>
110
98
 
111
99
 
112
100
  <li class="r2 ">
113
- <span class='object_link'><a href="#pause-instance_method" title="#pause (method)">#pause</a></span>
114
- <small>Top Level Namespace</small>
101
+ <span class='object_link'><a href="RestBaby/Client.html#password-instance_method" title="RestBaby::Client#password (method)">#password</a></span>
102
+ <small>RestBaby::Client</small>
115
103
  </li>
116
104
 
117
105
 
118
106
  <li class="r1 ">
119
- <span class='object_link'><a href="RestBaby/Client.html#post-instance_method" title="RestBaby::Client#post (method)">#post</a></span>
120
- <small>RestBaby::Client</small>
107
+ <span class='object_link'><a href="#pause-instance_method" title="#pause (method)">#pause</a></span>
108
+ <small>Top Level Namespace</small>
121
109
  </li>
122
110
 
123
111
 
124
112
  <li class="r2 ">
125
- <span class='object_link'><a href="RestBaby/Client.html#print_last_response-instance_method" title="RestBaby::Client#print_last_response (method)">#print_last_response</a></span>
113
+ <span class='object_link'><a href="RestBaby/Client.html#post-instance_method" title="RestBaby::Client#post (method)">#post</a></span>
126
114
  <small>RestBaby::Client</small>
127
115
  </li>
128
116
 
@@ -134,19 +122,19 @@
134
122
 
135
123
 
136
124
  <li class="r2 ">
137
- <span class='object_link'><a href="RestBaby/Client.html#request-instance_method" title="RestBaby::Client#request (method)">#request</a></span>
125
+ <span class='object_link'><a href="RestBaby/Client.html#set_auth-instance_method" title="RestBaby::Client#set_auth (method)">#set_auth</a></span>
138
126
  <small>RestBaby::Client</small>
139
127
  </li>
140
128
 
141
129
 
142
130
  <li class="r1 ">
143
- <span class='object_link'><a href="RestBaby/Client.html#set_auth-instance_method" title="RestBaby::Client#set_auth (method)">#set_auth</a></span>
131
+ <span class='object_link'><a href="RestBaby/Client.html#set_headers-instance_method" title="RestBaby::Client#set_headers (method)">#set_headers</a></span>
144
132
  <small>RestBaby::Client</small>
145
133
  </li>
146
134
 
147
135
 
148
136
  <li class="r2 ">
149
- <span class='object_link'><a href="RestBaby/Client.html#set_headers-instance_method" title="RestBaby::Client#set_headers (method)">#set_headers</a></span>
137
+ <span class='object_link'><a href="RestBaby/Client.html#set_verbose-instance_method" title="RestBaby::Client#set_verbose (method)">#set_verbose</a></span>
150
138
  <small>RestBaby::Client</small>
151
139
  </li>
152
140
 
@@ -158,8 +146,14 @@
158
146
 
159
147
 
160
148
  <li class="r2 ">
161
- <span class='object_link'><a href="PinchRestService.html#store_msg-instance_method" title="PinchRestService#store_msg (method)">#store_msg</a></span>
162
- <small>PinchRestService</small>
149
+ <span class='object_link'><a href="RestBaby/Client.html#user-instance_method" title="RestBaby::Client#user (method)">#user</a></span>
150
+ <small>RestBaby::Client</small>
151
+ </li>
152
+
153
+
154
+ <li class="r1 ">
155
+ <span class='object_link'><a href="RestBaby/Client.html#wsresponse-instance_method" title="RestBaby::Client#wsresponse (method)">#wsresponse</a></span>
156
+ <small>RestBaby::Client</small>
163
157
  </li>
164
158
 
165
159
 
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Feature: Create a basic rest client that can get, put, post, and delete
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.3
10
10
 
11
11
  </title>
12
12
 
@@ -153,6 +153,8 @@ $(function() {
153
153
 
154
154
  <a href="../../tags/headers.html">@headers</a>
155
155
 
156
+ <a href="../../tags/wip.html">@wip</a>
157
+
156
158
  </div>
157
159
 
158
160
  <div style="clear: both;"></div>
@@ -173,7 +175,7 @@ $(function() {
173
175
  <span class="defined">
174
176
  I have a web service
175
177
  <div class="definition developer">
176
- <a href="../../step_transformers.html#step_definition5-stepdefinition"><div class="valid">&nbsp;</div></a>
178
+ <a href="../../step_transformers.html#step_definition6-stepdefinition"><div class="valid">&nbsp;</div></a>
177
179
  </div>
178
180
  </span>
179
181
 
@@ -195,10 +197,12 @@ $(function() {
195
197
 
196
198
 
197
199
 
198
- <span class="defined">
199
- I have "<span class='match'>GET</span>" service for "<span class='match'>/test</span>" with the following headers
200
+ <span class="undefined">
201
+ I have &quot;GET&quot; service for &quot;/test&quot; with the following headers
200
202
  <div class="definition developer">
201
- <a href="../../step_transformers.html#step_definition2-stepdefinition"><div class="valid">&nbsp;</div></a>
203
+ <a href="../../step_transformers.html#undefined_steps">
204
+ <div class="invalid">&nbsp;</div>
205
+ </a>
202
206
  </div>
203
207
  </span>
204
208
 
@@ -239,7 +243,7 @@ $(function() {
239
243
  <span class="defined">
240
244
  I am a rest client
241
245
  <div class="definition developer">
242
- <a href="../../step_transformers.html#step_definition8-stepdefinition"><div class="valid">&nbsp;</div></a>
246
+ <a href="../../step_transformers.html#step_definition9-stepdefinition"><div class="valid">&nbsp;</div></a>
243
247
  </div>
244
248
  </span>
245
249
 
@@ -264,7 +268,7 @@ $(function() {
264
268
  <span class="defined">
265
269
  I have the following header
266
270
  <div class="definition developer">
267
- <a href="../../step_transformers.html#step_definition3-stepdefinition"><div class="valid">&nbsp;</div></a>
271
+ <a href="../../step_transformers.html#step_definition4-stepdefinition"><div class="valid">&nbsp;</div></a>
268
272
  </div>
269
273
  </span>
270
274
 
@@ -305,7 +309,7 @@ $(function() {
305
309
  <span class="defined">
306
310
  I "<span class='match'>GET</span>" from the web service
307
311
  <div class="definition developer">
308
- <a href="../../step_transformers.html#step_definition9-stepdefinition"><div class="valid">&nbsp;</div></a>
312
+ <a href="../../step_transformers.html#step_definition10-stepdefinition"><div class="valid">&nbsp;</div></a>
309
313
  </div>
310
314
  </span>
311
315
 
@@ -330,7 +334,7 @@ $(function() {
330
334
  <span class="defined">
331
335
  I receive the expected message
332
336
  <div class="definition developer">
333
- <a href="../../step_transformers.html#step_definition12-stepdefinition"><div class="valid">&nbsp;</div></a>
337
+ <a href="../../step_transformers.html#step_definition13-stepdefinition"><div class="valid">&nbsp;</div></a>
334
338
  </div>
335
339
  </span>
336
340
 
@@ -385,6 +389,8 @@ $(function() {
385
389
 
386
390
  <a href="../../tags/headers.html">@headers</a>
387
391
 
392
+ <a href="../../tags/wip.html">@wip</a>
393
+
388
394
  </div>
389
395
 
390
396
  <div style="clear: both;"></div>
@@ -405,7 +411,7 @@ $(function() {
405
411
  <span class="defined">
406
412
  I have a web service
407
413
  <div class="definition developer">
408
- <a href="../../step_transformers.html#step_definition5-stepdefinition"><div class="valid">&nbsp;</div></a>
414
+ <a href="../../step_transformers.html#step_definition6-stepdefinition"><div class="valid">&nbsp;</div></a>
409
415
  </div>
410
416
  </span>
411
417
 
@@ -427,10 +433,12 @@ $(function() {
427
433
 
428
434
 
429
435
 
430
- <span class="defined">
431
- I have "<span class='match'>POST</span>" service for "<span class='match'>/test</span>" with the following headers
436
+ <span class="undefined">
437
+ I have &quot;POST&quot; service for &quot;/test&quot; with the following headers
432
438
  <div class="definition developer">
433
- <a href="../../step_transformers.html#step_definition2-stepdefinition"><div class="valid">&nbsp;</div></a>
439
+ <a href="../../step_transformers.html#undefined_steps">
440
+ <div class="invalid">&nbsp;</div>
441
+ </a>
434
442
  </div>
435
443
  </span>
436
444
 
@@ -479,7 +487,7 @@ $(function() {
479
487
  <span class="defined">
480
488
  I am a rest client
481
489
  <div class="definition developer">
482
- <a href="../../step_transformers.html#step_definition8-stepdefinition"><div class="valid">&nbsp;</div></a>
490
+ <a href="../../step_transformers.html#step_definition9-stepdefinition"><div class="valid">&nbsp;</div></a>
483
491
  </div>
484
492
  </span>
485
493
 
@@ -504,7 +512,7 @@ $(function() {
504
512
  <span class="defined">
505
513
  I have the following header
506
514
  <div class="definition developer">
507
- <a href="../../step_transformers.html#step_definition3-stepdefinition"><div class="valid">&nbsp;</div></a>
515
+ <a href="../../step_transformers.html#step_definition4-stepdefinition"><div class="valid">&nbsp;</div></a>
508
516
  </div>
509
517
  </span>
510
518
 
@@ -553,7 +561,7 @@ $(function() {
553
561
  <span class="defined">
554
562
  I "<span class='match'>POST</span>" to the web service with the following
555
563
  <div class="definition developer">
556
- <a href="../../step_transformers.html#step_definition10-stepdefinition"><div class="valid">&nbsp;</div></a>
564
+ <a href="../../step_transformers.html#step_definition11-stepdefinition"><div class="valid">&nbsp;</div></a>
557
565
  </div>
558
566
  </span>
559
567
 
@@ -563,7 +571,7 @@ $(function() {
563
571
 
564
572
 
565
573
  <div class="text">
566
- {&#39;Question&#39;:&nbsp;&#39;What&nbsp;is&nbsp;the&nbsp;meaning&nbsp;of&nbsp;life?&#39;}
574
+ &nbsp;&nbsp;{&quot;Question&quot;:&nbsp;&quot;What&nbsp;is&nbsp;the&nbsp;meaning&nbsp;of&nbsp;life?&quot;}
567
575
  </div>
568
576
 
569
577
 
@@ -581,7 +589,7 @@ $(function() {
581
589
  <span class="defined">
582
590
  I receive the expected message
583
591
  <div class="definition developer">
584
- <a href="../../step_transformers.html#step_definition12-stepdefinition"><div class="valid">&nbsp;</div></a>
592
+ <a href="../../step_transformers.html#step_definition13-stepdefinition"><div class="valid">&nbsp;</div></a>
585
593
  </div>
586
594
  </span>
587
595
 
@@ -636,6 +644,8 @@ $(function() {
636
644
 
637
645
  <a href="../../tags/authentication.html">@authentication</a>
638
646
 
647
+ <a href="../../tags/wip.html">@wip</a>
648
+
639
649
  </div>
640
650
 
641
651
  <div style="clear: both;"></div>
@@ -656,7 +666,7 @@ $(function() {
656
666
  <span class="defined">
657
667
  I have a web service
658
668
  <div class="definition developer">
659
- <a href="../../step_transformers.html#step_definition5-stepdefinition"><div class="valid">&nbsp;</div></a>
669
+ <a href="../../step_transformers.html#step_definition6-stepdefinition"><div class="valid">&nbsp;</div></a>
660
670
  </div>
661
671
  </span>
662
672
 
@@ -679,9 +689,9 @@ $(function() {
679
689
 
680
690
 
681
691
  <span class="defined">
682
- I have "<span class='match'>GET</span>" service for "<span class='match'>/test</span>"
692
+ I have "<span class='match'>GET</span>" service for "<span class='match'>/test&quot; for user &quot;test&quot; and password &quot;rest</span>"
683
693
  <div class="definition developer">
684
- <a href="../../step_transformers.html#step_definition6-stepdefinition"><div class="valid">&nbsp;</div></a>
694
+ <a href="../../step_transformers.html#step_definition7-stepdefinition"><div class="valid">&nbsp;</div></a>
685
695
  </div>
686
696
  </span>
687
697
 
@@ -706,7 +716,7 @@ $(function() {
706
716
  <span class="defined">
707
717
  I am a rest client
708
718
  <div class="definition developer">
709
- <a href="../../step_transformers.html#step_definition8-stepdefinition"><div class="valid">&nbsp;</div></a>
719
+ <a href="../../step_transformers.html#step_definition9-stepdefinition"><div class="valid">&nbsp;</div></a>
710
720
  </div>
711
721
  </span>
712
722
 
@@ -731,7 +741,7 @@ $(function() {
731
741
  <span class="defined">
732
742
  I have basic auth for user "<span class='match'>test</span>" and password "<span class='match'>rest</span>"
733
743
  <div class="definition developer">
734
- <a href="../../step_transformers.html#step_definition4-stepdefinition"><div class="valid">&nbsp;</div></a>
744
+ <a href="../../step_transformers.html#step_definition5-stepdefinition"><div class="valid">&nbsp;</div></a>
735
745
  </div>
736
746
  </span>
737
747
 
@@ -756,7 +766,7 @@ $(function() {
756
766
  <span class="defined">
757
767
  I "<span class='match'>GET</span>" from the web service
758
768
  <div class="definition developer">
759
- <a href="../../step_transformers.html#step_definition9-stepdefinition"><div class="valid">&nbsp;</div></a>
769
+ <a href="../../step_transformers.html#step_definition10-stepdefinition"><div class="valid">&nbsp;</div></a>
760
770
  </div>
761
771
  </span>
762
772
 
@@ -781,7 +791,7 @@ $(function() {
781
791
  <span class="defined">
782
792
  I receive the expected message
783
793
  <div class="definition developer">
784
- <a href="../../step_transformers.html#step_definition12-stepdefinition"><div class="valid">&nbsp;</div></a>
794
+ <a href="../../step_transformers.html#step_definition13-stepdefinition"><div class="valid">&nbsp;</div></a>
785
795
  </div>
786
796
  </span>
787
797
 
@@ -836,6 +846,8 @@ $(function() {
836
846
 
837
847
  <a href="../../tags/authentication.html">@authentication</a>
838
848
 
849
+ <a href="../../tags/wip.html">@wip</a>
850
+
839
851
  </div>
840
852
 
841
853
  <div style="clear: both;"></div>
@@ -879,9 +891,9 @@ $(function() {
879
891
 
880
892
 
881
893
  <span class="defined">
882
- I have "<span class='match'>GET</span>" service for "<span class='match'>/test</span>"
894
+ I have "<span class='match'>GET</span>" service for "<span class='match'>/test&quot; for user &quot;test&quot; and password &quot;rest</span>"
883
895
  <div class="definition developer">
884
- <a href="../../step_transformers.html#step_definition6-stepdefinition"><div class="valid">&nbsp;</div></a>
896
+ <a href="../../step_transformers.html#step_definition7-stepdefinition"><div class="valid">&nbsp;</div></a>
885
897
  </div>
886
898
  </span>
887
899
 
@@ -906,7 +918,7 @@ $(function() {
906
918
  <span class="defined">
907
919
  I am a rest client
908
920
  <div class="definition developer">
909
- <a href="../../step_transformers.html#step_definition8-stepdefinition"><div class="valid">&nbsp;</div></a>
921
+ <a href="../../step_transformers.html#step_definition9-stepdefinition"><div class="valid">&nbsp;</div></a>
910
922
  </div>
911
923
  </span>
912
924
 
@@ -931,7 +943,7 @@ $(function() {
931
943
  <span class="defined">
932
944
  I have basic auth for user "<span class='match'>test</span>" and password "<span class='match'>rest</span>"
933
945
  <div class="definition developer">
934
- <a href="../../step_transformers.html#step_definition4-stepdefinition"><div class="valid">&nbsp;</div></a>
946
+ <a href="../../step_transformers.html#step_definition5-stepdefinition"><div class="valid">&nbsp;</div></a>
935
947
  </div>
936
948
  </span>
937
949
 
@@ -956,7 +968,7 @@ $(function() {
956
968
  <span class="defined">
957
969
  I "<span class='match'>GET</span>" from the web service
958
970
  <div class="definition developer">
959
- <a href="../../step_transformers.html#step_definition9-stepdefinition"><div class="valid">&nbsp;</div></a>
971
+ <a href="../../step_transformers.html#step_definition10-stepdefinition"><div class="valid">&nbsp;</div></a>
960
972
  </div>
961
973
  </span>
962
974
 
@@ -981,7 +993,7 @@ $(function() {
981
993
  <span class="defined">
982
994
  I receive the expected message
983
995
  <div class="definition developer">
984
- <a href="../../step_transformers.html#step_definition12-stepdefinition"><div class="valid">&nbsp;</div></a>
996
+ <a href="../../step_transformers.html#step_definition13-stepdefinition"><div class="valid">&nbsp;</div></a>
985
997
  </div>
986
998
  </span>
987
999
 
@@ -1011,9 +1023,9 @@ $(function() {
1011
1023
  </div>
1012
1024
 
1013
1025
  <div id="footer">
1014
- Generated on Tue Aug 6 23:42:43 2013 by
1026
+ Generated on Thu Feb 13 23:38:39 2014 by
1015
1027
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1016
- 0.8.7 (ruby-2.0.0).
1028
+ 0.8.7.3 (ruby-2.0.0).
1017
1029
  </div>
1018
1030
 
1019
1031
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Feature Directory: headers
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.3
10
10
 
11
11
  </title>
12
12
 
@@ -139,7 +139,8 @@
139
139
  <span class='object_link'><a href="../tags/extended.html" title="requirements::tags::extended (tag)">@extended</a></span>,
140
140
  <span class='object_link'><a href="../tags/get.html" title="requirements::tags::get (tag)">@get</a></span>,
141
141
  <span class='object_link'><a href="../tags/headers.html" title="requirements::tags::headers (tag)">@headers</a></span>,
142
- <span class='object_link'><a href="../tags/post.html" title="requirements::tags::post (tag)">@post</a></span>
142
+ <span class='object_link'><a href="../tags/post.html" title="requirements::tags::post (tag)">@post</a></span>,
143
+ <span class='object_link'><a href="../tags/wip.html" title="requirements::tags::wip (tag)">@wip</a></span>
143
144
  </div>
144
145
 
145
146
 
@@ -148,9 +149,9 @@
148
149
  </div>
149
150
 
150
151
  <div id="footer">
151
- Generated on Tue Aug 6 23:42:43 2013 by
152
+ Generated on Thu Feb 13 23:38:40 2014 by
152
153
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
153
- 0.8.7 (ruby-2.0.0).
154
+ 0.8.7.3 (ruby-2.0.0).
154
155
  </div>
155
156
 
156
157
  </body>