rails_admin_featured_content 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/.coveralls.yml +1 -0
  3. data/.gitignore +4 -0
  4. data/.rspec +3 -1
  5. data/Gemfile +1 -1
  6. data/README.md +25 -19
  7. data/app/assets/images/fc-snippet-four.jpg +0 -0
  8. data/app/assets/images/fc-snippet-four.psd +0 -0
  9. data/app/assets/images/fc-snippet-highlight.jpg +0 -0
  10. data/app/assets/images/fc-snippet-highlight.psd +0 -0
  11. data/app/assets/images/fc-snippet-slide.jpg +0 -0
  12. data/app/assets/images/fc-snippet-slide.psd +0 -0
  13. data/app/assets/images/fc-snippet-text.jpg +0 -0
  14. data/app/assets/images/fc-snippet-text.psd +0 -0
  15. data/app/assets/images/fc-snippet-three.jpg +0 -0
  16. data/app/assets/images/fc-snippet-three.psd +0 -0
  17. data/app/assets/images/fc-snippet-two.jpg +0 -0
  18. data/app/assets/images/fc-snippet-two.psd +0 -0
  19. data/app/assets/javascripts/rails_admin/featured_content.js.erb +68 -19
  20. data/app/assets/stylesheets/rails_admin/featured_content.scss +184 -74
  21. data/app/views/rails_admin/main/featured_content.html.erb +27 -5
  22. data/config/initializers/assets.rb +2 -1
  23. data/config/locales/featured_content.en.yml +7 -0
  24. data/config/locales/featured_content.pt-BR.yml +7 -0
  25. data/lib/rails_admin_featured_content/version.rb +1 -1
  26. data/screenshots/image-1.png +0 -0
  27. data/spec/dummy/db/test.sqlite3 +0 -0
  28. data/spec/dummy/log/development.log +11 -1692
  29. data/spec/dummy/log/test.log +264 -0
  30. data/spec/spec_helper.rb +22 -5
  31. data/spec/version_spec.rb +1 -1
  32. data/vendor/assets/stylesheets/rails_admin_featured_content.scss +144 -96
  33. metadata +11 -34
  34. data/spec/dummy/db/development.sqlite3 +0 -0
  35. data/spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/1/center_example.jpg +0 -0
  36. data/spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/1/example.jpg +0 -0
  37. data/spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/1/left_or_right_example.jpg +0 -0
  38. data/spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/2/center_example.jpg +0 -0
  39. data/spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/2/example.jpg +0 -0
  40. data/spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/2/left_or_right_example.jpg +0 -0
  41. data/spec/dummy/public/uploads/tmp/1461693110-14578-0001-7683/center_example.jpg +0 -0
  42. data/spec/dummy/public/uploads/tmp/1461693110-14578-0001-7683/example.jpg +0 -0
  43. data/spec/dummy/public/uploads/tmp/1461693110-14578-0001-7683/left_or_right_example.jpg +0 -0
  44. data/spec/dummy/public/uploads/tmp/1461693202-14651-0001-6505/center_example.jpg +0 -0
  45. data/spec/dummy/public/uploads/tmp/1461693202-14651-0001-6505/example.jpg +0 -0
  46. data/spec/dummy/public/uploads/tmp/1461693202-14651-0001-6505/left_or_right_example.jpg +0 -0
  47. data/spec/dummy/public/uploads/tmp/1461693245-14728-0001-4392/center_example.jpg +0 -0
  48. data/spec/dummy/public/uploads/tmp/1461693245-14728-0001-4392/example.jpg +0 -0
  49. data/spec/dummy/public/uploads/tmp/1461693245-14728-0001-4392/left_or_right_example.jpg +0 -0
@@ -16,13 +16,13 @@
16
16
  }
17
17
 
18
18
  .fc-date {
19
- color: lighten(#111, 50%);
19
+ color: rgba(#000, .4);
20
20
  font-size: .7em;
21
21
 
22
- margin-bottom: 1rem;
23
- padding-bottom: 1rem;
22
+ margin-bottom: 1em;
23
+ padding-bottom: 1em;
24
24
 
25
- border-bottom: solid .1rem rgba(#111, .06);
25
+ border-bottom: solid .1em rgba(#111, .06);
26
26
  }
27
27
 
28
28
  .fc-item {
@@ -39,12 +39,18 @@
39
39
  }
40
40
 
41
41
  .fc-item--border {
42
- margin-bottom: 1rem;
43
- padding-bottom: 1rem;
42
+ margin-bottom: 1em;
43
+ padding-bottom: 1em;
44
44
 
45
45
  border-bottom: solid 1px rgba(#111, .05);
46
46
  }
47
47
 
48
+ .fc-item--last-borderless {
49
+ &:last-of-type {
50
+ margin-bottom: 0;
51
+ }
52
+ }
53
+
48
54
  .fc-link {
49
55
  display: block;
50
56
  text-decoration: none;
@@ -69,7 +75,7 @@
69
75
 
70
76
  display: block;
71
77
  width: 100%;
72
- height: calc(100% - 1.5rem);
78
+ height: calc(100% - 1em);
73
79
 
74
80
  &:hover,
75
81
  &:focus {
@@ -84,11 +90,11 @@
84
90
  }
85
91
 
86
92
  .fc-figure {
87
- margin: .25rem 1rem 0 0;
93
+ margin: 0 1em 0 0;
88
94
  float: left;
89
95
 
90
- width: 6rem;
91
- height: 4.5rem;
96
+ width: 6em;
97
+ height: 4.5em;
92
98
  border-radius: 4px;
93
99
 
94
100
  overflow: hidden;
@@ -100,7 +106,7 @@
100
106
  }
101
107
 
102
108
  .fc-content {
103
- height: 9rem;
109
+ height: 9em;
104
110
  overflow: hidden;
105
111
  }
106
112
 
@@ -108,40 +114,41 @@
108
114
  line-height: 1.6;
109
115
 
110
116
  float: right;
111
- color: darken(#fff, 40%);
112
- font-size: .75em;
117
+ color: rgba(#000, .4);
118
+ font-size: .7em;
113
119
  }
114
120
 
115
121
  .fc-time--block {
116
122
  float: none;
117
- margin-bottom: .4rem;
123
+ margin-bottom: .4em;
118
124
 
119
125
  display: block;
120
126
  }
121
127
 
122
128
  .fc-caption {
123
- color: lighten(#111, 40%);
124
- font-size: .75em;
125
- font-weight: 600;
129
+ color: rgba(#000, .4);
130
+ font-size: .7em;
131
+ font-weight: 400;
126
132
  text-transform: uppercase;
127
133
 
128
- margin: 0 0 .5rem;
134
+ margin: 0 0 .5em;
129
135
  }
130
136
 
131
137
  .fc-title {
132
138
  line-height: 1.3;
133
139
 
134
- color: lighten(#000, 25%);
135
- font-size: 1em;
140
+ color: rgba(#000, .7);
141
+ font-size: .9em;
136
142
  font-weight: 700;
137
- letter-spacing: -.04rem;
143
+ letter-spacing: -.04em;
138
144
 
139
145
  margin: 0;
140
146
  }
141
147
 
142
148
  .fc-title--highlight {
143
- padding: .6rem;
149
+ padding: .6em;
144
150
  background: #222;
151
+ border-radius: 4px;
145
152
 
146
153
  color: #fff;
147
154
  font-size: .8em;
@@ -150,10 +157,10 @@
150
157
  .fc-text {
151
158
  line-height: 1.4;
152
159
 
153
- color: lighten(#111, 30%);
154
- font-size: .8em;
160
+ color: lighten(#111, 40%);
161
+ font-size: .75em;
155
162
 
156
- margin: .5rem 0 0;
163
+ margin: .5em 0 0;
157
164
 
158
165
  overflow: hidden;
159
166
  }
@@ -161,16 +168,12 @@
161
168
 
162
169
  @media screen and (min-width: 460px) {
163
170
  .fc-figure {
164
- width: 9rem;
165
- height: 6.2rem;
166
- }
167
-
168
- .fc-caption {
169
- font-size: .8em;
171
+ width: 9em;
172
+ height: 6.2em;
170
173
  }
171
174
 
172
175
  .fc-text {
173
- font-size: .9em;
176
+ font-size: .85em;
174
177
  }
175
178
  }
176
179
 
@@ -180,8 +183,8 @@
180
183
  }
181
184
 
182
185
  .fc-item--border {
183
- margin-bottom: 1.5rem;
184
- padding-bottom: 1.5rem;
186
+ margin-bottom: 1.5em;
187
+ padding-bottom: 1.5em;
185
188
  }
186
189
 
187
190
  .fc-item--two {
@@ -229,10 +232,34 @@
229
232
  }
230
233
  }
231
234
 
235
+ .fc-link--absolute {
236
+ height: calc(100% - 1.5em);
237
+ }
238
+
239
+ .fc-time {
240
+ font-size: .9em;
241
+ }
242
+
243
+ .fc-time--small {
244
+ font-size: .7em;
245
+ }
246
+
232
247
  .fc-date {
233
248
  font-size: .9em;
234
- margin-bottom: 1.5rem;
235
- padding-bottom: 1.5rem;
249
+ margin-bottom: 1.5em;
250
+ padding-bottom: 1.5em;
251
+ }
252
+
253
+ .fc-date--small {
254
+ font-size: .7em;
255
+ }
256
+
257
+ .fc-caption {
258
+ font-size: .9em;
259
+ }
260
+
261
+ .fc-caption--small {
262
+ font-size: .7em;
236
263
  }
237
264
 
238
265
  .fc-title {
@@ -246,31 +273,43 @@
246
273
 
247
274
  .fc-title--large {
248
275
  line-height: 1.3;
249
- font-size: 1.6em;
276
+ font-size: 1.4em;
250
277
  }
251
278
 
252
279
  .fc-title--highlight {
253
280
  font-size: 1.1em;
254
- padding: .6rem .9rem .7rem;
281
+ padding: .6em .9em .7em;
255
282
  }
256
283
 
257
284
  .fc-figure--block {
285
+ position: relative;
258
286
  float: none;
287
+ margin: 0 1em .5em 0;
288
+
259
289
  width: 100%;
260
- margin: 0 1rem .5rem 0;
290
+ height: 0;
291
+ padding-bottom: 50%;
261
292
 
262
293
  .fc-image {
294
+ position: absolute;
295
+ top: 50%;
296
+ left: 0;
297
+
263
298
  width: 100%;
264
299
  height: auto;
300
+
301
+ -webkit-transform: translateY(-50%);
302
+ -moz-transform: translateY(-50%);
303
+ transform: translateY(-50%);
265
304
  }
266
305
  }
267
306
 
268
307
  .fc-figure--small {
269
- height: 4rem;
308
+ padding-bottom: 40%;
270
309
  }
271
310
 
272
311
  .fc-figure--large {
273
- height: 8rem;
312
+ padding-bottom: 60%;
274
313
  }
275
314
  }
276
315
 
@@ -294,7 +333,7 @@
294
333
  }
295
334
 
296
335
  .owl-pagination {
297
- margin-top: .5rem;
336
+ margin-top: .5em;
298
337
  text-align: center;
299
338
  }
300
339
 
@@ -305,9 +344,9 @@
305
344
  span {
306
345
  display: block;
307
346
 
308
- width: .5rem;
309
- height: .5rem;
310
- margin: 0 .2rem;
347
+ width: .5em;
348
+ height: .5em;
349
+ margin: 0 .2em;
311
350
  background: #999;
312
351
  border-radius: 100%;
313
352
  }
@@ -345,93 +384,71 @@
345
384
  .fc-slide__title {
346
385
  margin: 0;
347
386
 
348
- color: lighten(#000, 25%);
349
- font-size: 1em;
387
+ color: rgba(#000, .7);
388
+ font-size: .9em;
350
389
  letter-spacing: -.03em;
351
390
  line-height: 1.4;
352
391
  }
353
392
 
354
393
  .fc-slide__text {
355
- margin: .5rem 0 0;
394
+ margin: .5em 0 0;
356
395
 
357
- max-height: 2.6rem;
396
+ line-height: 1.4;
397
+ max-height: 2.8em;
358
398
 
359
- color: lighten(#000, 25%);
360
- font-size: .8em;
361
- line-height: 1.6;
399
+ color: rgba(#000, .6);
400
+ font-size: .9em;
362
401
 
363
402
  overflow: hidden;
364
403
  }
365
404
 
366
405
  .fc-slide__caption {
367
- position: absolute;
368
- top: 0;
369
- left: 0;
370
- z-index: 20;
371
- margin: 0;
406
+ display: none;
407
+ position: relative;
372
408
 
373
- color: #fff;
409
+ color: #666;
374
410
  font-size: .8em;
375
411
  font-weight: 700;
376
412
  text-transform: uppercase;
377
413
 
378
414
  box-sizing: border-box;
379
415
  width: 100%;
380
- padding: 1rem;
416
+ padding: 0 0 1em;
381
417
 
382
418
  &:after {
383
419
  content: "";
384
420
 
385
421
  position: absolute;
386
- bottom: .5rem;
387
- left: 1rem;
422
+ bottom: .5em;
423
+ left: 0;
388
424
 
389
425
  display: block;
390
- width: 3rem;
391
- height: .2rem;
426
+ width: 3em;
427
+ height: .2em;
392
428
 
393
- background: #333;
429
+ background: #666;
394
430
  }
395
431
  }
396
432
 
397
433
  .fc-slide__figure {
398
434
  position: relative;
399
435
  z-index: -1;
400
- margin: 0 0 .5rem;
436
+ margin: 0 0 .5em;
401
437
 
402
438
  width: 100%;
403
439
  height: 0;
404
440
  padding-bottom: 60%;
441
+ border-radius: 4px;
405
442
 
406
443
  overflow: hidden;
407
-
408
- &:before {
409
- content: "";
410
-
411
- position: absolute;
412
- top: 0;
413
- left: 0;
414
- z-index: 10;
415
-
416
- display: block;
417
- width: 100%;
418
- height: 100%;
419
- opacity: .9;
420
- background: rgba(#000, .4);
421
- background-size: 120%;
422
- border-radius: 4px;
423
- }
424
444
  }
425
445
 
426
446
  .fc-slide__image {
427
447
  position: absolute;
448
+
428
449
  display: block;
429
450
  width: 100%;
430
451
  min-height: 100%;
431
-
432
- -webkit-transition: transform .3s ease;
433
- -moz-transition: transform .3s ease;
434
- transition: transform .3s ease;
435
452
  }
436
453
 
437
454
 
@@ -451,7 +468,7 @@
451
468
  margin: 0;
452
469
  z-index: 30;
453
470
 
454
- padding: 1.2rem 1rem;
471
+ padding: 1.2em 1em;
455
472
  }
456
473
 
457
474
  .owl-buttons {
@@ -460,15 +477,15 @@
460
477
  right: 0;
461
478
 
462
479
  display: block;
463
- padding: .7rem .5rem;
480
+ padding: .7em .5em;
464
481
 
465
482
  div {
466
483
  opacity: .6;
467
484
 
468
485
  display: inline-block;
469
- width: 2.5rem;
470
- height: 2.5rem;
471
- line-height: 2.5rem;
486
+ width: 2.5em;
487
+ height: 2.5em;
488
+ line-height: 2.5em;
472
489
  opacity: 1;
473
490
 
474
491
  color: #fff;
@@ -514,17 +531,25 @@
514
531
  bottom: 0;
515
532
  left: 0;
516
533
  z-index: 20;
517
- margin: 2rem;
534
+ margin: 2em;
518
535
  }
519
536
 
520
537
  .fc-slide__caption {
538
+ position: absolute;
539
+ top: 0;
540
+ left: 0;
541
+
542
+ display: block;
543
+ padding: 2em;
544
+
545
+ color: #fff;
521
546
  font-size: 1em;
522
547
  text-shadow: 1px 1px 0 rgba(0,0,0,.5);
523
- padding: 2rem;
524
548
 
525
549
  &:after {
526
- bottom: 1.2rem;
527
- left: 2rem;
550
+ bottom: 1.2em;
551
+ left: 2em;
552
+ background: #fff;
528
553
  }
529
554
  }
530
555
 
@@ -537,13 +562,30 @@
537
562
 
538
563
  .fc-slide__text {
539
564
  max-height: none;
540
- color: #fff;
565
+ color: rgba(#fff, .8);
541
566
  font-size: 1.2em;
542
567
  text-shadow: 1px 1px 0 rgba(0,0,0,.6);
543
568
  }
544
569
 
545
570
  .fc-slide__figure {
546
571
  margin: 0;
572
+
573
+ &:before {
574
+ content: "";
575
+
576
+ position: absolute;
577
+ top: 0;
578
+ left: 0;
579
+ z-index: 10;
580
+
581
+ display: block;
582
+ width: 100%;
583
+ height: 100%;
584
+ opacity: .9;
585
+ background: rgba(#000, .4);
586
+ background-size: 120%;
587
+ border-radius: 4px;
588
+ }
547
589
  }
548
590
  }
549
591
 
@@ -551,6 +593,12 @@
551
593
  .fc-slide__title {
552
594
  font-size: 1.8em;
553
595
  }
596
+
597
+ .fc-slide__image {
598
+ -webkit-transition: transform .3s ease;
599
+ -moz-transition: transform .3s ease;
600
+ transition: transform .3s ease;
601
+ }
554
602
  }
555
603
 
556
604
  @media screen and (min-width: 1200px) {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_featured_content
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luiz Picolo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-09-02 00:00:00.000000000 Z
12
+ date: 2016-10-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -357,6 +357,7 @@ executables: []
357
357
  extensions: []
358
358
  extra_rdoc_files: []
359
359
  files:
360
+ - ".coveralls.yml"
360
361
  - ".gitignore"
361
362
  - ".rspec"
362
363
  - ".ruby-gemset"
@@ -369,11 +370,18 @@ files:
369
370
  - Rakefile
370
371
  - app/assets/images/fc-image-default.jpg
371
372
  - app/assets/images/fc-loading.svg
373
+ - app/assets/images/fc-snippet-four.jpg
374
+ - app/assets/images/fc-snippet-four.psd
372
375
  - app/assets/images/fc-snippet-highlight.jpg
376
+ - app/assets/images/fc-snippet-highlight.psd
373
377
  - app/assets/images/fc-snippet-slide.jpg
378
+ - app/assets/images/fc-snippet-slide.psd
374
379
  - app/assets/images/fc-snippet-text.jpg
380
+ - app/assets/images/fc-snippet-text.psd
375
381
  - app/assets/images/fc-snippet-three.jpg
382
+ - app/assets/images/fc-snippet-three.psd
376
383
  - app/assets/images/fc-snippet-two.jpg
384
+ - app/assets/images/fc-snippet-two.psd
377
385
  - app/assets/javascripts/rails_admin/featured_content.js.erb
378
386
  - app/assets/stylesheets/rails_admin/featured_content.scss
379
387
  - app/controllers/rails_admin_featured_content/featured_content_controller.rb
@@ -397,6 +405,7 @@ files:
397
405
  - lib/rails_admin_featured_content/engine.rb
398
406
  - lib/rails_admin_featured_content/version.rb
399
407
  - rails_admin_featured_content.gemspec
408
+ - screenshots/image-1.png
400
409
  - spec/controllers/rails_admin_featured_content/featured_content_controller_spec.rb
401
410
  - spec/dummy/Gemfile
402
411
  - spec/dummy/Gemfile.lock
@@ -436,7 +445,6 @@ files:
436
445
  - spec/dummy/config/locales/simple_form.en.yml
437
446
  - spec/dummy/config/routes.rb
438
447
  - spec/dummy/config/secrets.yml
439
- - spec/dummy/db/development.sqlite3
440
448
  - spec/dummy/db/migrate/20160729105801_create_content_builder_categories.rb
441
449
  - spec/dummy/db/migrate/20160729105802_create_content_builders.rb
442
450
  - spec/dummy/db/migrate/20160729105803_create_content_builder_images.rb
@@ -451,23 +459,8 @@ files:
451
459
  - spec/dummy/public/422.html
452
460
  - spec/dummy/public/500.html
453
461
  - spec/dummy/public/favicon.ico
454
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/1/center_example.jpg
455
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/1/example.jpg
456
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/1/left_or_right_example.jpg
457
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/2/center_example.jpg
458
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/2/example.jpg
459
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/2/left_or_right_example.jpg
460
462
  - spec/dummy/public/uploads/rails_admin_featured_content/featured_content_image/image/1/example.jpg
461
463
  - spec/dummy/public/uploads/rails_admin_featured_content/featured_content_image/image/1/thumb_example.jpg
462
- - spec/dummy/public/uploads/tmp/1461693110-14578-0001-7683/center_example.jpg
463
- - spec/dummy/public/uploads/tmp/1461693110-14578-0001-7683/example.jpg
464
- - spec/dummy/public/uploads/tmp/1461693110-14578-0001-7683/left_or_right_example.jpg
465
- - spec/dummy/public/uploads/tmp/1461693202-14651-0001-6505/center_example.jpg
466
- - spec/dummy/public/uploads/tmp/1461693202-14651-0001-6505/example.jpg
467
- - spec/dummy/public/uploads/tmp/1461693202-14651-0001-6505/left_or_right_example.jpg
468
- - spec/dummy/public/uploads/tmp/1461693245-14728-0001-4392/center_example.jpg
469
- - spec/dummy/public/uploads/tmp/1461693245-14728-0001-4392/example.jpg
470
- - spec/dummy/public/uploads/tmp/1461693245-14728-0001-4392/left_or_right_example.jpg
471
464
  - spec/factories/featured_content.rb
472
465
  - spec/factories/featured_content_image.rb
473
466
  - spec/fixtures/assets/example.jpg
@@ -538,7 +531,6 @@ test_files:
538
531
  - spec/dummy/lib/templates/erb/scaffold/_form.html.erb
539
532
  - spec/dummy/Gemfile.lock
540
533
  - spec/dummy/Rakefile
541
- - spec/dummy/db/development.sqlite3
542
534
  - spec/dummy/db/migrate/20160729105803_create_content_builder_images.rb
543
535
  - spec/dummy/db/migrate/20160729105947_create_featured_contents.rb
544
536
  - spec/dummy/db/migrate/20160729105802_create_content_builders.rb
@@ -556,21 +548,6 @@ test_files:
556
548
  - spec/dummy/Gemfile
557
549
  - spec/dummy/public/uploads/rails_admin_featured_content/featured_content_image/image/1/thumb_example.jpg
558
550
  - spec/dummy/public/uploads/rails_admin_featured_content/featured_content_image/image/1/example.jpg
559
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/2/left_or_right_example.jpg
560
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/2/example.jpg
561
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/2/center_example.jpg
562
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/1/left_or_right_example.jpg
563
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/1/example.jpg
564
- - spec/dummy/public/uploads/rails_admin_content_builder/content_builder_image/image/1/center_example.jpg
565
- - spec/dummy/public/uploads/tmp/1461693110-14578-0001-7683/left_or_right_example.jpg
566
- - spec/dummy/public/uploads/tmp/1461693110-14578-0001-7683/example.jpg
567
- - spec/dummy/public/uploads/tmp/1461693110-14578-0001-7683/center_example.jpg
568
- - spec/dummy/public/uploads/tmp/1461693202-14651-0001-6505/left_or_right_example.jpg
569
- - spec/dummy/public/uploads/tmp/1461693202-14651-0001-6505/example.jpg
570
- - spec/dummy/public/uploads/tmp/1461693202-14651-0001-6505/center_example.jpg
571
- - spec/dummy/public/uploads/tmp/1461693245-14728-0001-4392/left_or_right_example.jpg
572
- - spec/dummy/public/uploads/tmp/1461693245-14728-0001-4392/example.jpg
573
- - spec/dummy/public/uploads/tmp/1461693245-14728-0001-4392/center_example.jpg
574
551
  - spec/dummy/public/404.html
575
552
  - spec/dummy/public/favicon.ico
576
553
  - spec/dummy/public/422.html
Binary file