ui_bibz 1.2.5.3 → 2.0.0.alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (188) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/Gemfile +1 -0
  4. data/Gemfile.lock +10 -7
  5. data/README.md +8 -1042
  6. data/app/assets/javascripts/multi_column.coffee +45 -0
  7. data/app/assets/javascripts/{ui_bibz.js.coffee → ui_bibz.coffee} +16 -3
  8. data/app/assets/stylesheets/fix-bootstrap-4.sass +2 -0
  9. data/app/assets/stylesheets/ui_bibz.sass +22 -9
  10. data/app/inputs/custom_inputs/date_picker_input.rb +10 -0
  11. data/app/inputs/custom_inputs/date_picker_input_old.rb +61 -0
  12. data/app/inputs/custom_inputs/multi_column_input.rb +18 -0
  13. data/app/inputs/custom_inputs/multi_select_input.rb +15 -0
  14. data/app/inputs/custom_inputs/surround_input.rb +10 -0
  15. data/doc/UiBibz.html +2 -2
  16. data/doc/UiBibz/Concerns.html +1 -1
  17. data/doc/UiBibz/Concerns/Models.html +1 -1
  18. data/doc/UiBibz/Concerns/Models/Searchable.html +1 -1
  19. data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +5 -5
  20. data/doc/UiBibz/Helpers.html +1 -1
  21. data/doc/UiBibz/Helpers/MetaHelper.html +1 -1
  22. data/doc/UiBibz/Helpers/UiCoreHelper.html +1 -1
  23. data/doc/UiBibz/Helpers/UiUxHelper.html +1 -1
  24. data/doc/UiBibz/Helpers/UtilsHelper.html +1 -1
  25. data/doc/UiBibz/Rails.html +1 -1
  26. data/doc/UiBibz/Rails/Engine.html +1 -1
  27. data/doc/UiBibz/Ui.html +1 -1
  28. data/doc/UiBibz/Ui/Base.html +1 -1
  29. data/doc/UiBibz/Ui/Core.html +1 -1
  30. data/doc/UiBibz/Ui/Core/Alert.html +1 -1
  31. data/doc/UiBibz/Ui/Core/Bar.html +1 -1
  32. data/doc/UiBibz/Ui/Core/Breadcrumb.html +1 -1
  33. data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +1 -1
  34. data/doc/UiBibz/Ui/Core/Button.html +1 -1
  35. data/doc/UiBibz/Ui/Core/ButtonDropdown.html +1 -1
  36. data/doc/UiBibz/Ui/Core/ButtonGroup.html +1 -1
  37. data/doc/UiBibz/Ui/Core/ButtonLink.html +1 -1
  38. data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +1 -1
  39. data/doc/UiBibz/Ui/Core/Col.html +1 -1
  40. data/doc/UiBibz/Ui/Core/Component.html +1 -1
  41. data/doc/UiBibz/Ui/Core/Dropdown.html +1 -1
  42. data/doc/UiBibz/Ui/Core/DropdownDivider.html +1 -1
  43. data/doc/UiBibz/Ui/Core/DropdownHeader.html +1 -1
  44. data/doc/UiBibz/Ui/Core/DropdownLink.html +1 -1
  45. data/doc/UiBibz/Ui/Core/Glyph.html +1 -1
  46. data/doc/UiBibz/Ui/Core/Jumbotron.html +1 -1
  47. data/doc/UiBibz/Ui/Core/Label.html +1 -1
  48. data/doc/UiBibz/Ui/Core/List.html +1 -1
  49. data/doc/UiBibz/Ui/Core/ListGroup.html +1 -1
  50. data/doc/UiBibz/Ui/Core/Modal.html +1 -1
  51. data/doc/UiBibz/Ui/Core/ModalBody.html +1 -1
  52. data/doc/UiBibz/Ui/Core/ModalFooter.html +1 -1
  53. data/doc/UiBibz/Ui/Core/ModalHeader.html +1 -1
  54. data/doc/UiBibz/Ui/Core/Nav.html +1 -1
  55. data/doc/UiBibz/Ui/Core/NavDropdown.html +1 -1
  56. data/doc/UiBibz/Ui/Core/NavLink.html +1 -1
  57. data/doc/UiBibz/Ui/Core/Navbar.html +1 -1
  58. data/doc/UiBibz/Ui/Core/NavbarForm.html +1 -1
  59. data/doc/UiBibz/Ui/Core/NavbarNav.html +1 -1
  60. data/doc/UiBibz/Ui/Core/NavbarText.html +1 -1
  61. data/doc/UiBibz/Ui/Core/Panel.html +1 -1
  62. data/doc/UiBibz/Ui/Core/ProgressBar.html +1 -1
  63. data/doc/UiBibz/Ui/Core/Row.html +1 -1
  64. data/doc/UiBibz/Ui/Core/Stars.html +1 -1
  65. data/doc/UiBibz/Ui/Ux.html +1 -1
  66. data/doc/UiBibz/Ui/Ux/Actionable.html +1 -1
  67. data/doc/UiBibz/Ui/Ux/Actions.html +1 -1
  68. data/doc/UiBibz/Ui/Ux/Column.html +1 -1
  69. data/doc/UiBibz/Ui/Ux/Columns.html +1 -1
  70. data/doc/UiBibz/Ui/Ux/Grid.html +1 -1
  71. data/doc/UiBibz/Ui/Ux/Paginable.html +1 -1
  72. data/doc/UiBibz/Ui/Ux/Searchable.html +1 -1
  73. data/doc/UiBibz/Ui/Ux/Sortable.html +1 -1
  74. data/doc/UiBibz/Ui/Ux/Store.html +18 -70
  75. data/doc/UiBibz/Ui/Ux/Table.html +1 -1
  76. data/doc/UiBibz/Ui/Ux/TablePagination.html +1 -1
  77. data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +1 -1
  78. data/doc/UiBibz/Ui/Ux/TablePanel.html +1 -1
  79. data/doc/UiBibz/Ui/Ux/TableSearchField.html +1 -1
  80. data/doc/UiBibz/Utils.html +1 -1
  81. data/doc/UiBibz/Utils/Internationalization.html +1 -1
  82. data/doc/_index.html +1 -1
  83. data/doc/file.README.html +47 -51
  84. data/doc/index.html +47 -51
  85. data/doc/method_list.html +69 -75
  86. data/doc/top-level-namespace.html +1 -1
  87. data/lib/ui_bibz.rb +14 -7
  88. data/lib/ui_bibz/helpers/ui_core_helper.rb +46 -11
  89. data/lib/ui_bibz/helpers/ui_ux_helper.rb +7 -3
  90. data/lib/ui_bibz/rails/engine.rb +2 -2
  91. data/lib/ui_bibz/ui/base.rb +5 -0
  92. data/lib/ui_bibz/ui/core/alert.rb +15 -6
  93. data/lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb +37 -2
  94. data/lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb +3 -3
  95. data/lib/ui_bibz/ui/core/button/button.rb +39 -6
  96. data/lib/ui_bibz/ui/core/button/button_choice.rb +104 -0
  97. data/lib/ui_bibz/ui/core/button/button_dropdown.rb +15 -2
  98. data/lib/ui_bibz/ui/core/button/button_group.rb +17 -5
  99. data/lib/ui_bibz/ui/core/button/button_link.rb +8 -11
  100. data/lib/ui_bibz/ui/core/button/button_split_dropdown.rb +15 -5
  101. data/lib/ui_bibz/ui/core/card/card.rb +158 -0
  102. data/lib/ui_bibz/ui/core/card/card_column.rb +60 -0
  103. data/lib/ui_bibz/ui/core/card/card_deck.rb +62 -0
  104. data/lib/ui_bibz/ui/core/card/card_group.rb +60 -0
  105. data/lib/ui_bibz/ui/core/card/components/block/card_block_link.rb +51 -0
  106. data/lib/ui_bibz/ui/core/card/components/block/card_block_text.rb +51 -0
  107. data/lib/ui_bibz/ui/core/card/components/block/card_block_title.rb +51 -0
  108. data/lib/ui_bibz/ui/core/card/components/card_block.rb +67 -0
  109. data/lib/ui_bibz/ui/core/card/components/card_footer.rb +55 -0
  110. data/lib/ui_bibz/ui/core/card/components/card_header.rb +51 -0
  111. data/lib/ui_bibz/ui/core/card/components/card_image.rb +57 -0
  112. data/lib/ui_bibz/ui/core/card/components/card_list_group.rb +47 -0
  113. data/lib/ui_bibz/ui/core/component.rb +78 -32
  114. data/lib/ui_bibz/ui/core/dropdown/components/dropdown_divider.rb +1 -1
  115. data/lib/ui_bibz/ui/core/dropdown/components/dropdown_header.rb +11 -1
  116. data/lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb +11 -4
  117. data/lib/ui_bibz/ui/core/dropdown/dropdown.rb +14 -6
  118. data/lib/ui_bibz/ui/core/glyph.rb +22 -4
  119. data/lib/ui_bibz/ui/core/input/date_picker_field.rb +125 -0
  120. data/lib/ui_bibz/ui/core/input/multi_column_field.rb +77 -0
  121. data/lib/ui_bibz/ui/core/input/multi_select_field.rb +89 -0
  122. data/lib/ui_bibz/ui/core/input/surround_field.rb +74 -0
  123. data/lib/ui_bibz/ui/core/jumbotron.rb +10 -6
  124. data/lib/ui_bibz/ui/core/label.rb +13 -3
  125. data/lib/ui_bibz/ui/core/{col.rb → layout/col.rb} +38 -18
  126. data/lib/ui_bibz/ui/core/layout/container.rb +65 -0
  127. data/lib/ui_bibz/ui/core/{row.rb → layout/row.rb} +7 -1
  128. data/lib/ui_bibz/ui/core/list/components/list.rb +26 -11
  129. data/lib/ui_bibz/ui/core/list/components/list_body.rb +36 -0
  130. data/lib/ui_bibz/ui/core/list/components/list_header.rb +36 -0
  131. data/lib/ui_bibz/ui/core/list/list_group.rb +7 -3
  132. data/lib/ui_bibz/ui/core/modal/components/modal_body.rb +7 -1
  133. data/lib/ui_bibz/ui/core/modal/components/modal_footer.rb +7 -1
  134. data/lib/ui_bibz/ui/core/modal/components/modal_header.rb +5 -2
  135. data/lib/ui_bibz/ui/core/modal/modal.rb +13 -2
  136. data/lib/ui_bibz/ui/core/nav/components/nav_dropdown.rb +6 -2
  137. data/lib/ui_bibz/ui/core/nav/components/nav_link.rb +7 -18
  138. data/lib/ui_bibz/ui/core/nav/components/nav_link_link.rb +45 -0
  139. data/lib/ui_bibz/ui/core/nav/components/nav_link_list.rb +35 -0
  140. data/lib/ui_bibz/ui/core/nav/components/navbar_brand.rb +40 -0
  141. data/lib/ui_bibz/ui/core/nav/components/navbar_form.rb +2 -2
  142. data/lib/ui_bibz/ui/core/nav/components/navbar_nav.rb +1 -1
  143. data/lib/ui_bibz/ui/core/nav/components/navbar_text.rb +6 -2
  144. data/lib/ui_bibz/ui/core/nav/nav.rb +22 -4
  145. data/lib/ui_bibz/ui/core/nav/navbar.rb +26 -17
  146. data/lib/ui_bibz/ui/core/progress.rb +98 -0
  147. data/lib/ui_bibz/ui/core/stars.rb +13 -5
  148. data/lib/ui_bibz/ui/ux/table/components/actions.rb +4 -0
  149. data/lib/ui_bibz/ui/ux/table/components/store.rb +4 -4
  150. data/lib/ui_bibz/ui/ux/table/extensions/actionable.rb +15 -13
  151. data/lib/ui_bibz/ui/ux/table/extensions/paginable.rb +7 -6
  152. data/lib/ui_bibz/ui/ux/table/extensions/searchable.rb +6 -5
  153. data/lib/ui_bibz/ui/ux/table/table.rb +14 -7
  154. data/lib/ui_bibz/ui/ux/table/{table_panel.rb → table_card.rb} +34 -36
  155. data/lib/ui_bibz/ui/ux/table/table_search_field.rb +19 -11
  156. data/lib/ui_bibz/version.rb +1 -1
  157. data/test/ui/breadcrumb_test.rb +25 -0
  158. data/test/ui/button_test.rb +44 -4
  159. data/test/ui/card_test.rb +106 -0
  160. data/test/ui/col_test.rb +22 -0
  161. data/test/ui/dropdown_test.rb +1 -1
  162. data/test/ui/inputs_test.rb +81 -0
  163. data/test/ui/list_group_test.rb +1 -1
  164. data/test/ui/nav_test.rb +4 -5
  165. data/test/ui/table_test.rb +11 -11
  166. data/test/ui_helper_test.rb +29 -18
  167. data/ui_bibz.gemspec +3 -3
  168. data/vendor/assets/images/switch.png +0 -0
  169. data/vendor/assets/javascripts/bootstrap-4.0.0-alpha.min.js +7 -0
  170. data/vendor/assets/javascripts/bootstrap-multiselect.min.js +1180 -0
  171. data/vendor/assets/javascripts/jquery.multi-select.min.js +1 -0
  172. data/vendor/assets/javascripts/jquery.quicksearch.min.js +1 -0
  173. data/vendor/assets/stylesheets/bootstrap-4.0.0-alpha.min.css +6 -0
  174. data/vendor/assets/stylesheets/bootstrap-datepicker3.min.css +1 -1
  175. data/vendor/assets/stylesheets/bootstrap-multiselect.min.css +1 -0
  176. data/vendor/assets/stylesheets/multi-select.min.css +1 -0
  177. metadata +70 -24
  178. data/.yardoc/checksums +0 -59
  179. data/.yardoc/object_types +0 -0
  180. data/.yardoc/objects/root.dat +0 -0
  181. data/.yardoc/proxy_types +0 -0
  182. data/lib/ui_bibz/helpers/meta_helper.rb +0 -32
  183. data/lib/ui_bibz/ui/core/panel.rb +0 -138
  184. data/lib/ui_bibz/ui/core/progress_bar/components/bar.rb +0 -105
  185. data/lib/ui_bibz/ui/core/progress_bar/progress_bar.rb +0 -94
  186. data/lib/ui_bibz/ui/ux/grid.rb +0 -121
  187. data/test/ui/grid_test.rb +0 -46
  188. data/test/ui/panel_test.rb +0 -52
@@ -119,7 +119,7 @@
119
119
  </div>
120
120
 
121
121
  <div id="footer">
122
- Generated on Wed Jan 13 16:47:02 2016 by
122
+ Generated on Mon Oct 19 15:25:14 2015 by
123
123
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124
124
  0.8.7.6 (ruby-2.2.3).
125
125
  </div>
@@ -374,7 +374,7 @@ end.render</code></pre>
374
374
  </div>
375
375
 
376
376
  <div id="footer">
377
- Generated on Wed Jan 13 16:47:02 2016 by
377
+ Generated on Mon Oct 19 15:25:14 2015 by
378
378
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
379
379
  0.8.7.6 (ruby-2.2.3).
380
380
  </div>
@@ -363,7 +363,7 @@ pass arguments in options attribute:</p>
363
363
  </div>
364
364
 
365
365
  <div id="footer">
366
- Generated on Wed Jan 13 16:47:05 2016 by
366
+ Generated on Mon Oct 19 15:25:16 2015 by
367
367
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
368
368
  0.8.7.6 (ruby-2.2.3).
369
369
  </div>
@@ -433,7 +433,7 @@ end</code></pre>
433
433
  </div>
434
434
 
435
435
  <div id="footer">
436
- Generated on Wed Jan 13 16:47:04 2016 by
436
+ Generated on Mon Oct 19 15:25:16 2015 by
437
437
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
438
438
  0.8.7.6 (ruby-2.2.3).
439
439
  </div>
@@ -360,7 +360,7 @@ end.render</code></pre>
360
360
  </div>
361
361
 
362
362
  <div id="footer">
363
- Generated on Wed Jan 13 16:47:05 2016 by
363
+ Generated on Mon Oct 19 15:25:17 2015 by
364
364
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
365
365
  0.8.7.6 (ruby-2.2.3).
366
366
  </div>
@@ -371,7 +371,7 @@ pass arguments in options attribute:</p>
371
371
  </div>
372
372
 
373
373
  <div id="footer">
374
- Generated on Wed Jan 13 16:47:03 2016 by
374
+ Generated on Mon Oct 19 15:25:15 2015 by
375
375
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
376
376
  0.8.7.6 (ruby-2.2.3).
377
377
  </div>
@@ -392,7 +392,7 @@ end</code></pre>
392
392
  </div>
393
393
 
394
394
  <div id="footer">
395
- Generated on Wed Jan 13 16:47:04 2016 by
395
+ Generated on Mon Oct 19 15:25:16 2015 by
396
396
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
397
397
  0.8.7.6 (ruby-2.2.3).
398
398
  </div>
@@ -363,7 +363,7 @@ end</code></pre>
363
363
  </div>
364
364
 
365
365
  <div id="footer">
366
- Generated on Wed Jan 13 16:47:03 2016 by
366
+ Generated on Mon Oct 19 15:25:15 2015 by
367
367
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
368
368
  0.8.7.6 (ruby-2.2.3).
369
369
  </div>
@@ -373,7 +373,7 @@ pass arguments in options attribute:</p>
373
373
  </div>
374
374
 
375
375
  <div id="footer">
376
- Generated on Wed Jan 13 16:47:03 2016 by
376
+ Generated on Mon Oct 19 15:25:15 2015 by
377
377
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
378
378
  0.8.7.6 (ruby-2.2.3).
379
379
  </div>
@@ -394,7 +394,7 @@ end</code></pre>
394
394
  </div>
395
395
 
396
396
  <div id="footer">
397
- Generated on Wed Jan 13 16:47:05 2016 by
397
+ Generated on Mon Oct 19 15:25:16 2015 by
398
398
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
399
399
  0.8.7.6 (ruby-2.2.3).
400
400
  </div>
@@ -364,7 +364,7 @@ pass arguments in options attribute:</p>
364
364
  </div>
365
365
 
366
366
  <div id="footer">
367
- Generated on Wed Jan 13 16:47:02 2016 by
367
+ Generated on Mon Oct 19 15:25:14 2015 by
368
368
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
369
369
  0.8.7.6 (ruby-2.2.3).
370
370
  </div>
@@ -1078,7 +1078,7 @@ variable &#39;content&#39; does not exit.</p>
1078
1078
  </div>
1079
1079
 
1080
1080
  <div id="footer">
1081
- Generated on Wed Jan 13 16:47:03 2016 by
1081
+ Generated on Mon Oct 19 15:25:15 2015 by
1082
1082
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1083
1083
  0.8.7.6 (ruby-2.2.3).
1084
1084
  </div>
@@ -654,7 +654,7 @@ end</code></pre>
654
654
  </div>
655
655
 
656
656
  <div id="footer">
657
- Generated on Wed Jan 13 16:47:03 2016 by
657
+ Generated on Mon Oct 19 15:25:15 2015 by
658
658
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
659
659
  0.8.7.6 (ruby-2.2.3).
660
660
  </div>
@@ -292,7 +292,7 @@
292
292
  </div>
293
293
 
294
294
  <div id="footer">
295
- Generated on Wed Jan 13 16:47:05 2016 by
295
+ Generated on Mon Oct 19 15:25:17 2015 by
296
296
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
297
297
  0.8.7.6 (ruby-2.2.3).
298
298
  </div>
@@ -346,7 +346,7 @@ in content to add a separator</p>
346
346
  </div>
347
347
 
348
348
  <div id="footer">
349
- Generated on Wed Jan 13 16:47:05 2016 by
349
+ Generated on Mon Oct 19 15:25:17 2015 by
350
350
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
351
351
  0.8.7.6 (ruby-2.2.3).
352
352
  </div>
@@ -367,7 +367,7 @@ pass arguments in options attribute:</p>
367
367
  </div>
368
368
 
369
369
  <div id="footer">
370
- Generated on Wed Jan 13 16:47:05 2016 by
370
+ Generated on Mon Oct 19 15:25:17 2015 by
371
371
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
372
372
  0.8.7.6 (ruby-2.2.3).
373
373
  </div>
@@ -376,7 +376,7 @@ pass arguments in options attribute:</p>
376
376
  </div>
377
377
 
378
378
  <div id="footer">
379
- Generated on Wed Jan 13 16:47:02 2016 by
379
+ Generated on Mon Oct 19 15:25:14 2015 by
380
380
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
381
381
  0.8.7.6 (ruby-2.2.3).
382
382
  </div>
@@ -370,7 +370,7 @@ pass arguments in options attribute:</p>
370
370
  </div>
371
371
 
372
372
  <div id="footer">
373
- Generated on Wed Jan 13 16:47:03 2016 by
373
+ Generated on Mon Oct 19 15:25:15 2015 by
374
374
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
375
375
  0.8.7.6 (ruby-2.2.3).
376
376
  </div>
@@ -370,7 +370,7 @@ pass arguments in options attribute:</p>
370
370
  </div>
371
371
 
372
372
  <div id="footer">
373
- Generated on Wed Jan 13 16:47:02 2016 by
373
+ Generated on Mon Oct 19 15:25:14 2015 by
374
374
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
375
375
  0.8.7.6 (ruby-2.2.3).
376
376
  </div>
@@ -519,7 +519,7 @@ pass arguments in options attribute:</p>
519
519
  </div>
520
520
 
521
521
  <div id="footer">
522
- Generated on Wed Jan 13 16:47:04 2016 by
522
+ Generated on Mon Oct 19 15:25:15 2015 by
523
523
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
524
524
  0.8.7.6 (ruby-2.2.3).
525
525
  </div>
@@ -465,7 +465,7 @@ end</code></pre>
465
465
  </div>
466
466
 
467
467
  <div id="footer">
468
- Generated on Wed Jan 13 16:47:03 2016 by
468
+ Generated on Mon Oct 19 15:25:15 2015 by
469
469
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
470
470
  0.8.7.6 (ruby-2.2.3).
471
471
  </div>
@@ -534,7 +534,7 @@ end.render</code></pre>
534
534
  </div>
535
535
 
536
536
  <div id="footer">
537
- Generated on Wed Jan 13 16:47:03 2016 by
537
+ Generated on Mon Oct 19 15:25:15 2015 by
538
538
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
539
539
  0.8.7.6 (ruby-2.2.3).
540
540
  </div>
@@ -344,7 +344,7 @@ pass arguments in options attribute:</p>
344
344
  </div>
345
345
 
346
346
  <div id="footer">
347
- Generated on Wed Jan 13 16:47:04 2016 by
347
+ Generated on Mon Oct 19 15:25:16 2015 by
348
348
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
349
349
  0.8.7.6 (ruby-2.2.3).
350
350
  </div>
@@ -344,7 +344,7 @@ pass arguments in options attribute:</p>
344
344
  </div>
345
345
 
346
346
  <div id="footer">
347
- Generated on Wed Jan 13 16:47:05 2016 by
347
+ Generated on Mon Oct 19 15:25:16 2015 by
348
348
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
349
349
  0.8.7.6 (ruby-2.2.3).
350
350
  </div>
@@ -350,7 +350,7 @@ pass arguments in options attribute:</p>
350
350
  </div>
351
351
 
352
352
  <div id="footer">
353
- Generated on Wed Jan 13 16:47:05 2016 by
353
+ Generated on Mon Oct 19 15:25:16 2015 by
354
354
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
355
355
  0.8.7.6 (ruby-2.2.3).
356
356
  </div>
@@ -506,7 +506,7 @@ end</code></pre>
506
506
  </div>
507
507
 
508
508
  <div id="footer">
509
- Generated on Wed Jan 13 16:47:03 2016 by
509
+ Generated on Mon Oct 19 15:25:14 2015 by
510
510
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
511
511
  0.8.7.6 (ruby-2.2.3).
512
512
  </div>
@@ -382,7 +382,7 @@ end</code></pre>
382
382
  </div>
383
383
 
384
384
  <div id="footer">
385
- Generated on Wed Jan 13 16:47:04 2016 by
385
+ Generated on Mon Oct 19 15:25:16 2015 by
386
386
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
387
387
  0.8.7.6 (ruby-2.2.3).
388
388
  </div>
@@ -355,7 +355,7 @@ end.render</code></pre>
355
355
  </div>
356
356
 
357
357
  <div id="footer">
358
- Generated on Wed Jan 13 16:47:04 2016 by
358
+ Generated on Mon Oct 19 15:25:16 2015 by
359
359
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
360
360
  0.8.7.6 (ruby-2.2.3).
361
361
  </div>
@@ -637,7 +637,7 @@ end</code></pre>
637
637
  </div>
638
638
 
639
639
  <div id="footer">
640
- Generated on Wed Jan 13 16:47:03 2016 by
640
+ Generated on Mon Oct 19 15:25:15 2015 by
641
641
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
642
642
  0.8.7.6 (ruby-2.2.3).
643
643
  </div>
@@ -355,7 +355,7 @@ pass arguments in options attribute:</p>
355
355
  </div>
356
356
 
357
357
  <div id="footer">
358
- Generated on Wed Jan 13 16:47:04 2016 by
358
+ Generated on Mon Oct 19 15:25:16 2015 by
359
359
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
360
360
  0.8.7.6 (ruby-2.2.3).
361
361
  </div>
@@ -293,7 +293,7 @@ end</code></pre>
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Wed Jan 13 16:47:04 2016 by
296
+ Generated on Mon Oct 19 15:25:16 2015 by
297
297
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
298
  0.8.7.6 (ruby-2.2.3).
299
299
  </div>
@@ -346,7 +346,7 @@ end.render</code></pre>
346
346
  </div>
347
347
 
348
348
  <div id="footer">
349
- Generated on Wed Jan 13 16:47:04 2016 by
349
+ Generated on Mon Oct 19 15:25:16 2015 by
350
350
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
351
351
  0.8.7.6 (ruby-2.2.3).
352
352
  </div>
@@ -608,7 +608,7 @@ pass arguments in options attribute:</p>
608
608
  </div>
609
609
 
610
610
  <div id="footer">
611
- Generated on Wed Jan 13 16:47:03 2016 by
611
+ Generated on Mon Oct 19 15:25:14 2015 by
612
612
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
613
613
  0.8.7.6 (ruby-2.2.3).
614
614
  </div>
@@ -453,7 +453,7 @@ end.render</code></pre>
453
453
  </div>
454
454
 
455
455
  <div id="footer">
456
- Generated on Wed Jan 13 16:47:04 2016 by
456
+ Generated on Mon Oct 19 15:25:16 2015 by
457
457
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
458
458
  0.8.7.6 (ruby-2.2.3).
459
459
  </div>
@@ -341,7 +341,7 @@
341
341
  </div>
342
342
 
343
343
  <div id="footer">
344
- Generated on Wed Jan 13 16:47:02 2016 by
344
+ Generated on Mon Oct 19 15:25:14 2015 by
345
345
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
346
346
  0.8.7.6 (ruby-2.2.3).
347
347
  </div>
@@ -362,7 +362,7 @@ pass arguments in options attribute:</p>
362
362
  </div>
363
363
 
364
364
  <div id="footer">
365
- Generated on Wed Jan 13 16:47:03 2016 by
365
+ Generated on Mon Oct 19 15:25:14 2015 by
366
366
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
367
367
  0.8.7.6 (ruby-2.2.3).
368
368
  </div>
@@ -119,7 +119,7 @@
119
119
  </div>
120
120
 
121
121
  <div id="footer">
122
- Generated on Wed Jan 13 16:47:02 2016 by
122
+ Generated on Mon Oct 19 15:25:14 2015 by
123
123
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124
124
  0.8.7.6 (ruby-2.2.3).
125
125
  </div>
@@ -469,7 +469,7 @@
469
469
  </div>
470
470
 
471
471
  <div id="footer">
472
- Generated on Wed Jan 13 16:47:04 2016 by
472
+ Generated on Mon Oct 19 15:25:16 2015 by
473
473
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
474
474
  0.8.7.6 (ruby-2.2.3).
475
475
  </div>
@@ -593,7 +593,7 @@
593
593
  </div>
594
594
 
595
595
  <div id="footer">
596
- Generated on Wed Jan 13 16:47:04 2016 by
596
+ Generated on Mon Oct 19 15:25:16 2015 by
597
597
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
598
598
  0.8.7.6 (ruby-2.2.3).
599
599
  </div>
@@ -1240,7 +1240,7 @@
1240
1240
  </div>
1241
1241
 
1242
1242
  <div id="footer">
1243
- Generated on Wed Jan 13 16:47:04 2016 by
1243
+ Generated on Mon Oct 19 15:25:16 2015 by
1244
1244
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1245
1245
  0.8.7.6 (ruby-2.2.3).
1246
1246
  </div>
@@ -329,7 +329,7 @@
329
329
  </div>
330
330
 
331
331
  <div id="footer">
332
- Generated on Wed Jan 13 16:47:04 2016 by
332
+ Generated on Mon Oct 19 15:25:16 2015 by
333
333
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
334
334
  0.8.7.6 (ruby-2.2.3).
335
335
  </div>
@@ -476,7 +476,7 @@ end</code></pre>
476
476
  </div>
477
477
 
478
478
  <div id="footer">
479
- Generated on Wed Jan 13 16:47:02 2016 by
479
+ Generated on Mon Oct 19 15:25:14 2015 by
480
480
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
481
481
  0.8.7.6 (ruby-2.2.3).
482
482
  </div>
@@ -372,7 +372,7 @@
372
372
  </div>
373
373
 
374
374
  <div id="footer">
375
- Generated on Wed Jan 13 16:47:04 2016 by
375
+ Generated on Mon Oct 19 15:25:16 2015 by
376
376
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
377
377
  0.8.7.6 (ruby-2.2.3).
378
378
  </div>
@@ -367,7 +367,7 @@
367
367
  </div>
368
368
 
369
369
  <div id="footer">
370
- Generated on Wed Jan 13 16:47:04 2016 by
370
+ Generated on Mon Oct 19 15:25:16 2015 by
371
371
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
372
372
  0.8.7.6 (ruby-2.2.3).
373
373
  </div>