uikit2-rails 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/uikit2/rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/uikit/components/accordion.js +1 -1
  5. data/vendor/assets/javascripts/uikit/components/autocomplete.js +1 -1
  6. data/vendor/assets/javascripts/uikit/components/datepicker.js +1 -1
  7. data/vendor/assets/javascripts/uikit/components/form-password.js +1 -1
  8. data/vendor/assets/javascripts/uikit/components/form-select.js +1 -1
  9. data/vendor/assets/javascripts/uikit/components/grid.js +1 -1
  10. data/vendor/assets/javascripts/uikit/components/htmleditor.js +1 -1
  11. data/vendor/assets/javascripts/uikit/components/lightbox.js +2 -2
  12. data/vendor/assets/javascripts/uikit/components/nestable.js +1 -1
  13. data/vendor/assets/javascripts/uikit/components/notify.js +1 -1
  14. data/vendor/assets/javascripts/uikit/components/pagination.js +1 -1
  15. data/vendor/assets/javascripts/uikit/components/parallax.js +2 -2
  16. data/vendor/assets/javascripts/uikit/components/search.js +1 -1
  17. data/vendor/assets/javascripts/uikit/components/slider.js +11 -2
  18. data/vendor/assets/javascripts/uikit/components/slideset.js +1 -1
  19. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +1 -1
  20. data/vendor/assets/javascripts/uikit/components/slideshow.js +10 -10
  21. data/vendor/assets/javascripts/uikit/components/sortable.js +1 -1
  22. data/vendor/assets/javascripts/uikit/components/sticky.js +1 -1
  23. data/vendor/assets/javascripts/uikit/components/timepicker.js +1 -1
  24. data/vendor/assets/javascripts/uikit/components/tooltip.js +1 -1
  25. data/vendor/assets/javascripts/uikit/components/upload.js +1 -1
  26. data/vendor/assets/javascripts/uikit/core/alert.js +1 -1
  27. data/vendor/assets/javascripts/uikit/core/button.js +1 -1
  28. data/vendor/assets/javascripts/uikit/core/core.js +67 -53
  29. data/vendor/assets/javascripts/uikit/core/cover.js +1 -1
  30. data/vendor/assets/javascripts/uikit/core/dropdown.js +1 -1
  31. data/vendor/assets/javascripts/uikit/core/grid.js +3 -2
  32. data/vendor/assets/javascripts/uikit/core/modal.js +9 -6
  33. data/vendor/assets/javascripts/uikit/core/nav.js +1 -1
  34. data/vendor/assets/javascripts/uikit/core/offcanvas.js +6 -6
  35. data/vendor/assets/javascripts/uikit/core/scrollspy.js +1 -1
  36. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +1 -1
  37. data/vendor/assets/javascripts/uikit/core/switcher.js +1 -1
  38. data/vendor/assets/javascripts/uikit/core/tab.js +1 -1
  39. data/vendor/assets/javascripts/uikit/core/toggle.js +1 -1
  40. data/vendor/assets/javascripts/uikit/core/touch.js +1 -1
  41. data/vendor/assets/javascripts/uikit/core/utility.js +18 -2
  42. data/vendor/assets/javascripts/uikit.js +113 -73
  43. data/vendor/assets/stylesheets/uikit/components/accordion.almost-flat.css +1 -1
  44. data/vendor/assets/stylesheets/uikit/components/accordion.css +1 -1
  45. data/vendor/assets/stylesheets/uikit/components/accordion.gradient.css +1 -1
  46. data/vendor/assets/stylesheets/uikit/components/autocomplete.almost-flat.css +1 -1
  47. data/vendor/assets/stylesheets/uikit/components/autocomplete.css +1 -1
  48. data/vendor/assets/stylesheets/uikit/components/autocomplete.gradient.css +1 -1
  49. data/vendor/assets/stylesheets/uikit/components/datepicker.almost-flat.css +1 -1
  50. data/vendor/assets/stylesheets/uikit/components/datepicker.css +1 -1
  51. data/vendor/assets/stylesheets/uikit/components/datepicker.gradient.css +1 -1
  52. data/vendor/assets/stylesheets/uikit/components/dotnav.almost-flat.css +1 -1
  53. data/vendor/assets/stylesheets/uikit/components/dotnav.css +1 -1
  54. data/vendor/assets/stylesheets/uikit/components/dotnav.gradient.css +1 -1
  55. data/vendor/assets/stylesheets/uikit/components/form-advanced.almost-flat.css +1 -1
  56. data/vendor/assets/stylesheets/uikit/components/form-advanced.css +1 -1
  57. data/vendor/assets/stylesheets/uikit/components/form-advanced.gradient.css +1 -1
  58. data/vendor/assets/stylesheets/uikit/components/form-file.almost-flat.css +1 -1
  59. data/vendor/assets/stylesheets/uikit/components/form-file.css +1 -1
  60. data/vendor/assets/stylesheets/uikit/components/form-file.gradient.css +1 -1
  61. data/vendor/assets/stylesheets/uikit/components/form-password.almost-flat.css +1 -1
  62. data/vendor/assets/stylesheets/uikit/components/form-password.css +1 -1
  63. data/vendor/assets/stylesheets/uikit/components/form-password.gradient.css +1 -1
  64. data/vendor/assets/stylesheets/uikit/components/form-select.almost-flat.css +1 -1
  65. data/vendor/assets/stylesheets/uikit/components/form-select.css +1 -1
  66. data/vendor/assets/stylesheets/uikit/components/form-select.gradient.css +1 -1
  67. data/vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.css +1 -1
  68. data/vendor/assets/stylesheets/uikit/components/htmleditor.css +1 -1
  69. data/vendor/assets/stylesheets/uikit/components/htmleditor.gradient.css +1 -1
  70. data/vendor/assets/stylesheets/uikit/components/nestable.almost-flat.css +1 -1
  71. data/vendor/assets/stylesheets/uikit/components/nestable.css +1 -1
  72. data/vendor/assets/stylesheets/uikit/components/nestable.gradient.css +1 -1
  73. data/vendor/assets/stylesheets/uikit/components/notify.almost-flat.css +1 -1
  74. data/vendor/assets/stylesheets/uikit/components/notify.css +1 -1
  75. data/vendor/assets/stylesheets/uikit/components/notify.gradient.css +1 -1
  76. data/vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.css +1 -1
  77. data/vendor/assets/stylesheets/uikit/components/placeholder.css +1 -1
  78. data/vendor/assets/stylesheets/uikit/components/placeholder.gradient.css +1 -1
  79. data/vendor/assets/stylesheets/uikit/components/progress.almost-flat.css +1 -1
  80. data/vendor/assets/stylesheets/uikit/components/progress.css +1 -1
  81. data/vendor/assets/stylesheets/uikit/components/progress.gradient.css +1 -1
  82. data/vendor/assets/stylesheets/uikit/components/search.almost-flat.css +1 -1
  83. data/vendor/assets/stylesheets/uikit/components/search.css +1 -1
  84. data/vendor/assets/stylesheets/uikit/components/search.gradient.css +1 -1
  85. data/vendor/assets/stylesheets/uikit/components/slidenav.almost-flat.css +1 -1
  86. data/vendor/assets/stylesheets/uikit/components/slidenav.css +1 -1
  87. data/vendor/assets/stylesheets/uikit/components/slidenav.gradient.css +1 -1
  88. data/vendor/assets/stylesheets/uikit/components/slider.almost-flat.css +1 -1
  89. data/vendor/assets/stylesheets/uikit/components/slider.css +1 -1
  90. data/vendor/assets/stylesheets/uikit/components/slider.gradient.css +1 -1
  91. data/vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.css +1 -1
  92. data/vendor/assets/stylesheets/uikit/components/slideshow.css +1 -1
  93. data/vendor/assets/stylesheets/uikit/components/slideshow.gradient.css +1 -1
  94. data/vendor/assets/stylesheets/uikit/components/sortable.almost-flat.css +1 -1
  95. data/vendor/assets/stylesheets/uikit/components/sortable.css +1 -1
  96. data/vendor/assets/stylesheets/uikit/components/sortable.gradient.css +1 -1
  97. data/vendor/assets/stylesheets/uikit/components/sticky.almost-flat.css +1 -1
  98. data/vendor/assets/stylesheets/uikit/components/sticky.css +1 -1
  99. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.css +1 -1
  100. data/vendor/assets/stylesheets/uikit/components/tooltip.almost-flat.css +1 -1
  101. data/vendor/assets/stylesheets/uikit/components/tooltip.css +1 -1
  102. data/vendor/assets/stylesheets/uikit/components/tooltip.gradient.css +1 -1
  103. data/vendor/assets/stylesheets/uikit/components/upload.almost-flat.css +1 -1
  104. data/vendor/assets/stylesheets/uikit/components/upload.css +1 -1
  105. data/vendor/assets/stylesheets/uikit/components/upload.gradient.css +1 -1
  106. data/vendor/assets/stylesheets/uikit.almost-flat.css +4 -1
  107. data/vendor/assets/stylesheets/uikit.css +4 -1
  108. data/vendor/assets/stylesheets/uikit.gradient.css +4 -1
  109. metadata +3 -3
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Placeholder
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Placeholder
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Placeholder
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Progress
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Progress
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Progress
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Search
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Search
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Search
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slidenav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slidenav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slidenav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slider
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slider
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slider
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sticky
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sticky
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sticky
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Tooltip
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Tooltip
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Tooltip
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Upload
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Upload
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Upload
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -8303,6 +8303,7 @@ a.uk-thumbnail:focus {
8303
8303
  ========================================================================== */
8304
8304
  /*
8305
8305
  * Display
8306
+ * 1. Required if child is a responsive image
8306
8307
  */
8307
8308
  .uk-display-block {
8308
8309
  display: block !important;
@@ -8312,6 +8313,8 @@ a.uk-thumbnail:focus {
8312
8313
  }
8313
8314
  .uk-display-inline-block {
8314
8315
  display: inline-block !important;
8316
+ /* 1 */
8317
+ max-width: 100%;
8315
8318
  }
8316
8319
  /*
8317
8320
  * Visibility
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -8012,6 +8012,7 @@ a.uk-thumbnail:focus {
8012
8012
  ========================================================================== */
8013
8013
  /*
8014
8014
  * Display
8015
+ * 1. Required if child is a responsive image
8015
8016
  */
8016
8017
  .uk-display-block {
8017
8018
  display: block !important;
@@ -8021,6 +8022,8 @@ a.uk-thumbnail:focus {
8021
8022
  }
8022
8023
  .uk-display-inline-block {
8023
8024
  display: inline-block !important;
8025
+ /* 1 */
8026
+ max-width: 100%;
8024
8027
  }
8025
8028
  /*
8026
8029
  * Visibility
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -8364,6 +8364,7 @@ a.uk-thumbnail:focus {
8364
8364
  ========================================================================== */
8365
8365
  /*
8366
8366
  * Display
8367
+ * 1. Required if child is a responsive image
8367
8368
  */
8368
8369
  .uk-display-block {
8369
8370
  display: block !important;
@@ -8373,6 +8374,8 @@ a.uk-thumbnail:focus {
8373
8374
  }
8374
8375
  .uk-display-inline-block {
8375
8376
  display: inline-block !important;
8377
+ /* 1 */
8378
+ max-width: 100%;
8376
8379
  }
8377
8380
  /*
8378
8381
  * Visibility
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uikit2-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikolay Digaev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-07 00:00:00.000000000 Z
11
+ date: 2015-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  version: '0'
188
188
  requirements: []
189
189
  rubyforge_project:
190
- rubygems_version: 2.4.8
190
+ rubygems_version: 2.4.5.1
191
191
  signing_key:
192
192
  specification_version: 4
193
193
  summary: uikit gem for Ruby on Rails.