retreaverjs-rails 0.2.24 → 0.2.26
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.
- checksums.yaml +4 -4
- data/build.js +104 -0
- data/lib/retreaverjs/compile.rb +6 -5
- data/lib/retreaverjs/rails/version.rb +1 -1
- data/package.json +14 -27
- data/src/retreaver/campaign.js +4 -2
- data/vendor/assets/javascripts/retreaver.js +29 -13
- data/vendor/assets/javascripts/retreaver.min.js +2 -2
- data/vendor/documentation/javascript/v1/Retreaver.Campaign.html +343 -282
- data/vendor/documentation/javascript/v1/Retreaver.Number.html +875 -713
- data/vendor/documentation/javascript/v1/Retreaver.html +161 -130
- data/vendor/documentation/javascript/v1/campaign.js.html +11 -85
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Bold-webfont.eot +0 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Bold-webfont.svg +1830 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Bold-webfont.woff +0 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Italic-webfont.eot +0 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Italic-webfont.svg +1830 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Italic-webfont.woff +0 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Light-webfont.eot +0 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Light-webfont.svg +1831 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Light-webfont.woff +0 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Regular-webfont.eot +0 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Regular-webfont.svg +1831 -0
- data/vendor/documentation/javascript/v1/fonts/OpenSans-Regular-webfont.woff +0 -0
- data/vendor/documentation/javascript/v1/global.html +123 -93
- data/vendor/documentation/javascript/v1/index.html +10 -8
- data/vendor/documentation/javascript/v1/number.js.html +1 -1
- data/vendor/documentation/javascript/v1/retreaver.js.html +8 -7
- data/vendor/documentation/javascript/v1/retreaver_campaign.js.html +400 -0
- data/vendor/documentation/javascript/v1/retreaver_number.js.html +275 -0
- data/vendor/documentation/javascript/v1/scripts/linenumber.js +20 -12
- data/vendor/documentation/javascript/v1/styles/jsdoc-default.css +201 -133
- data/vendor/documentation/javascript/v1/styles/prettify-tomorrow.css +1 -1
- data/vendor/documentation/javascript/{dev → v2}/Retreaver.Campaign.html +3 -3
- data/vendor/documentation/javascript/{dev → v2}/Retreaver.Number.html +1 -1
- data/vendor/documentation/javascript/{dev → v2}/Retreaver.html +2 -2
- data/vendor/documentation/javascript/{dev → v2}/campaign.js.html +39 -48
- data/vendor/documentation/javascript/{dev → v2}/global.html +2 -2
- data/vendor/documentation/javascript/{dev → v2}/index.html +1 -1
- data/vendor/documentation/javascript/{dev → v2}/number.js.html +1 -1
- data/vendor/documentation/javascript/{dev → v2}/retreaver.js.html +2 -2
- metadata +42 -24
- data/Gruntfile.js +0 -50
- /data/vendor/documentation/javascript/{dev → v2}/scripts/linenumber.js +0 -0
- /data/vendor/documentation/javascript/{dev → v2}/scripts/prettify/Apache-License-2.0.txt +0 -0
- /data/vendor/documentation/javascript/{dev → v2}/scripts/prettify/lang-css.js +0 -0
- /data/vendor/documentation/javascript/{dev → v2}/scripts/prettify/prettify.js +0 -0
- /data/vendor/documentation/javascript/{dev → v2}/styles/jsdoc-default.css +0 -0
- /data/vendor/documentation/javascript/{dev → v2}/styles/prettify-jsdoc.css +0 -0
- /data/vendor/documentation/javascript/{dev → v2}/styles/prettify-tomorrow.css +0 -0
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<title>JSDoc: Global</title>
|
6
|
-
|
6
|
+
|
7
7
|
<script src="scripts/prettify/prettify.js"> </script>
|
8
8
|
<script src="scripts/prettify/lang-css.js"> </script>
|
9
9
|
<!--[if lt IE 9]>
|
@@ -16,124 +16,139 @@
|
|
16
16
|
<body>
|
17
17
|
|
18
18
|
<div id="main">
|
19
|
-
|
19
|
+
|
20
20
|
<h1 class="page-title">Global</h1>
|
21
|
-
|
21
|
+
|
22
22
|
|
23
23
|
|
24
24
|
|
25
25
|
|
26
|
+
|
26
27
|
<section>
|
27
|
-
|
28
|
+
|
28
29
|
<header>
|
29
|
-
<h2>
|
30
30
|
|
31
|
-
|
31
|
+
<h2></h2>
|
32
|
+
|
32
33
|
|
33
|
-
</header>
|
34
|
+
</header>
|
34
35
|
|
35
36
|
<article>
|
36
37
|
<div class="container-overview">
|
37
38
|
|
38
|
-
|
39
|
-
|
40
|
-
|
41
39
|
|
40
|
+
|
42
41
|
|
42
|
+
|
43
|
+
|
43
44
|
<dl class="details">
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
45
|
|
50
46
|
|
47
|
+
|
51
48
|
|
49
|
+
|
52
50
|
|
51
|
+
|
53
52
|
|
53
|
+
|
54
54
|
|
55
|
+
|
55
56
|
|
57
|
+
|
56
58
|
|
59
|
+
|
57
60
|
|
61
|
+
|
58
62
|
|
63
|
+
|
59
64
|
|
65
|
+
|
60
66
|
|
67
|
+
|
61
68
|
|
69
|
+
|
62
70
|
|
71
|
+
|
63
72
|
|
73
|
+
|
64
74
|
|
65
|
-
|
66
|
-
|
67
|
-
|
75
|
+
|
68
76
|
|
69
77
|
</dl>
|
70
78
|
|
71
|
-
|
79
|
+
|
72
80
|
|
73
81
|
|
74
82
|
</div>
|
83
|
+
|
75
84
|
|
85
|
+
|
76
86
|
|
87
|
+
|
77
88
|
|
89
|
+
|
78
90
|
|
91
|
+
|
79
92
|
|
93
|
+
|
80
94
|
|
95
|
+
|
81
96
|
|
97
|
+
|
82
98
|
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
99
|
+
|
90
100
|
|
91
101
|
<h3 class="subsection-title">Type Definitions</h3>
|
102
|
+
|
92
103
|
|
93
|
-
<dl>
|
94
104
|
|
95
|
-
<dt>
|
96
|
-
<h4 class="name" id="getNumberCallback"><span class="type-signature"></span>getNumberCallback<span class="signature">()</span><span class="type-signature"></span></h4>
|
97
|
-
|
98
|
-
|
99
|
-
</dt>
|
100
|
-
<dd>
|
101
|
-
|
102
|
-
|
103
|
-
<div class="description">
|
104
|
-
Retreaver.Campaign#request_number callback fired after the request completes.
|
105
|
-
</div>
|
106
|
-
|
107
105
|
|
108
106
|
|
107
|
+
|
109
108
|
|
109
|
+
<h4 class="name" id="getNumberCallback"><span class="type-signature"></span>getNumberCallback<span class="signature">()</span><span class="type-signature"></span></h4>
|
110
110
|
|
111
|
+
|
111
112
|
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
<div class="description">
|
117
|
+
Retreaver.Campaign#request_number callback fired after the request completes.
|
118
|
+
</div>
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
<h5>Parameters:</h5>
|
112
129
|
|
113
|
-
<h5>Parameters:</h5>
|
114
|
-
|
115
130
|
|
116
131
|
<table class="params">
|
117
132
|
<thead>
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
133
|
+
<tr>
|
134
|
+
|
135
|
+
|
136
|
+
<th>Type</th>
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
<th class="last">Description</th>
|
143
|
+
</tr>
|
144
|
+
</thead>
|
145
|
+
|
146
|
+
<tbody>
|
147
|
+
|
148
|
+
|
134
149
|
<tr>
|
135
150
|
|
136
|
-
|
151
|
+
|
137
152
|
<td class="type">
|
138
153
|
|
139
154
|
|
@@ -142,74 +157,89 @@
|
|
142
157
|
|
143
158
|
|
144
159
|
</td>
|
160
|
+
|
145
161
|
|
162
|
+
|
146
163
|
|
147
|
-
|
148
|
-
|
149
|
-
|
164
|
+
|
150
165
|
<td class="description last">The number that was returned</td>
|
151
166
|
</tr>
|
152
|
-
|
153
|
-
|
154
|
-
</tbody>
|
155
|
-
</table>
|
156
|
-
|
157
|
-
|
167
|
+
|
158
168
|
|
169
|
+
</tbody>
|
170
|
+
</table>
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
159
177
|
<dl class="details">
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
178
|
|
166
179
|
|
180
|
+
|
167
181
|
|
182
|
+
|
168
183
|
|
184
|
+
|
169
185
|
|
186
|
+
|
170
187
|
|
188
|
+
|
171
189
|
|
190
|
+
|
172
191
|
|
192
|
+
|
173
193
|
|
194
|
+
|
174
195
|
|
196
|
+
|
175
197
|
|
198
|
+
|
176
199
|
|
200
|
+
|
177
201
|
|
202
|
+
|
178
203
|
|
179
204
|
<dt class="tag-source">Source:</dt>
|
180
205
|
<dd class="tag-source"><ul class="dummy"><li>
|
181
|
-
<a href="
|
206
|
+
<a href="retreaver_campaign.js.html">retreaver/campaign.js</a>, <a href="retreaver_campaign.js.html#line309">line 309</a>
|
182
207
|
</li></ul></dd>
|
183
208
|
|
209
|
+
|
184
210
|
|
211
|
+
|
185
212
|
|
186
|
-
|
187
|
-
|
188
|
-
|
213
|
+
|
189
214
|
|
190
215
|
</dl>
|
191
216
|
|
192
|
-
|
193
|
-
|
194
217
|
|
195
|
-
|
196
218
|
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
</dd>
|
205
219
|
|
206
|
-
|
207
|
-
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
|
208
237
|
|
238
|
+
|
209
239
|
|
210
240
|
</article>
|
211
241
|
|
212
|
-
</section>
|
242
|
+
</section>
|
213
243
|
|
214
244
|
|
215
245
|
|
@@ -217,13 +247,13 @@
|
|
217
247
|
</div>
|
218
248
|
|
219
249
|
<nav>
|
220
|
-
<h2><a href="index.html">
|
250
|
+
<h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="Retreaver.html">Retreaver</a></li></ul><h3>Classes</h3><ul><li><a href="Retreaver.Campaign.html">Campaign</a></li><li><a href="Retreaver.Number.html">Number</a></li></ul><h3><a href="global.html">Global</a></h3>
|
221
251
|
</nav>
|
222
252
|
|
223
|
-
<br
|
253
|
+
<br class="clear">
|
224
254
|
|
225
255
|
<footer>
|
226
|
-
Documentation generated by <a href="https://github.com/
|
256
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Sat Aug 23 2025 21:55:04 GMT+0300 (Eastern European Summer Time)
|
227
257
|
</footer>
|
228
258
|
|
229
259
|
<script> prettyPrint(); </script>
|
@@ -2,8 +2,8 @@
|
|
2
2
|
<html lang="en">
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
|
-
<title>JSDoc:
|
6
|
-
|
5
|
+
<title>JSDoc: Home</title>
|
6
|
+
|
7
7
|
<script src="scripts/prettify/prettify.js"> </script>
|
8
8
|
<script src="scripts/prettify/lang-css.js"> </script>
|
9
9
|
<!--[if lt IE 9]>
|
@@ -16,12 +16,13 @@
|
|
16
16
|
<body>
|
17
17
|
|
18
18
|
<div id="main">
|
19
|
-
|
20
|
-
<h1 class="page-title">
|
21
|
-
|
19
|
+
|
20
|
+
<h1 class="page-title">Home</h1>
|
21
|
+
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
+
|
25
26
|
|
26
27
|
|
27
28
|
|
@@ -35,6 +36,7 @@
|
|
35
36
|
|
36
37
|
|
37
38
|
|
39
|
+
|
38
40
|
|
39
41
|
|
40
42
|
|
@@ -52,13 +54,13 @@
|
|
52
54
|
</div>
|
53
55
|
|
54
56
|
<nav>
|
55
|
-
<h2><a href="index.html">
|
57
|
+
<h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="Retreaver.html">Retreaver</a></li></ul><h3>Classes</h3><ul><li><a href="Retreaver.Campaign.html">Campaign</a></li><li><a href="Retreaver.Number.html">Number</a></li></ul><h3><a href="global.html">Global</a></h3>
|
56
58
|
</nav>
|
57
59
|
|
58
|
-
<br
|
60
|
+
<br class="clear">
|
59
61
|
|
60
62
|
<footer>
|
61
|
-
Documentation generated by <a href="https://github.com/
|
63
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Sat Aug 23 2025 21:55:04 GMT+0300 (Eastern European Summer Time)
|
62
64
|
</footer>
|
63
65
|
|
64
66
|
<script> prettyPrint(); </script>
|
@@ -265,7 +265,7 @@
|
|
265
265
|
<br clear="both">
|
266
266
|
|
267
267
|
<footer>
|
268
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on
|
268
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Jul 18 2024 09:29:56 GMT+0200 (CEST)
|
269
269
|
</footer>
|
270
270
|
|
271
271
|
<script> prettyPrint(); </script>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<title>JSDoc: Source: retreaver.js</title>
|
6
|
-
|
6
|
+
|
7
7
|
<script src="scripts/prettify/prettify.js"> </script>
|
8
8
|
<script src="scripts/prettify/lang-css.js"> </script>
|
9
9
|
<!--[if lt IE 9]>
|
@@ -16,16 +16,17 @@
|
|
16
16
|
<body>
|
17
17
|
|
18
18
|
<div id="main">
|
19
|
-
|
19
|
+
|
20
20
|
<h1 class="page-title">Source: retreaver.js</h1>
|
21
|
+
|
21
22
|
|
22
|
-
|
23
|
+
|
23
24
|
|
24
25
|
|
25
26
|
|
26
27
|
<section>
|
27
28
|
<article>
|
28
|
-
<pre class="prettyprint source"><code>(function (context) {
|
29
|
+
<pre class="prettyprint source linenums"><code>(function (context) {
|
29
30
|
/**
|
30
31
|
* @namespace Retreaver
|
31
32
|
*/
|
@@ -68,13 +69,13 @@
|
|
68
69
|
</div>
|
69
70
|
|
70
71
|
<nav>
|
71
|
-
<h2><a href="index.html">
|
72
|
+
<h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="Retreaver.html">Retreaver</a></li></ul><h3>Classes</h3><ul><li><a href="Retreaver.Campaign.html">Campaign</a></li><li><a href="Retreaver.Number.html">Number</a></li></ul><h3><a href="global.html">Global</a></h3>
|
72
73
|
</nav>
|
73
74
|
|
74
|
-
<br
|
75
|
+
<br class="clear">
|
75
76
|
|
76
77
|
<footer>
|
77
|
-
Documentation generated by <a href="https://github.com/
|
78
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Sat Aug 23 2025 21:55:04 GMT+0300 (Eastern European Summer Time)
|
78
79
|
</footer>
|
79
80
|
|
80
81
|
<script> prettyPrint(); </script>
|