callpixelsjs-rails 0.0.8 → 0.0.9

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.
@@ -6,10 +6,10 @@ html
6
6
 
7
7
  body
8
8
  {
9
- font: 14px "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
10
- line-height: 130%;
11
- color: #000;
12
- background-color: #fff;
9
+ font: 14px "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
10
+ line-height: 130%;
11
+ color: #000;
12
+ background-color: #fff;
13
13
  }
14
14
 
15
15
  a {
@@ -26,17 +26,17 @@ a:active {
26
26
 
27
27
  header
28
28
  {
29
- display: block;
30
- padding: 6px 4px;
29
+ display: block;
30
+ padding: 6px 4px;
31
31
  }
32
32
 
33
33
  .class-description {
34
34
  font-style: italic;
35
- font-family: Palatino, 'Palatino Linotype', serif;
36
- font-size: 130%;
37
- line-height: 140%;
38
- margin-bottom: 1em;
39
- margin-top: 1em;
35
+ font-family: Palatino, 'Palatino Linotype', serif;
36
+ font-size: 130%;
37
+ line-height: 140%;
38
+ margin-bottom: 1em;
39
+ margin-top: 1em;
40
40
  }
41
41
 
42
42
  #main {
@@ -46,10 +46,10 @@ header
46
46
 
47
47
  section
48
48
  {
49
- display: block;
50
-
51
- background-color: #fff;
52
- padding: 12px 24px;
49
+ display: block;
50
+
51
+ background-color: #fff;
52
+ padding: 12px 24px;
53
53
  border-bottom: 1px solid #ccc;
54
54
  margin-right: 240px;
55
55
  }
@@ -58,17 +58,18 @@ section
58
58
  display: none;
59
59
  }
60
60
 
61
- .signature-attributes {
62
- font-size: 60%;
63
- color: #aaa;
64
- font-style: italic;
65
- font-weight: lighter;
61
+ .optional:after {
62
+ content: "opt";
63
+ font-size: 60%;
64
+ color: #aaa;
65
+ font-style: italic;
66
+ font-weight: lighter;
66
67
  }
67
68
 
68
69
  nav
69
70
  {
70
- display: block;
71
- float: left;
71
+ display: block;
72
+ float: left;
72
73
  margin-left: -230px;
73
74
  margin-top: 28px;
74
75
  width: 220px;
@@ -120,53 +121,53 @@ footer {
120
121
 
121
122
  h1
122
123
  {
123
- font-size: 200%;
124
- font-weight: bold;
125
- letter-spacing: -0.01em;
126
- margin: 6px 0 9px 0;
124
+ font-size: 200%;
125
+ font-weight: bold;
126
+ letter-spacing: -0.01em;
127
+ margin: 6px 0 9px 0;
127
128
  }
128
129
 
129
130
  h2
130
131
  {
131
- font-size: 170%;
132
- font-weight: bold;
133
- letter-spacing: -0.01em;
134
- margin: 6px 0 3px 0;
132
+ font-size: 170%;
133
+ font-weight: bold;
134
+ letter-spacing: -0.01em;
135
+ margin: 6px 0 3px 0;
135
136
  }
136
137
 
137
138
  h3
138
139
  {
139
- font-size: 150%;
140
- font-weight: bold;
141
- letter-spacing: -0.01em;
142
- margin-top: 16px;
143
- margin: 6px 0 3px 0;
140
+ font-size: 150%;
141
+ font-weight: bold;
142
+ letter-spacing: -0.01em;
143
+ margin-top: 16px;
144
+ margin: 6px 0 3px 0;
144
145
  }
145
146
 
146
147
  h4
147
148
  {
148
- font-size: 130%;
149
- font-weight: bold;
150
- letter-spacing: -0.01em;
151
- margin-top: 16px;
152
- margin: 18px 0 3px 0;
153
- color: #A35A00;
149
+ font-size: 130%;
150
+ font-weight: bold;
151
+ letter-spacing: -0.01em;
152
+ margin-top: 16px;
153
+ margin: 18px 0 3px 0;
154
+ color: #A35A00;
154
155
  }
155
156
 
156
157
  h5, .container-overview .subsection-title
157
158
  {
158
- font-size: 120%;
159
- font-weight: bold;
160
- letter-spacing: -0.01em;
161
- margin: 8px 0 3px -16px;
159
+ font-size: 120%;
160
+ font-weight: bold;
161
+ letter-spacing: -0.01em;
162
+ margin: 8px 0 3px -16px;
162
163
  }
163
164
 
164
165
  h6
165
166
  {
166
- font-size: 100%;
167
- letter-spacing: -0.01em;
168
- margin: 6px 0 3px 0;
169
- font-style: italic;
167
+ font-size: 100%;
168
+ letter-spacing: -0.01em;
169
+ margin: 6px 0 3px 0;
170
+ font-style: italic;
170
171
  }
171
172
 
172
173
  .ancestors { color: #999; }
@@ -178,8 +179,8 @@ h6
178
179
 
179
180
  .important
180
181
  {
181
- font-weight: bold;
182
- color: #950B02;
182
+ font-weight: bold;
183
+ color: #950B02;
183
184
  }
184
185
 
185
186
  .yes-def {
@@ -191,7 +192,7 @@ h6
191
192
  }
192
193
 
193
194
  .name, .signature {
194
- font-family: Consolas, "Lucida Console", Monaco, monospace;
195
+ font-family: Consolas, "Lucida Console", Monaco, monospace;
195
196
  }
196
197
 
197
198
  .details { margin-top: 14px; border-left: 2px solid #DDD; }
@@ -204,23 +205,23 @@ h6
204
205
  .details .object-value { padding-top: 0; }
205
206
 
206
207
  .description {
207
- margin-bottom: 1em;
208
- margin-left: -16px;
209
- margin-top: 1em;
208
+ margin-bottom: 1em;
209
+ margin-left: -16px;
210
+ margin-top: 1em;
210
211
  }
211
212
 
212
213
  .code-caption
213
214
  {
214
- font-style: italic;
215
- font-family: Palatino, 'Palatino Linotype', serif;
216
- font-size: 107%;
217
- margin: 0;
215
+ font-style: italic;
216
+ font-family: Palatino, 'Palatino Linotype', serif;
217
+ font-size: 107%;
218
+ margin: 0;
218
219
  }
219
220
 
220
221
  .prettyprint
221
222
  {
222
- border: 1px solid #ddd;
223
- width: 80%;
223
+ border: 1px solid #ddd;
224
+ width: 80%;
224
225
  overflow: auto;
225
226
  }
226
227
 
@@ -230,14 +231,15 @@ h6
230
231
 
231
232
  .prettyprint code
232
233
  {
233
- font-family: Consolas, 'Lucida Console', Monaco, monospace;
234
- font-size: 100%;
235
- line-height: 18px;
236
- display: block;
237
- padding: 4px 12px;
238
- margin: 0;
239
- background-color: #fff;
240
- color: #000;
234
+ font-family: Consolas, 'Lucida Console', Monaco, monospace;
235
+ font-size: 100%;
236
+ line-height: 18px;
237
+ display: block;
238
+ padding: 4px 12px;
239
+ margin: 0;
240
+ background-color: #fff;
241
+ color: #000;
242
+ border-left: 3px #ddd solid;
241
243
  }
242
244
 
243
245
  .prettyprint code span.line
@@ -245,89 +247,44 @@ h6
245
247
  display: inline-block;
246
248
  }
247
249
 
248
- .prettyprint.linenums
249
- {
250
- padding-left: 70px;
251
- -webkit-user-select: none;
252
- -moz-user-select: none;
253
- -ms-user-select: none;
254
- user-select: none;
255
- }
256
-
257
- .prettyprint.linenums ol
258
- {
259
- padding-left: 0;
260
- }
261
-
262
- .prettyprint.linenums li
263
- {
264
- border-left: 3px #ddd solid;
265
- }
266
-
267
- .prettyprint.linenums li.selected,
268
- .prettyprint.linenums li.selected *
269
- {
270
- background-color: lightyellow;
271
- }
272
-
273
- .prettyprint.linenums li *
274
- {
275
- -webkit-user-select: text;
276
- -moz-user-select: text;
277
- -ms-user-select: text;
278
- user-select: text;
279
- }
280
-
281
250
  .params, .props
282
251
  {
283
- border-spacing: 0;
284
- border: 0;
285
- border-collapse: collapse;
252
+ border-spacing: 0;
253
+ border: 0;
254
+ border-collapse: collapse;
286
255
  }
287
256
 
288
257
  .params .name, .props .name, .name code {
289
- color: #A35A00;
290
- font-family: Consolas, 'Lucida Console', Monaco, monospace;
291
- font-size: 100%;
258
+ color: #A35A00;
259
+ font-family: Consolas, 'Lucida Console', Monaco, monospace;
260
+ font-size: 100%;
292
261
  }
293
262
 
294
263
  .params td, .params th, .props td, .props th
295
264
  {
296
- border: 1px solid #ddd;
297
- margin: 0px;
298
- text-align: left;
299
- vertical-align: top;
300
- padding: 4px 6px;
301
- display: table-cell;
265
+ border: 1px solid #ddd;
266
+ margin: 0px;
267
+ text-align: left;
268
+ vertical-align: top;
269
+ padding: 4px 6px;
270
+ display: table-cell;
302
271
  }
303
272
 
304
273
  .params thead tr, .props thead tr
305
274
  {
306
- background-color: #ddd;
307
- font-weight: bold;
275
+ background-color: #ddd;
276
+ font-weight: bold;
308
277
  }
309
278
 
310
279
  .params .params thead tr, .props .props thead tr
311
280
  {
312
- background-color: #fff;
313
- font-weight: bold;
281
+ background-color: #fff;
282
+ font-weight: bold;
314
283
  }
315
284
 
316
285
  .params th, .props th { border-right: 1px solid #aaa; }
317
286
  .params thead .last, .props thead .last { border-right: 1px solid #ddd; }
318
287
 
319
- .params td.description > p:first-child
320
- {
321
- margin-top: 0;
322
- padding-top: 0;
323
- }
324
-
325
- .params td.description > p:last-child
326
- {
327
- margin-bottom: 0;
328
- padding-bottom: 0;
329
- }
330
-
331
288
  .disabled {
332
289
  color: #454545;
333
290
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: callpixelsjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Hilscher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-29 00:00:00.000000000 Z
11
+ date: 2015-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -83,6 +83,16 @@ files:
83
83
  - lib/callpixelsjs/rails.rb
84
84
  - lib/callpixelsjs/rails/version.rb
85
85
  - package.json
86
+ - src/callpixels/base/base64.js
87
+ - src/callpixels/base/cookies.js
88
+ - src/callpixels/base/data.js
89
+ - src/callpixels/base/helpers.js
90
+ - src/callpixels/base/model.js
91
+ - src/callpixels/base/request.js
92
+ - src/callpixels/base/request_number.js
93
+ - src/callpixels/cache.js
94
+ - src/callpixels/campaign.js
95
+ - src/callpixels/number.js
86
96
  - vendor/assets/javascripts/callpixels.js
87
97
  - vendor/assets/javascripts/callpixels.min.js
88
98
  - vendor/documentation/javascript/v1/Callpixels.Campaign.html