rest_baby 0.8 → 1.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 (61) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +0 -1
  3. data/ChangeLog +12 -2
  4. data/Gemfile +2 -0
  5. data/Rakefile +7 -1
  6. data/doc/MockRestService.html +204 -31
  7. data/doc/RestBaby/Client.html +686 -246
  8. data/doc/RestBaby.html +6 -7
  9. data/doc/_index.html +6 -19
  10. data/doc/class_list.html +6 -2
  11. data/doc/css/style.css +2 -1
  12. data/doc/feature_list.html +82 -55
  13. data/doc/featuredirectories_list.html +25 -32
  14. data/doc/file.README.html +6 -6
  15. data/doc/file_list.html +5 -1
  16. data/doc/frames.html +5 -7
  17. data/doc/index.html +6 -6
  18. data/doc/js/app.js +7 -2
  19. data/doc/js/full_list.js +4 -1
  20. data/doc/method_list.html +41 -25
  21. data/doc/requirements/features/header_options.html +81 -45
  22. data/doc/requirements/features/print_response.html +42 -148
  23. data/doc/requirements/features/rest_client.html +38 -30
  24. data/doc/requirements/features/url_parameter.html +342 -0
  25. data/doc/requirements/features.html +42 -39
  26. data/doc/requirements/step_transformers.html +524 -321
  27. data/doc/requirements/tags/authentication.html +8 -8
  28. data/doc/requirements/tags/core.html +4 -4
  29. data/doc/requirements/tags/delete.html +4 -4
  30. data/doc/requirements/tags/extended.html +12 -12
  31. data/doc/requirements/tags/get.html +6 -6
  32. data/doc/requirements/tags/header.S1.html +160 -0
  33. data/doc/requirements/tags/header.S2.html +160 -0
  34. data/doc/requirements/tags/header.S3.html +160 -0
  35. data/doc/requirements/tags/header.S4.html +160 -0
  36. data/doc/requirements/tags/header.html +160 -0
  37. data/doc/requirements/tags/headers.html +7 -16
  38. data/doc/requirements/tags/parameter.S1.html +160 -0
  39. data/doc/requirements/tags/parameter.html +160 -0
  40. data/doc/requirements/tags/post.html +10 -10
  41. data/doc/requirements/tags/print.S1.html +160 -0
  42. data/doc/requirements/tags/print.S2.html +160 -0
  43. data/doc/requirements/tags/print.S3.html +160 -0
  44. data/doc/requirements/tags/print.S4.html +160 -0
  45. data/doc/requirements/tags/print.html +4 -4
  46. data/doc/requirements/tags/put.html +4 -4
  47. data/doc/requirements/tags/rest.S1.html +160 -0
  48. data/doc/requirements/tags/rest.S2.html +160 -0
  49. data/doc/requirements/tags/rest.S3.html +160 -0
  50. data/doc/requirements/tags/rest.S4.html +160 -0
  51. data/doc/requirements/tags.html +97 -57
  52. data/doc/requirements.html +43 -38
  53. data/doc/step_list.html +204 -189
  54. data/doc/stepdefinition_list.html +69 -35
  55. data/doc/tag_list.html +100 -6
  56. data/doc/top-level-namespace.html +79 -13
  57. data/features/step_definitions/rest_client_steps.rb +4 -4
  58. data/lib/rest_baby/version.rb +1 -1
  59. data/lib/rest_baby.rb +1 -1
  60. metadata +46 -31
  61. data/Gemfile.lock +0 -68
data/doc/RestBaby.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: RestBaby
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.6
10
10
 
11
11
  </title>
12
12
 
@@ -19,7 +19,7 @@
19
19
  <script type="text/javascript" charset="utf-8">
20
20
  hasFrames = window.top.frames.main ? true : false;
21
21
  relpath = '';
22
- framesUrl = "frames.html#!" + escape(window.location.href);
22
+ framesUrl = "frames.html#!RestBaby.html";
23
23
  </script>
24
24
 
25
25
 
@@ -118,8 +118,7 @@
118
118
  <h2>Overview</h2><div class="docstring">
119
119
  <div class="discussion">
120
120
 
121
- <p>RestBaby is a small rest client. It encapsulates some of the details for
122
- creating and using the rest service.</p>
121
+ <p>Identify the version</p>
123
122
 
124
123
 
125
124
  </div>
@@ -145,7 +144,7 @@ creating and using the rest service.</p>
145
144
  <dt id="VERSION-constant" class="">VERSION =
146
145
 
147
146
  </dt>
148
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.2</span><span class='tstring_end'>&quot;</span></span></pre></dd>
147
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>
149
148
 
150
149
  </dl>
151
150
 
@@ -161,9 +160,9 @@ creating and using the rest service.</p>
161
160
  </div>
162
161
 
163
162
  <div id="footer">
164
- Generated on Sat Aug 10 17:19:41 2013 by
163
+ Generated on Fri Jul 17 23:52:38 2015 by
165
164
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
166
- 0.8.7 (ruby-2.0.0).
165
+ 0.8.7.6 (ruby-2.0.0).
167
166
  </div>
168
167
 
169
168
  </body>
data/doc/_index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
6
  <title>
7
- Documentation by YARD 0.8.7
7
+ Documentation by YARD 0.8.7.6
8
8
 
9
9
  </title>
10
10
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '';
20
- framesUrl = "frames.html#!" + escape(window.location.href);
20
+ framesUrl = "frames.html#!_index.html";
21
21
  </script>
22
22
 
23
23
 
@@ -85,7 +85,7 @@
85
85
 
86
86
  <iframe id="search_frame"></iframe>
87
87
 
88
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7</h1>
88
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.6</h1>
89
89
  <div id="listing">
90
90
  <h1 class="alphaindex">Alphabetic Index</h1>
91
91
 
@@ -102,7 +102,7 @@
102
102
  <h2>Namespace Listing A-Z</h2>
103
103
 
104
104
 
105
- <ul class="toplevel"><li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)"></a></span></li></ul>
105
+ <ul class="toplevel"><li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li></ul>
106
106
 
107
107
 
108
108
 
@@ -139,19 +139,6 @@
139
139
  </ul>
140
140
 
141
141
 
142
- <ul id="alpha_P" class="alpha">
143
- <li class="letter">P</li>
144
- <ul>
145
-
146
- <li>
147
- <span class='object_link'><a href="PinchRestService.html" title="PinchRestService (class)">PinchRestService</a></span>
148
-
149
- </li>
150
-
151
- </ul>
152
- </ul>
153
-
154
-
155
142
  <ul id="alpha_R" class="alpha">
156
143
  <li class="letter">R</li>
157
144
  <ul>
@@ -173,9 +160,9 @@
173
160
  </div>
174
161
 
175
162
  <div id="footer">
176
- Generated on Sat Aug 10 17:19:40 2013 by
163
+ Generated on Fri Jul 17 23:52:38 2015 by
177
164
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
178
- 0.8.7 (ruby-2.0.0).
165
+ 0.8.7.6 (ruby-2.0.0).
179
166
  </div>
180
167
 
181
168
  </body>
data/doc/class_list.html CHANGED
@@ -20,7 +20,11 @@
20
20
  </head>
21
21
  <body>
22
22
  <script type="text/javascript" charset="utf-8">
23
- if (window.top.frames.main) {
23
+ var hasFrames = false;
24
+ try {
25
+ hasFrames = window.top.frames.main ? true : false;
26
+ } catch (e) { }
27
+ if (hasFrames) {
24
28
  document.getElementById('base_target').target = 'main';
25
29
  document.body.className = 'frames';
26
30
  }
@@ -66,7 +70,7 @@
66
70
 
67
71
  <ul id="full_list" class="class">
68
72
  <li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
69
- <li><span class='object_link'><a href="MockRestService.html" title="MockRestService (class)">MockRestService</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="PinchRestService.html" title="PinchRestService (class)">PinchRestService</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><a class='toggle'></a> <span class='object_link'><a href="RestBaby.html" title="RestBaby (module)">RestBaby</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="RestBaby/Client.html" title="RestBaby::Client (class)">Client</a></span> &lt; Object<small class='search_info'>RestBaby</small></li></ul>
73
+ <li><span class='object_link'><a href="MockRestService.html" title="MockRestService (class)">MockRestService</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><a class='toggle'></a> <span class='object_link'><a href="RestBaby.html" title="RestBaby (module)">RestBaby</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="RestBaby/Client.html" title="RestBaby::Client (class)">Client</a></span> &lt; Object<small class='search_info'>RestBaby</small></li></ul>
70
74
 
71
75
  </ul>
72
76
  </div>
data/doc/css/style.css CHANGED
@@ -291,6 +291,7 @@ li.r2 { background: #fafafa; }
291
291
  -moz-box-shadow: -2px 2px 6px #bbb;
292
292
  z-index: 5000;
293
293
  position: relative;
294
+ overflow-x: auto;
294
295
  }
295
296
  #toc.nofloat { float: none; max-width: none; border: none; padding: 0; margin: 20px 0; -webkit-box-shadow: none; -moz-box-shadow: none; }
296
297
  #toc.nofloat.hidden { padding: 0; background: 0; margin-bottom: 5px; }
@@ -324,9 +325,9 @@ pre.code .dot + pre.code .id,
324
325
  pre.code .rubyid_to_i pre.code .rubyid_each { color: #0085FF; }
325
326
  pre.code .comment { color: #0066FF; }
326
327
  pre.code .const, pre.code .constant { color: #585CF6; }
328
+ pre.code .label,
327
329
  pre.code .symbol { color: #C5060B; }
328
330
  pre.code .kw,
329
- pre.code .label,
330
331
  pre.code .rubyid_require,
331
332
  pre.code .rubyid_extend,
332
333
  pre.code .rubyid_include { color: #0000FF; }
@@ -20,7 +20,11 @@
20
20
  </head>
21
21
  <body>
22
22
  <script type="text/javascript" charset="utf-8">
23
- if (window.top.frames.main) {
23
+ var hasFrames = false;
24
+ try {
25
+ hasFrames = window.top.frames.main ? true : false;
26
+ } catch (e) { }
27
+ if (hasFrames) {
24
28
  document.getElementById('base_target').target = 'main';
25
29
  document.body.className = 'frames';
26
30
  }
@@ -73,8 +77,8 @@
73
77
 
74
78
  <li class="r2">
75
79
  <a class='toggle'></a>
76
- <span class='object_link'><a href="requirements/features/headers/header_options.html" title="requirements::features::headers::header_options (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
77
- <small>features/headers/header_options.feature:1</small>
80
+ <span class='object_link'><a href="requirements/features/url_parameter.html" title="requirements::features::url_parameter (feature)">As a rest client I need to use URL parameters in order to send those parameters to a restful service.</a></span>
81
+ <small>features/url_parameter.feature:1</small>
78
82
  </li>
79
83
 
80
84
 
@@ -82,45 +86,68 @@
82
86
 
83
87
  <li class="r1">
84
88
  <span class='object_link'>
85
- <a href="requirements/features/headers/header_options.html#scenario_0"
86
- title="client uses an Accept header for a GET">
87
- client uses an Accept header for a GET
89
+ <a href="requirements/features/url_parameter.html#scenario_0"
90
+ title="Send parameter to a service.">
91
+ Send parameter to a service.
88
92
  </a>
89
93
  </span>
90
- <small>features/headers/header_options.feature:4</small>
94
+ <small>features/url_parameter.feature:5</small>
95
+ </li>
96
+
97
+
98
+ </ul>
99
+
100
+
101
+ <li class="r2">
102
+ <a class='toggle'></a>
103
+ <span class='object_link'><a href="requirements/features/print_response.html" title="requirements::features::print_response (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
104
+ <small>features/print_response.feature:1</small>
105
+ </li>
106
+
107
+
108
+ <ul>
109
+
110
+ <li class="r1">
111
+ <span class='object_link'>
112
+ <a href="requirements/features/print_response.html#scenario_0"
113
+ title="client rest Get">
114
+ client rest Get
115
+ </a>
116
+ </span>
117
+ <small>features/print_response.feature:5</small>
91
118
  </li>
92
119
 
93
120
 
94
121
  <li class="r2">
95
122
  <span class='object_link'>
96
- <a href="requirements/features/headers/header_options.html#scenario_1"
97
- title="client uses an Accept and a Content-Type header for a POST">
98
- client uses an Accept and a Content-Type header for a POST
123
+ <a href="requirements/features/print_response.html#scenario_1"
124
+ title="client rest Put">
125
+ client rest Put
99
126
  </a>
100
127
  </span>
101
- <small>features/headers/header_options.feature:15</small>
128
+ <small>features/print_response.feature:17</small>
102
129
  </li>
103
130
 
104
131
 
105
132
  <li class="r1">
106
133
  <span class='object_link'>
107
- <a href="requirements/features/headers/header_options.html#scenario_2"
108
- title="client uses basic authentication">
109
- client uses basic authentication
134
+ <a href="requirements/features/print_response.html#scenario_2"
135
+ title="client rest Post">
136
+ client rest Post
110
137
  </a>
111
138
  </span>
112
- <small>features/headers/header_options.feature:31</small>
139
+ <small>features/print_response.feature:32</small>
113
140
  </li>
114
141
 
115
142
 
116
143
  <li class="r2">
117
144
  <span class='object_link'>
118
- <a href="requirements/features/headers/header_options.html#scenario_3"
119
- title="client uses a secure web server">
120
- client uses a secure web server
145
+ <a href="requirements/features/print_response.html#scenario_3"
146
+ title="client rest Delete">
147
+ client rest Delete
121
148
  </a>
122
149
  </span>
123
- <small>features/headers/header_options.feature:40</small>
150
+ <small>features/print_response.feature:47</small>
124
151
  </li>
125
152
 
126
153
 
@@ -129,8 +156,8 @@
129
156
 
130
157
  <li class="r1">
131
158
  <a class='toggle'></a>
132
- <span class='object_link'><a href="requirements/features/print_response.html" title="requirements::features::print_response (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
133
- <small>features/print_response.feature:1</small>
159
+ <span class='object_link'><a href="requirements/features/rest_client.html" title="requirements::features::rest_client (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
160
+ <small>features/rest_client.feature:1</small>
134
161
  </li>
135
162
 
136
163
 
@@ -138,45 +165,45 @@
138
165
 
139
166
  <li class="r2">
140
167
  <span class='object_link'>
141
- <a href="requirements/features/print_response.html#scenario_0"
142
- title="client rest Get">
143
- client rest Get
168
+ <a href="requirements/features/rest_client.html#scenario_0"
169
+ title="client rest GET">
170
+ client rest GET
144
171
  </a>
145
172
  </span>
146
- <small>features/print_response.feature:4</small>
173
+ <small>features/rest_client.feature:5</small>
147
174
  </li>
148
175
 
149
176
 
150
177
  <li class="r1">
151
178
  <span class='object_link'>
152
- <a href="requirements/features/print_response.html#scenario_1"
153
- title="client rest Put">
154
- client rest Put
179
+ <a href="requirements/features/rest_client.html#scenario_1"
180
+ title="client rest PUT">
181
+ client rest PUT
155
182
  </a>
156
183
  </span>
157
- <small>features/print_response.feature:23</small>
184
+ <small>features/rest_client.feature:14</small>
158
185
  </li>
159
186
 
160
187
 
161
188
  <li class="r2">
162
189
  <span class='object_link'>
163
- <a href="requirements/features/print_response.html#scenario_2"
164
- title="client rest Post">
165
- client rest Post
190
+ <a href="requirements/features/rest_client.html#scenario_2"
191
+ title="client rest POST">
192
+ client rest POST
166
193
  </a>
167
194
  </span>
168
- <small>features/print_response.feature:43</small>
195
+ <small>features/rest_client.feature:26</small>
169
196
  </li>
170
197
 
171
198
 
172
199
  <li class="r1">
173
200
  <span class='object_link'>
174
- <a href="requirements/features/print_response.html#scenario_3"
175
- title="client rest Delete">
176
- client rest Delete
201
+ <a href="requirements/features/rest_client.html#scenario_3"
202
+ title="client rest DELETE">
203
+ client rest DELETE
177
204
  </a>
178
205
  </span>
179
- <small>features/print_response.feature:63</small>
206
+ <small>features/rest_client.feature:38</small>
180
207
  </li>
181
208
 
182
209
 
@@ -185,8 +212,8 @@
185
212
 
186
213
  <li class="r2">
187
214
  <a class='toggle'></a>
188
- <span class='object_link'><a href="requirements/features/rest_client.html" title="requirements::features::rest_client (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
189
- <small>features/rest_client.feature:1</small>
215
+ <span class='object_link'><a href="requirements/features/header_options.html" title="requirements::features::header_options (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
216
+ <small>features/header_options.feature:1</small>
190
217
  </li>
191
218
 
192
219
 
@@ -194,45 +221,45 @@
194
221
 
195
222
  <li class="r1">
196
223
  <span class='object_link'>
197
- <a href="requirements/features/rest_client.html#scenario_0"
198
- title="client rest GET">
199
- client rest GET
224
+ <a href="requirements/features/header_options.html#scenario_0"
225
+ title="client uses an Accept header for a GET">
226
+ client uses an Accept header for a GET
200
227
  </a>
201
228
  </span>
202
- <small>features/rest_client.feature:4</small>
229
+ <small>features/header_options.feature:5</small>
203
230
  </li>
204
231
 
205
232
 
206
233
  <li class="r2">
207
234
  <span class='object_link'>
208
- <a href="requirements/features/rest_client.html#scenario_1"
209
- title="client rest PUT">
210
- client rest PUT
235
+ <a href="requirements/features/header_options.html#scenario_1"
236
+ title="client uses an Accept and a Content-Type header for a POST">
237
+ client uses an Accept and a Content-Type header for a POST
211
238
  </a>
212
239
  </span>
213
- <small>features/rest_client.feature:12</small>
240
+ <small>features/header_options.feature:17</small>
214
241
  </li>
215
242
 
216
243
 
217
244
  <li class="r1">
218
245
  <span class='object_link'>
219
- <a href="requirements/features/rest_client.html#scenario_2"
220
- title="client rest POST">
221
- client rest POST
246
+ <a href="requirements/features/header_options.html#scenario_2"
247
+ title="client uses basic authentication">
248
+ client uses basic authentication
222
249
  </a>
223
250
  </span>
224
- <small>features/rest_client.feature:23</small>
251
+ <small>features/header_options.feature:36</small>
225
252
  </li>
226
253
 
227
254
 
228
255
  <li class="r2">
229
256
  <span class='object_link'>
230
- <a href="requirements/features/rest_client.html#scenario_3"
231
- title="client rest DELETE">
232
- client rest DELETE
257
+ <a href="requirements/features/header_options.html#scenario_3"
258
+ title="client uses a secure web server">
259
+ client uses a secure web server
233
260
  </a>
234
261
  </span>
235
- <small>features/rest_client.feature:34</small>
262
+ <small>features/header_options.feature:46</small>
236
263
  </li>
237
264
 
238
265
 
@@ -20,7 +20,11 @@
20
20
  </head>
21
21
  <body>
22
22
  <script type="text/javascript" charset="utf-8">
23
- if (window.top.frames.main) {
23
+ var hasFrames = false;
24
+ try {
25
+ hasFrames = window.top.frames.main ? true : false;
26
+ } catch (e) { }
27
+ if (hasFrames) {
24
28
  document.getElementById('base_target').target = 'main';
25
29
  document.body.className = 'frames';
26
30
  }
@@ -82,16 +86,16 @@
82
86
 
83
87
 
84
88
  <li class="r1">
85
- <span class='object_link'><a href="requirements/features/rest_client.html" title="requirements::features::rest_client (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
89
+ <span class='object_link'><a href="requirements/features/url_parameter.html" title="requirements::features::url_parameter (feature)">As a rest client I need to use URL parameters in order to send those parameters to a restful service.</a></span>
86
90
  <!--
87
91
  <span class='object_link'>
88
- <a href="requirements/features/rest_client.html#scenario_0"
89
- title="Create a basic rest client that can get, put, post, and delete">
90
- Create a basic rest client that can get, put, post, and delete
92
+ <a href="requirements/features/url_parameter.html#scenario_0"
93
+ title="As a rest client I need to use URL parameters in order to send those parameters to a restful service.">
94
+ As a rest client I need to use URL parameters in order to send those parameters to a restful service.
91
95
  </a>
92
96
  </span>
93
97
  -->
94
- <small>features/rest_client.feature:1</small>
98
+ <small>features/url_parameter.feature:1</small>
95
99
  </li>
96
100
 
97
101
 
@@ -115,47 +119,36 @@
115
119
 
116
120
 
117
121
 
118
-
119
- <li class="r1">
120
- <a class='toggle'></a>
121
- <span class='object_link'><a href="requirements/features/headers.html" title="requirements::features::headers (featuredirectory)">Headers</a></span>
122
- <small>headers</small>
123
- </li>
124
-
125
-
126
-
127
-
128
- <ul>
129
-
130
-
131
122
  <li class="r1">
132
- <span class='object_link'><a href="requirements/features/headers/header_options.html" title="requirements::features::headers::header_options (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
123
+ <span class='object_link'><a href="requirements/features/rest_client.html" title="requirements::features::rest_client (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
133
124
  <!--
134
125
  <span class='object_link'>
135
- <a href="requirements/features/headers/header_options.html#scenario_0"
126
+ <a href="requirements/features/rest_client.html#scenario_2"
136
127
  title="Create a basic rest client that can get, put, post, and delete">
137
128
  Create a basic rest client that can get, put, post, and delete
138
129
  </a>
139
130
  </span>
140
131
  -->
141
- <small>features/headers/header_options.feature:1</small>
132
+ <small>features/rest_client.feature:1</small>
142
133
  </li>
143
134
 
144
135
 
145
136
 
146
137
 
147
- </ul>
148
-
149
-
150
- <!-- YARD::CodeObjects::Cucumber::FeatureDirectory -->
151
138
 
152
- <!--
153
-
154
- <ul>
139
+ <li class="r2">
140
+ <span class='object_link'><a href="requirements/features/header_options.html" title="requirements::features::header_options (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
141
+ <!--
142
+ <span class='object_link'>
143
+ <a href="requirements/features/header_options.html#scenario_3"
144
+ title="Create a basic rest client that can get, put, post, and delete">
145
+ Create a basic rest client that can get, put, post, and delete
146
+ </a>
147
+ </span>
148
+ -->
149
+ <small>features/header_options.feature:1</small>
150
+ </li>
155
151
 
156
- </ul>
157
-
158
- -->
159
152
 
160
153
 
161
154
 
data/doc/file.README.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.6
10
10
 
11
11
  </title>
12
12
 
@@ -19,7 +19,7 @@
19
19
  <script type="text/javascript" charset="utf-8">
20
20
  hasFrames = window.top.frames.main ? true : false;
21
21
  relpath = '';
22
- framesUrl = "frames.html#!" + escape(window.location.href);
22
+ framesUrl = "frames.html#!file.README.html";
23
23
  </script>
24
24
 
25
25
 
@@ -103,11 +103,11 @@
103
103
 
104
104
  <p>And then execute:</p>
105
105
 
106
- <pre class="code ruby"><code class="ruby"></code></pre>
106
+ <pre class="code ruby"><code class="ruby">$ bundle</code></pre>
107
107
 
108
108
  <p>Or install it yourself as:</p>
109
109
 
110
- <pre class="code ruby"><code class="ruby"></code></pre>
110
+ <pre class="code ruby"><code class="ruby">$ gem install rest_baby</code></pre>
111
111
 
112
112
  <h2 id="label-Contributing">Contributing</h2>
113
113
  <ol><li>
@@ -125,9 +125,9 @@ feature&#39;</code>)</p>
125
125
  </div></div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Sat Aug 10 17:19:40 2013 by
128
+ Generated on Fri Jul 17 23:52:38 2015 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.8.7 (ruby-2.0.0).
130
+ 0.8.7.6 (ruby-2.0.0).
131
131
  </div>
132
132
 
133
133
  </body>
data/doc/file_list.html CHANGED
@@ -20,7 +20,11 @@
20
20
  </head>
21
21
  <body>
22
22
  <script type="text/javascript" charset="utf-8">
23
- if (window.top.frames.main) {
23
+ var hasFrames = false;
24
+ try {
25
+ hasFrames = window.top.frames.main ? true : false;
26
+ } catch (e) { }
27
+ if (hasFrames) {
24
28
  document.getElementById('base_target').target = 'main';
25
29
  document.body.className = 'frames';
26
30
  }
data/doc/frames.html CHANGED
@@ -4,18 +4,16 @@
4
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
- <title>Documentation by YARD 0.8.7</title>
7
+ <title>Documentation by YARD 0.8.7.6</title>
8
8
  </head>
9
9
  <script type="text/javascript" charset="utf-8">
10
10
  window.onload = function() {
11
- var match = window.location.hash.match(/^#!(.+)/);
12
- var name = 'index.html';
13
- if (match) {
14
- name = unescape(match[1]);
15
- }
11
+ var match = unescape(window.location.hash).match(/^#!(.+)/);
12
+ var name = match ? match[1] : 'index.html';
13
+ name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
16
14
  document.writeln('<frameset cols="20%,*">' +
17
15
  '<frame name="list" src="class_list.html" />' +
18
- '<frame name="main" src="' + name + '" />' +
16
+ '<frame name="main" src="' + escape(name) + '" />' +
19
17
  '</frameset>');
20
18
  }
21
19
  </script>
data/doc/index.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.6
10
10
 
11
11
  </title>
12
12
 
@@ -19,7 +19,7 @@
19
19
  <script type="text/javascript" charset="utf-8">
20
20
  hasFrames = window.top.frames.main ? true : false;
21
21
  relpath = '';
22
- framesUrl = "frames.html#!" + escape(window.location.href);
22
+ framesUrl = "frames.html#!file.README.html";
23
23
  </script>
24
24
 
25
25
 
@@ -103,11 +103,11 @@
103
103
 
104
104
  <p>And then execute:</p>
105
105
 
106
- <pre class="code ruby"><code class="ruby"></code></pre>
106
+ <pre class="code ruby"><code class="ruby">$ bundle</code></pre>
107
107
 
108
108
  <p>Or install it yourself as:</p>
109
109
 
110
- <pre class="code ruby"><code class="ruby"></code></pre>
110
+ <pre class="code ruby"><code class="ruby">$ gem install rest_baby</code></pre>
111
111
 
112
112
  <h2 id="label-Contributing">Contributing</h2>
113
113
  <ol><li>
@@ -125,9 +125,9 @@ feature&#39;</code>)</p>
125
125
  </div></div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Sat Aug 10 17:19:40 2013 by
128
+ Generated on Fri Jul 17 23:52:38 2015 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.8.7 (ruby-2.0.0).
130
+ 0.8.7.6 (ruby-2.0.0).
131
131
  </div>
132
132
 
133
133
  </body>