foundation-rails 5.4.5.0 → 5.5.0.0

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 (50) hide show
  1. data/bower.json +2 -2
  2. data/foundation-rails.gemspec +1 -1
  3. data/lib/foundation/rails/generators/install_generator.rb +4 -4
  4. data/lib/foundation/rails/templates/application.html.erb +3 -2
  5. data/lib/foundation/rails/templates/application.html.haml +1 -1
  6. data/lib/foundation/rails/templates/application.html.slim +1 -1
  7. data/lib/foundation/rails/version.rb +1 -1
  8. data/vendor/assets/_settings.scss +25 -21
  9. data/vendor/assets/javascripts/foundation/foundation.abide.js +28 -23
  10. data/vendor/assets/javascripts/foundation/foundation.accordion.js +10 -8
  11. data/vendor/assets/javascripts/foundation/foundation.alert.js +4 -4
  12. data/vendor/assets/javascripts/foundation/foundation.clearing.js +3 -3
  13. data/vendor/assets/javascripts/foundation/foundation.dropdown.js +139 -22
  14. data/vendor/assets/javascripts/foundation/foundation.equalizer.js +1 -2
  15. data/vendor/assets/javascripts/foundation/foundation.interchange.js +14 -10
  16. data/vendor/assets/javascripts/foundation/foundation.joyride.js +18 -9
  17. data/vendor/assets/javascripts/foundation/foundation.js +86 -21
  18. data/vendor/assets/javascripts/foundation/foundation.magellan.js +15 -6
  19. data/vendor/assets/javascripts/foundation/foundation.offcanvas.js +14 -14
  20. data/vendor/assets/javascripts/foundation/foundation.orbit.js +3 -3
  21. data/vendor/assets/javascripts/foundation/foundation.reveal.js +16 -11
  22. data/vendor/assets/javascripts/foundation/foundation.slider.js +56 -28
  23. data/vendor/assets/javascripts/foundation/foundation.tab.js +9 -9
  24. data/vendor/assets/javascripts/foundation/foundation.tooltip.js +1 -1
  25. data/vendor/assets/javascripts/foundation/foundation.topbar.js +5 -5
  26. data/vendor/assets/stylesheets/foundation/_functions.scss +57 -12
  27. data/vendor/assets/stylesheets/foundation/_settings.scss +25 -21
  28. data/vendor/assets/stylesheets/foundation/components/_accordion.scss +1 -1
  29. data/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss +2 -0
  30. data/vendor/assets/stylesheets/foundation/components/_button-groups.scss +1 -2
  31. data/vendor/assets/stylesheets/foundation/components/_buttons.scss +4 -5
  32. data/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss +11 -10
  33. data/vendor/assets/stylesheets/foundation/components/_dropdown.scss +1 -0
  34. data/vendor/assets/stylesheets/foundation/components/_forms.scss +31 -32
  35. data/vendor/assets/stylesheets/foundation/components/_global.scss +53 -25
  36. data/vendor/assets/stylesheets/foundation/components/_grid.scss +18 -4
  37. data/vendor/assets/stylesheets/foundation/components/_icon-bar.scss +51 -15
  38. data/vendor/assets/stylesheets/foundation/components/_labels.scss +2 -2
  39. data/vendor/assets/stylesheets/foundation/components/_offcanvas.scss +8 -6
  40. data/vendor/assets/stylesheets/foundation/components/_orbit.scss +11 -11
  41. data/vendor/assets/stylesheets/foundation/components/_panels.scss +6 -0
  42. data/vendor/assets/stylesheets/foundation/components/_reveal.scss +6 -3
  43. data/vendor/assets/stylesheets/foundation/components/_sub-nav.scss +1 -3
  44. data/vendor/assets/stylesheets/foundation/components/_switches.scss +25 -13
  45. data/vendor/assets/stylesheets/foundation/components/_tabs.scss +2 -2
  46. data/vendor/assets/stylesheets/foundation/components/_toolbar.scss +3 -3
  47. data/vendor/assets/stylesheets/foundation/components/_top-bar.scss +64 -53
  48. data/vendor/assets/stylesheets/foundation/components/_visibility.scss +7 -7
  49. data/vendor/assets/stylesheets/normalize.scss +5 -3
  50. metadata +8 -8
@@ -4,7 +4,6 @@
4
4
 
5
5
  @import "global";
6
6
  @import "grid";
7
- @import "type";
8
7
 
9
8
  //
10
9
  // @variables
@@ -22,7 +21,7 @@ $tabs-navigation-font-size: rem-calc(16) !default;
22
21
  $tabs-navigation-font-family: $body-font-family !default;
23
22
 
24
23
  $tabs-content-margin-bottom: rem-calc(24) !default;
25
- $tabs-content-padding: $column-gutter/2 !default;
24
+ $tabs-content-padding: ($column-gutter/2) !default;
26
25
 
27
26
  $tabs-vertical-navigation-margin-bottom: 1.25rem !default;
28
27
 
@@ -38,6 +37,7 @@ $tabs-vertical-navigation-margin-bottom: 1.25rem !default;
38
37
  list-style: none;
39
38
  float: $default-float;
40
39
  > a {
40
+ outline: none;
41
41
  display: block;
42
42
  background: {
43
43
  color: $tabs-navigation-bg-color;
@@ -32,7 +32,7 @@
32
32
  float: none;
33
33
  }
34
34
  }
35
-
35
+
36
36
  .tab {
37
37
  text-align: center;
38
38
  width: 25%;
@@ -45,8 +45,8 @@
45
45
  background: rgba($white, 0.1);
46
46
  }
47
47
  }
48
- }
49
-
48
+ }
49
+
50
50
  .toolbar .tab-content {
51
51
  font-size: 16px;
52
52
  text-align: center;
@@ -17,22 +17,13 @@ $topbar-bg-color: $oil !default;
17
17
  $topbar-bg: $topbar-bg-color !default;
18
18
 
19
19
  // Height and margin
20
- $topbar-height: 45px !default;
20
+ $topbar-height: rem-calc(45) !default;
21
21
  $topbar-margin-bottom: 0 !default;
22
22
 
23
23
  // Controlling the styles for the title in the top bar
24
24
  $topbar-title-weight: $font-weight-normal !default;
25
25
  $topbar-title-font-size: rem-calc(17) !default;
26
26
 
27
- // Style the top bar dropdown elements
28
- $topbar-dropdown-bg: $oil !default;
29
- $topbar-dropdown-link-color: $white !default;
30
- $topbar-dropdown-link-bg: $oil !default;
31
- $topbar-dropdown-link-weight: $font-weight-normal !default;
32
- $topbar-dropdown-toggle-size: 5px !default;
33
- $topbar-dropdown-toggle-color: $white !default;
34
- $topbar-dropdown-toggle-alpha: 0.4 !default;
35
-
36
27
  // Set the link colors and styles for top-level nav
37
28
  $topbar-link-color: $white !default;
38
29
  $topbar-link-color-hover: $white !default;
@@ -42,18 +33,29 @@ $topbar-link-weight: $font-weight-normal !default;
42
33
  $topbar-link-font-size: rem-calc(13) !default;
43
34
  $topbar-link-hover-lightness: -10% !default; // Darken by 10%
44
35
  $topbar-link-bg: $topbar-bg !default;
45
- $topbar-link-bg-hover: #272727 !default;
36
+ $topbar-link-bg-hover: $oil !default;
46
37
  $topbar-link-bg-color-hover: $charcoal !default;
47
38
  $topbar-link-bg-active: $primary-color !default;
48
39
  $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%) !default;
49
40
  $topbar-link-font-family: $body-font-family !default;
50
41
  $topbar-link-text-transform: none !default;
51
- $topbar-link-padding: $topbar-height / 3 !default;
42
+ $topbar-link-padding: ($topbar-height / 3) !default;
52
43
  $topbar-back-link-size: rem-calc(18) !default;
53
- $topbar-link-dropdown-padding: 20px !default;
44
+ $topbar-link-dropdown-padding: rem-calc(20) !default;
54
45
  $topbar-button-font-size: 0.75rem !default;
55
46
  $topbar-button-top: 7px !default;
56
47
 
48
+ // Style the top bar dropdown elements
49
+ $topbar-dropdown-bg: $oil !default;
50
+ $topbar-dropdown-link-color: $white !default;
51
+ $topbar-dropdown-link-color-hover: $topbar-link-color-hover !default;
52
+ $topbar-dropdown-link-bg: $oil !default;
53
+ $topbar-dropdown-link-bg-hover: $oil !default;
54
+ $topbar-dropdown-link-weight: $font-weight-normal !default;
55
+ $topbar-dropdown-toggle-size: 5px !default;
56
+ $topbar-dropdown-toggle-color: $white !default;
57
+ $topbar-dropdown-toggle-alpha: 0.4 !default;
58
+
57
59
  $topbar-dropdown-label-color: $monsoon !default;
58
60
  $topbar-dropdown-label-text-transform: uppercase !default;
59
61
  $topbar-dropdown-label-font-weight: $font-weight-bold !default;
@@ -75,6 +77,9 @@ $topbar-transition-speed: 300ms !default;
75
77
  $topbar-breakpoint: #{lower-bound($medium-range)} !default; // Change to 9999px for always mobile layout
76
78
  $topbar-media-query: $medium-up !default;
77
79
 
80
+ // Top-bar input styles
81
+ $topbar-input-height: rem-calc(28) !default;
82
+
78
83
  // Divider Styles
79
84
  $topbar-divider-border-bottom: solid 1px scale-color($topbar-bg-color, $lightness: 13%) !default;
80
85
  $topbar-divider-border-top: solid 1px scale-color($topbar-bg-color, $lightness: -50%) !default;
@@ -82,6 +87,7 @@ $topbar-divider-border-top: solid 1px scale-color($topbar-bg-color, $lightness:
82
87
  // Sticky Class
83
88
  $topbar-sticky-class: ".sticky" !default;
84
89
  $topbar-arrows: true !default; //Set false to remove the triangle icon from the menu item
90
+ $topbar-dropdown-arrows: true !default; //Set false to remove the \00bb >> text from dropdown subnavigation li
85
91
 
86
92
  // Accessibility mixins for hiding and showing the menu dropdown items
87
93
  @mixin topbar-hide-dropdown {
@@ -125,10 +131,10 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
125
131
  z-index: 99;
126
132
 
127
133
  &.expanded:not(.top-bar) {
128
- overflow-y: auto;
129
- height: auto;
130
- width: 100%;
131
- max-height: 100%;
134
+ overflow-y: auto;
135
+ height: auto;
136
+ width: 100%;
137
+ max-height: 100%;
132
138
 
133
139
  .title-area {
134
140
  position: fixed;
@@ -162,16 +168,21 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
162
168
  form,
163
169
  input { margin-bottom: 0; }
164
170
 
165
- input { height: 1.8rem; padding-top: .35rem; padding-bottom: .35rem; font-size: $topbar-button-font-size; }
171
+ input {
172
+ height: $topbar-input-height;
173
+ padding-top: .35rem;
174
+ padding-bottom: .35rem;
175
+ font-size: $topbar-button-font-size;
176
+ }
166
177
 
167
178
  .button, button {
168
179
  padding-top: .35rem + rem-calc(1);
169
180
  padding-bottom: .35rem + rem-calc(1);
170
181
  margin-bottom: 0;
171
182
  font-size: $topbar-button-font-size;
172
- // position: relative;
173
- // top: -1px;
174
-
183
+ // position: relative;
184
+ // top: -1px;
185
+
175
186
  // Corrects a slight misalignment when put next to an input field
176
187
  @media #{$small-only} {
177
188
  position: relative;
@@ -190,7 +201,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
190
201
  margin: 0;
191
202
  font-size: $rem-base;
192
203
 
193
- h1 {
204
+ h1, h2, h3, h4, p, span {
194
205
  line-height: $topbar-height;
195
206
  font-size: $topbar-title-font-size;
196
207
  margin: 0;
@@ -233,7 +244,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
233
244
  }
234
245
  height: 34px;
235
246
  line-height: 33px;
236
- padding: 0 $topbar-link-padding+25 0 $topbar-link-padding;
247
+ padding: 0 $topbar-link-padding+rem-calc(25) 0 $topbar-link-padding;
237
248
  color: $topbar-menu-link-color;
238
249
  position: relative;
239
250
 
@@ -247,9 +258,9 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
247
258
  // $thickness - thickness of lines in hamburger icon, set value in px
248
259
  // $gap - spacing between the lines in hamburger icon, set value in px
249
260
  // $color - icon color
250
- // $hover-color - icon color during hover, here it is set the same as $color because the values are changed on line 264
261
+ // $hover-color - icon color during hover, here it isn't set b/c it would override $topbar-menu-icon-color-toggled
251
262
  // $offcanvas - Set to false of @include in topbar
252
- @include hamburger(16px, false, 0, 1px, 6px, $topbar-menu-icon-color, $topbar-menu-icon-color, false);
263
+ @include hamburger(16px, false, 0, 1px, 6px, $topbar-menu-icon-color, "", false);
253
264
  }
254
265
  }
255
266
  }
@@ -264,11 +275,12 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
264
275
 
265
276
  .toggle-topbar {
266
277
  a { color: $topbar-menu-link-color-toggled;
267
- &::after {
278
+ span::after {
268
279
  // Shh, don't tell, but box-shadows create the menu icon :)
269
- box-shadow: 0 10px 0 1px $topbar-menu-icon-color-toggled,
270
- 0 16px 0 1px $topbar-menu-icon-color-toggled,
271
- 0 22px 0 1px $topbar-menu-icon-color-toggled;
280
+ // Change the color of the bars when the menu is expanded, using given thickness from hamburger() above
281
+ box-shadow: 0 0 0 1px $topbar-menu-icon-color-toggled,
282
+ 0 7px 0 1px $topbar-menu-icon-color-toggled,
283
+ 0 14px 0 1px $topbar-menu-icon-color-toggled;
272
284
  }
273
285
  }
274
286
  }
@@ -312,7 +324,6 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
312
324
  font-weight: $topbar-link-weight;
313
325
  text-transform: $topbar-link-text-transform;
314
326
 
315
-
316
327
  &.button {
317
328
  font-size: $topbar-link-font-size;
318
329
  padding-#{$opposite-direction}: $topbar-link-padding;
@@ -322,6 +333,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
322
333
  &.button.secondary { @include button-style($bg:$secondary-color); }
323
334
  &.button.success { @include button-style($bg:$success-color); }
324
335
  &.button.alert { @include button-style($bg:$alert-color); }
336
+ &.button.warning { @include button-style($bg:$warning-color); }
325
337
  }
326
338
 
327
339
  > button {
@@ -333,6 +345,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
333
345
  &.secondary { @include button-style($bg:$secondary-color); }
334
346
  &.success { @include button-style($bg:$success-color); }
335
347
  &.alert { @include button-style($bg:$alert-color); }
348
+ &.warning { @include button-style($bg:$warning-color); }
336
349
  }
337
350
 
338
351
  // Apply the hover link color when it has that class
@@ -342,7 +355,6 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
342
355
  background: $topbar-link-bg-hover;
343
356
  }
344
357
  color: $topbar-link-color-hover;
345
-
346
358
  }
347
359
 
348
360
  // Apply the active link color when it has that class
@@ -350,8 +362,8 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
350
362
  background: $topbar-link-bg-active;
351
363
  color: $topbar-link-color-active;
352
364
  &:hover {
353
- background: $topbar-link-bg-active-hover;
354
- color: $topbar-link-color-active-hover;
365
+ background: $topbar-link-bg-active-hover;
366
+ color: $topbar-link-color-active-hover;
355
367
  }
356
368
  }
357
369
  }
@@ -415,7 +427,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
415
427
  font-size: $topbar-back-link-size;
416
428
  a {
417
429
  color: $topbar-link-color;
418
- // line-height: $topbar-height / 2;
430
+ // line-height: ($topbar-height / 2);
419
431
  display: block;
420
432
  &:hover { background:none; }
421
433
  }
@@ -455,7 +467,8 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
455
467
  button {
456
468
  font-size: rem-calc(14);
457
469
  position: relative;
458
- top: $topbar-button-top;
470
+ height: $topbar-input-height;
471
+ top: (($topbar-height - $topbar-input-height) / 2);
459
472
  }
460
473
 
461
474
  &.expanded { background: $topbar-bg; }
@@ -520,18 +533,15 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
520
533
  }
521
534
 
522
535
  .has-dropdown {
523
-
524
536
  @if($topbar-arrows){
525
-
526
537
  & > a {
527
538
  padding-#{$opposite-direction}: $topbar-link-padding + $topbar-link-dropdown-padding !important;
528
539
  &:after {
529
540
  @include css-triangle($topbar-dropdown-toggle-size, rgba($topbar-dropdown-toggle-color, $topbar-dropdown-toggle-alpha), top);
530
541
  margin-top: -($topbar-dropdown-toggle-size / 2);
531
- top: $topbar-height / 2;
542
+ top: ($topbar-height / 2);
532
543
  }
533
544
  }
534
-
535
545
  }
536
546
 
537
547
  &.moved { position: relative;
@@ -551,17 +561,18 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
551
561
 
552
562
  .dropdown li.has-dropdown {
553
563
  & > a {
554
- &:after {
555
- border: none;
556
- content: "\00bb";
557
- top: 1rem;
558
- margin-top: -1px;
559
- #{$opposite-direction}: 5px;
560
- line-height: 1.2;
564
+ @if ($topbar-dropdown-arrows){
565
+ &:after {
566
+ border: none;
567
+ content: "\00bb";
568
+ top: 1rem;
569
+ margin-top: -1px;
570
+ #{$opposite-direction}: 5px;
571
+ line-height: 1.2;
572
+ }
561
573
  }
562
574
  }
563
575
  }
564
-
565
576
  }
566
577
 
567
578
  .dropdown {
@@ -586,10 +597,10 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
586
597
  }
587
598
 
588
599
  &:hover > a:not(.button) {
589
- color: $topbar-link-color-hover;
600
+ color: $topbar-dropdown-link-color-hover;
590
601
  background-color: $topbar-link-bg-color-hover;
591
- @if ($topbar-link-bg-hover) {
592
- background: $topbar-link-bg-hover;
602
+ @if ($topbar-dropdown-link-bg-hover) {
603
+ background: $topbar-dropdown-link-bg-hover;
593
604
  }
594
605
  }
595
606
  }
@@ -619,12 +630,12 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
619
630
 
620
631
  .has-form {
621
632
  background: $topbar-link-bg;
622
- padding: 0 $topbar-height / 3;
633
+ padding: 0 ($topbar-height / 3);
623
634
  height: $topbar-height;
624
635
  }
625
636
 
626
637
  // Position overrides for ul.right and ul.left
627
- .right {
638
+ .#{$opposite-direction} {
628
639
  li .dropdown {
629
640
  #{$default-float}: auto;
630
641
  #{$opposite-direction}: 0;
@@ -632,7 +643,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
632
643
  li .dropdown { #{$opposite-direction}: 100%; }
633
644
  }
634
645
  }
635
- .left {
646
+ .#{$default-float} {
636
647
  li .dropdown {
637
648
  #{$opposite-direction}: auto;
638
649
  #{$default-float}: 0;
@@ -257,7 +257,7 @@ $visibility-breakpoint-queries:
257
257
  }
258
258
  @if $include-table-visibility-classes != false {
259
259
  #{$visibility-table-list} {
260
- display: table;
260
+ display: table !important;
261
261
  }
262
262
  #{$visibility-table-header-group-list} {
263
263
  display: table-header-group !important;
@@ -290,7 +290,7 @@ $visibility-breakpoint-queries:
290
290
  /* Specific visibility for tables */
291
291
  table {
292
292
  &.hide-for-landscape,
293
- &.show-for-portrait { display: table; }
293
+ &.show-for-portrait { display: table !important; }
294
294
  }
295
295
  thead {
296
296
  &.hide-for-landscape,
@@ -319,7 +319,7 @@ $visibility-breakpoint-queries:
319
319
  /* Specific visibility for tables */
320
320
  table {
321
321
  &.show-for-landscape,
322
- &.hide-for-portrait { display: table; }
322
+ &.hide-for-portrait { display: table !important; }
323
323
  }
324
324
  thead {
325
325
  &.show-for-landscape,
@@ -349,7 +349,7 @@ $visibility-breakpoint-queries:
349
349
  /* Specific visibility for tables */
350
350
  table {
351
351
  &.show-for-portrait,
352
- &.hide-for-landscape { display: table; }
352
+ &.hide-for-landscape { display: table !important; }
353
353
  }
354
354
  thead {
355
355
  &.show-for-portrait,
@@ -377,8 +377,8 @@ $visibility-breakpoint-queries:
377
377
  .touch .hide-for-touch { display: none !important; }
378
378
 
379
379
  /* Specific visibility for tables */
380
- table.hide-for-touch { display: table; }
381
- .touch table.show-for-touch { display: table; }
380
+ table.hide-for-touch { display: table !important; }
381
+ .touch table.show-for-touch { display: table !important; }
382
382
  thead.hide-for-touch { display: table-header-group !important; }
383
383
  .touch thead.show-for-touch { display: table-header-group !important; }
384
384
  tbody.hide-for-touch { display: table-row-group !important; }
@@ -396,7 +396,7 @@ $visibility-breakpoint-queries:
396
396
  .show-for-print { display: block; }
397
397
  .hide-for-print { display: none; }
398
398
 
399
- table.show-for-print { display: table; }
399
+ table.show-for-print { display: table !important; }
400
400
  thead.show-for-print { display: table-header-group !important; }
401
401
  tbody.show-for-print { display: table-row-group !important; }
402
402
  tr.show-for-print { display: table-row !important; }
@@ -1,4 +1,4 @@
1
- /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
1
+ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
2
2
 
3
3
  /**
4
4
  * 1. Set default font family to sans-serif.
@@ -25,7 +25,8 @@ body {
25
25
 
26
26
  /**
27
27
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
28
- * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
28
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11
29
+ * and Firefox.
29
30
  * Correct `block` display not defined for `main` in IE 11.
30
31
  */
31
32
 
@@ -38,6 +39,7 @@ footer,
38
39
  header,
39
40
  hgroup,
40
41
  main,
42
+ menu,
41
43
  nav,
42
44
  section,
43
45
  summary {
@@ -85,7 +87,7 @@ template {
85
87
  */
86
88
 
87
89
  a {
88
- background: transparent;
90
+ background-color: transparent;
89
91
  }
90
92
 
91
93
  /**
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foundation-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.5.0
4
+ version: 5.5.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-25 00:00:00.000000000 Z
12
+ date: 2014-12-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -35,6 +35,9 @@ dependencies:
35
35
  - - ! '>='
36
36
  - !ruby/object:Gem::Version
37
37
  version: 3.2.0
38
+ - - <
39
+ - !ruby/object:Gem::Version
40
+ version: '3.4'
38
41
  type: :runtime
39
42
  prerelease: false
40
43
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,6 +46,9 @@ dependencies:
43
46
  - - ! '>='
44
47
  - !ruby/object:Gem::Version
45
48
  version: 3.2.0
49
+ - - <
50
+ - !ruby/object:Gem::Version
51
+ version: '3.4'
46
52
  - !ruby/object:Gem::Dependency
47
53
  name: railties
48
54
  requirement: !ruby/object:Gem::Requirement
@@ -236,18 +242,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
236
242
  - - ! '>='
237
243
  - !ruby/object:Gem::Version
238
244
  version: '0'
239
- segments:
240
- - 0
241
- hash: -265992628700706658
242
245
  required_rubygems_version: !ruby/object:Gem::Requirement
243
246
  none: false
244
247
  requirements:
245
248
  - - ! '>='
246
249
  - !ruby/object:Gem::Version
247
250
  version: '0'
248
- segments:
249
- - 0
250
- hash: -265992628700706658
251
251
  requirements: []
252
252
  rubyforge_project:
253
253
  rubygems_version: 1.8.23