rest_baby 1.3 → 1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +6 -0
  3. data/ChangeLog +8 -0
  4. data/Gemfile +17 -7
  5. data/README.md +2 -2
  6. data/Rakefile +14 -11
  7. data/doc/MockRestService.html +1 -6
  8. data/doc/RestBaby.html +2 -7
  9. data/doc/RestBaby/Client.html +1 -6
  10. data/doc/_index.html +1 -6
  11. data/doc/class_list.html +0 -4
  12. data/doc/feature_list.html +2 -6
  13. data/doc/file.README.html +20 -27
  14. data/doc/file_list.html +0 -4
  15. data/doc/index.html +20 -27
  16. data/doc/method_list.html +0 -4
  17. data/doc/requirements.html +1 -6
  18. data/doc/requirements/features.html +1 -6
  19. data/doc/requirements/features/header_options.html +3 -16
  20. data/doc/requirements/features/print_response.html +1 -6
  21. data/doc/requirements/features/rest_client.html +1 -6
  22. data/doc/requirements/features/url_parameter.html +1 -6
  23. data/doc/requirements/step_transformers.html +17 -22
  24. data/doc/requirements/tags.html +1 -6
  25. data/doc/requirements/tags/authentication.html +1 -6
  26. data/doc/requirements/tags/core.html +1 -6
  27. data/doc/requirements/tags/delete.html +1 -6
  28. data/doc/requirements/tags/extended.html +1 -6
  29. data/doc/requirements/tags/get.html +1 -6
  30. data/doc/requirements/tags/header.S1.html +1 -6
  31. data/doc/requirements/tags/header.S2.html +1 -6
  32. data/doc/requirements/tags/header.S3.html +1 -6
  33. data/doc/requirements/tags/header.S4.html +1 -6
  34. data/doc/requirements/tags/header.html +1 -6
  35. data/doc/requirements/tags/headers.html +1 -6
  36. data/doc/requirements/tags/parameter.S1.html +1 -6
  37. data/doc/requirements/tags/parameter.html +1 -6
  38. data/doc/requirements/tags/post.html +1 -6
  39. data/doc/requirements/tags/print.S1.html +1 -6
  40. data/doc/requirements/tags/print.S2.html +1 -6
  41. data/doc/requirements/tags/print.S3.html +1 -6
  42. data/doc/requirements/tags/print.S4.html +1 -6
  43. data/doc/requirements/tags/print.html +1 -6
  44. data/doc/requirements/tags/put.html +1 -6
  45. data/doc/requirements/tags/rest.S1.html +1 -6
  46. data/doc/requirements/tags/rest.S2.html +1 -6
  47. data/doc/requirements/tags/rest.S3.html +1 -6
  48. data/doc/requirements/tags/rest.S4.html +1 -6
  49. data/doc/step_list.html +0 -4
  50. data/doc/stepdefinition_list.html +0 -4
  51. data/doc/tag_list.html +0 -4
  52. data/doc/top-level-namespace.html +1 -6
  53. data/features/header_options.feature +2 -3
  54. data/lib/rest_baby.rb +2 -1
  55. data/lib/rest_baby/version.rb +1 -1
  56. data/rest_baby.gemspec +5 -1
  57. metadata +69 -9
  58. data/doc/requirements/features/headers.html +0 -157
  59. data/doc/requirements/features/headers/header_options.html +0 -1020
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../tag_list.html">
61
56
  Tags
@@ -193,7 +188,7 @@
193
188
  </div>
194
189
 
195
190
  <div id="footer">
196
- Generated on Fri Jul 17 23:52:38 2015 by
191
+ Generated on Sat Dec 12 12:35:49 2015 by
197
192
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
198
193
  0.8.7.6 (ruby-2.0.0).
199
194
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -470,14 +465,6 @@ $(function() {
470
465
 
471
466
  <tr class="even">
472
467
 
473
- <td>Accept-Encoding</td>
474
-
475
- <td>gzip;q=1.0,deflate;q=0.6,identity;q=0.3</td>
476
-
477
- </tr>
478
-
479
- <tr class="odd">
480
-
481
468
  <td>User-Agent</td>
482
469
 
483
470
  <td>Ruby</td>
@@ -649,7 +636,7 @@ $(function() {
649
636
 
650
637
  <div class="details">
651
638
  <div class="meta developer">
652
- <div class="file">features/header_options.feature:36</div>
639
+ <div class="file">features/header_options.feature:35</div>
653
640
 
654
641
  <div style="clear:right;"></div>
655
642
  <div class="tags">
@@ -855,7 +842,7 @@ $(function() {
855
842
 
856
843
  <div class="details">
857
844
  <div class="meta developer">
858
- <div class="file">features/header_options.feature:46</div>
845
+ <div class="file">features/header_options.feature:45</div>
859
846
 
860
847
  <div style="clear:right;"></div>
861
848
  <div class="tags">
@@ -1047,7 +1034,7 @@ $(function() {
1047
1034
  </div>
1048
1035
 
1049
1036
  <div id="footer">
1050
- Generated on Fri Jul 17 23:52:38 2015 by
1037
+ Generated on Sat Dec 12 12:35:49 2015 by
1051
1038
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1052
1039
  0.8.7.6 (ruby-2.0.0).
1053
1040
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -854,7 +849,7 @@ $(function() {
854
849
  </div>
855
850
 
856
851
  <div id="footer">
857
- Generated on Fri Jul 17 23:52:38 2015 by
852
+ Generated on Sat Dec 12 12:35:49 2015 by
858
853
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
859
854
  0.8.7.6 (ruby-2.0.0).
860
855
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -834,7 +829,7 @@ $(function() {
834
829
  </div>
835
830
 
836
831
  <div id="footer">
837
- Generated on Fri Jul 17 23:52:38 2015 by
832
+ Generated on Sat Dec 12 12:35:49 2015 by
838
833
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
839
834
  0.8.7.6 (ruby-2.0.0).
840
835
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -333,7 +328,7 @@ $(function() {
333
328
  </div>
334
329
 
335
330
  <div id="footer">
336
- Generated on Fri Jul 17 23:52:38 2015 by
331
+ Generated on Sat Dec 12 12:35:49 2015 by
337
332
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
338
333
  0.8.7.6 (ruby-2.0.0).
339
334
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../tag_list.html">
61
56
  Tags
@@ -199,11 +194,11 @@
199
194
 
200
195
  <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:9</a>
201
196
 
202
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:24</a>
197
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:23</a>
203
198
 
204
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:39</a>
199
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:38</a>
205
200
 
206
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:49</a>
201
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:48</a>
207
202
 
208
203
  <div style="clear: both;"></div>
209
204
  </div>
@@ -303,11 +298,11 @@
303
298
 
304
299
  <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:13</a>
305
300
 
306
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:32</a>
301
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:31</a>
307
302
 
308
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:42</a>
303
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:41</a>
309
304
 
310
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:52</a>
305
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:51</a>
311
306
 
312
307
  <div style="clear: both;"></div>
313
308
  </div>
@@ -415,7 +410,7 @@
415
410
 
416
411
  <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:18</a>
417
412
 
418
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:37</a>
413
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:36</a>
419
414
 
420
415
  <div style="clear: both;"></div>
421
416
  </div>
@@ -511,9 +506,9 @@
511
506
 
512
507
  <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:12</a>
513
508
 
514
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:41</a>
509
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:40</a>
515
510
 
516
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:51</a>
511
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:50</a>
517
512
 
518
513
  <div style="clear: both;"></div>
519
514
  </div>
@@ -645,7 +640,7 @@
645
640
 
646
641
  <a class="definition" style="clear: right;" href="features/print_response.html">features/print_response.feature:39</a>
647
642
 
648
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:28</a>
643
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:27</a>
649
644
 
650
645
  <div style="clear: both;"></div>
651
646
  </div>
@@ -1018,7 +1013,7 @@
1018
1013
 
1019
1014
  <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:10</a>
1020
1015
 
1021
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:25</a>
1016
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:24</a>
1022
1017
 
1023
1018
  <div style="clear: both;"></div>
1024
1019
  </div>
@@ -1104,7 +1099,7 @@
1104
1099
  </span>
1105
1100
  </div>
1106
1101
 
1107
- <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:47</a>
1102
+ <a class="definition" style="clear: right;" href="features/header_options.html">features/header_options.feature:46</a>
1108
1103
 
1109
1104
  <div style="clear: both;"></div>
1110
1105
  </div>
@@ -1639,11 +1634,11 @@ and password &quot;(.*?)&quot;$</span><span class='regexp_end'>/</span></span><s
1639
1634
  </div>
1640
1635
 
1641
1636
  <a class="definition" style="clear: right;" href="features/header_options.html">
1642
- features/header_options.feature:40
1637
+ features/header_options.feature:39
1643
1638
  </a>
1644
1639
 
1645
1640
  <a class="definition" style="clear: right;" href="features/header_options.html">
1646
- features/header_options.feature:50
1641
+ features/header_options.feature:49
1647
1642
  </a>
1648
1643
 
1649
1644
  <div style="clear: both;"></div>
@@ -1658,11 +1653,11 @@ and password &quot;(.*?)&quot;$</span><span class='regexp_end'>/</span></span><s
1658
1653
  </div>
1659
1654
 
1660
1655
  <a class="definition" style="clear: right;" href="features/header_options.html">
1661
- features/header_options.feature:38
1656
+ features/header_options.feature:37
1662
1657
  </a>
1663
1658
 
1664
1659
  <a class="definition" style="clear: right;" href="features/header_options.html">
1665
- features/header_options.feature:48
1660
+ features/header_options.feature:47
1666
1661
  </a>
1667
1662
 
1668
1663
  <div style="clear: both;"></div>
@@ -1704,7 +1699,7 @@ and password &quot;(.*?)&quot;$</span><span class='regexp_end'>/</span></span><s
1704
1699
  </div>
1705
1700
 
1706
1701
  <div id="footer">
1707
- Generated on Fri Jul 17 23:52:38 2015 by
1702
+ Generated on Sat Dec 12 12:35:49 2015 by
1708
1703
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1709
1704
  0.8.7.6 (ruby-2.0.0).
1710
1705
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../tag_list.html">
61
56
  Tags
@@ -439,7 +434,7 @@
439
434
  </div>
440
435
 
441
436
  <div id="footer">
442
- Generated on Fri Jul 17 23:52:38 2015 by
437
+ Generated on Sat Dec 12 12:35:49 2015 by
443
438
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
444
439
  0.8.7.6 (ruby-2.0.0).
445
440
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -160,7 +155,7 @@
160
155
  </div>
161
156
 
162
157
  <div id="footer">
163
- Generated on Fri Jul 17 23:52:38 2015 by
158
+ Generated on Sat Dec 12 12:35:49 2015 by
164
159
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
165
160
  0.8.7.6 (ruby-2.0.0).
166
161
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -178,7 +173,7 @@
178
173
  </div>
179
174
 
180
175
  <div id="footer">
181
- Generated on Fri Jul 17 23:52:38 2015 by
176
+ Generated on Sat Dec 12 12:35:49 2015 by
182
177
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
183
178
  0.8.7.6 (ruby-2.0.0).
184
179
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -160,7 +155,7 @@
160
155
  </div>
161
156
 
162
157
  <div id="footer">
163
- Generated on Fri Jul 17 23:52:38 2015 by
158
+ Generated on Sat Dec 12 12:35:49 2015 by
164
159
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
165
160
  0.8.7.6 (ruby-2.0.0).
166
161
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -214,7 +209,7 @@
214
209
  </div>
215
210
 
216
211
  <div id="footer">
217
- Generated on Fri Jul 17 23:52:38 2015 by
212
+ Generated on Sat Dec 12 12:35:49 2015 by
218
213
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
219
214
  0.8.7.6 (ruby-2.0.0).
220
215
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -169,7 +164,7 @@
169
164
  </div>
170
165
 
171
166
  <div id="footer">
172
- Generated on Fri Jul 17 23:52:38 2015 by
167
+ Generated on Sat Dec 12 12:35:49 2015 by
173
168
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
174
169
  0.8.7.6 (ruby-2.0.0).
175
170
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -151,7 +146,7 @@
151
146
  </div>
152
147
 
153
148
  <div id="footer">
154
- Generated on Fri Jul 17 23:52:38 2015 by
149
+ Generated on Sat Dec 12 12:35:49 2015 by
155
150
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
156
151
  0.8.7.6 (ruby-2.0.0).
157
152
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -151,7 +146,7 @@
151
146
  </div>
152
147
 
153
148
  <div id="footer">
154
- Generated on Fri Jul 17 23:52:38 2015 by
149
+ Generated on Sat Dec 12 12:35:49 2015 by
155
150
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
156
151
  0.8.7.6 (ruby-2.0.0).
157
152
  </div>
@@ -51,11 +51,6 @@
51
51
  Features
52
52
  </a>
53
53
 
54
- <a class="full_list_link" id="featuredirectories_list_link"
55
- href="../../featuredirectories_list.html">
56
- Features by Directory
57
- </a>
58
-
59
54
  <a class="full_list_link" id="tag_list_link"
60
55
  href="../../tag_list.html">
61
56
  Tags
@@ -151,7 +146,7 @@
151
146
  </div>
152
147
 
153
148
  <div id="footer">
154
- Generated on Fri Jul 17 23:52:38 2015 by
149
+ Generated on Sat Dec 12 12:35:49 2015 by
155
150
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
156
151
  0.8.7.6 (ruby-2.0.0).
157
152
  </div>