ui_bibz 1.1.6 → 1.1.7

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 (88) hide show
  1. checksums.yaml +8 -8
  2. data/.yardoc/checksums +2 -2
  3. data/.yardoc/objects/root.dat +0 -0
  4. data/Gemfile.lock +18 -7
  5. data/README.md +48 -51
  6. data/{vendor → app}/assets/javascripts/ui_bibz.js.coffee +1 -0
  7. data/{vendor → app}/assets/stylesheets/ui_bibz.sass +19 -9
  8. data/doc/UiBibz.html +1 -1
  9. data/doc/UiBibz/Concerns.html +1 -1
  10. data/doc/UiBibz/Concerns/Models.html +1 -1
  11. data/doc/UiBibz/Concerns/Models/Searchable.html +1 -1
  12. data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +1 -1
  13. data/doc/UiBibz/Helpers.html +1 -1
  14. data/doc/UiBibz/Helpers/MetaHelper.html +2 -14
  15. data/doc/UiBibz/Helpers/UiCoreHelper.html +1 -1
  16. data/doc/UiBibz/Helpers/UiUxHelper.html +1 -1
  17. data/doc/UiBibz/Helpers/UtilsHelper.html +1 -1
  18. data/doc/UiBibz/Rails.html +1 -1
  19. data/doc/UiBibz/Rails/Engine.html +1 -1
  20. data/doc/UiBibz/Ui.html +1 -1
  21. data/doc/UiBibz/Ui/Base.html +1 -1
  22. data/doc/UiBibz/Ui/Core.html +1 -1
  23. data/doc/UiBibz/Ui/Core/Alert.html +1 -1
  24. data/doc/UiBibz/Ui/Core/Bar.html +1 -1
  25. data/doc/UiBibz/Ui/Core/Breadcrumb.html +1 -1
  26. data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +1 -1
  27. data/doc/UiBibz/Ui/Core/Button.html +1 -1
  28. data/doc/UiBibz/Ui/Core/ButtonDropdown.html +1 -1
  29. data/doc/UiBibz/Ui/Core/ButtonGroup.html +1 -1
  30. data/doc/UiBibz/Ui/Core/ButtonLink.html +1 -1
  31. data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +1 -1
  32. data/doc/UiBibz/Ui/Core/Col.html +1 -1
  33. data/doc/UiBibz/Ui/Core/Component.html +1 -1
  34. data/doc/UiBibz/Ui/Core/Dropdown.html +1 -1
  35. data/doc/UiBibz/Ui/Core/DropdownDivider.html +1 -1
  36. data/doc/UiBibz/Ui/Core/DropdownHeader.html +1 -1
  37. data/doc/UiBibz/Ui/Core/DropdownLink.html +1 -1
  38. data/doc/UiBibz/Ui/Core/Glyph.html +1 -1
  39. data/doc/UiBibz/Ui/Core/Jumbotron.html +1 -1
  40. data/doc/UiBibz/Ui/Core/Label.html +1 -1
  41. data/doc/UiBibz/Ui/Core/List.html +1 -1
  42. data/doc/UiBibz/Ui/Core/ListGroup.html +1 -1
  43. data/doc/UiBibz/Ui/Core/Nav.html +1 -1
  44. data/doc/UiBibz/Ui/Core/NavDropdown.html +1 -1
  45. data/doc/UiBibz/Ui/Core/NavLink.html +1 -1
  46. data/doc/UiBibz/Ui/Core/Navbar.html +1 -1
  47. data/doc/UiBibz/Ui/Core/NavbarForm.html +1 -1
  48. data/doc/UiBibz/Ui/Core/NavbarNav.html +1 -1
  49. data/doc/UiBibz/Ui/Core/NavbarText.html +1 -1
  50. data/doc/UiBibz/Ui/Core/Panel.html +1 -1
  51. data/doc/UiBibz/Ui/Core/ProgressBar.html +1 -1
  52. data/doc/UiBibz/Ui/Core/Row.html +1 -1
  53. data/doc/UiBibz/Ui/Core/Stars.html +1 -1
  54. data/doc/UiBibz/Ui/Ux.html +1 -1
  55. data/doc/UiBibz/Ui/Ux/Actionable.html +1 -1
  56. data/doc/UiBibz/Ui/Ux/Actions.html +1 -1
  57. data/doc/UiBibz/Ui/Ux/Column.html +1 -1
  58. data/doc/UiBibz/Ui/Ux/Columns.html +1 -1
  59. data/doc/UiBibz/Ui/Ux/Grid.html +1 -1
  60. data/doc/UiBibz/Ui/Ux/Paginable.html +1 -1
  61. data/doc/UiBibz/Ui/Ux/Searchable.html +1 -1
  62. data/doc/UiBibz/Ui/Ux/Sortable.html +1 -1
  63. data/doc/UiBibz/Ui/Ux/Store.html +1 -1
  64. data/doc/UiBibz/Ui/Ux/Table.html +1 -1
  65. data/doc/UiBibz/Ui/Ux/TablePagination.html +1 -1
  66. data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +1 -1
  67. data/doc/UiBibz/Ui/Ux/TablePanel.html +1 -1
  68. data/doc/UiBibz/Ui/Ux/TableSearchField.html +1 -1
  69. data/doc/UiBibz/Utils.html +1 -1
  70. data/doc/UiBibz/Utils/Internationalization.html +1 -1
  71. data/doc/_index.html +1 -1
  72. data/doc/file.README.html +51 -54
  73. data/doc/index.html +51 -54
  74. data/doc/top-level-namespace.html +1 -1
  75. data/lib/ui_bibz/helpers/meta_helper.rb +0 -14
  76. data/lib/ui_bibz/rails/engine.rb +2 -23
  77. data/lib/ui_bibz/version.rb +1 -1
  78. data/ui_bibz.gemspec +4 -2
  79. metadata +36 -17
  80. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  81. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
  82. data/vendor/assets/fonts/fontawesome-webfont.svg +0 -640
  83. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  84. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  85. data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
  86. data/vendor/assets/javascripts/bootstrap.min.js +0 -7
  87. data/vendor/assets/stylesheets/bootstrap.min.css +0 -5
  88. data/vendor/assets/stylesheets/font-awesome.min.css +0 -4
@@ -1,3 +1,4 @@
1
+ #= require bootstrap
1
2
  #= require bootstrap-datepicker.min
2
3
  #= require bootstrap-select.min
3
4
  #= require bootstrap-switch.min
@@ -1,13 +1,23 @@
1
- @import 'bootstrap-datepicker3.min'
2
- @import 'bootstrap-select.min'
3
- @import 'bootstrap-switch.min'
1
+ // Awesome Font
2
+ @import font-awesome-sprockets
3
+ @import font-awesome
4
+
5
+ // Bootstrap
6
+ //@import bootstrap/variables
7
+ @import bootstrap-sprockets
8
+ @import bootstrap
9
+
10
+ // Boostrap Plugins
11
+ @import bootstrap-datepicker3.min
12
+ @import bootstrap-select.min
13
+ @import bootstrap-switch.min
4
14
 
5
15
  // Table section
6
16
  .table-panel
7
17
  .action
8
18
  width: 92px
9
19
  .panel-heading
10
- background-color: #f5f5f5
20
+ background-color: $table-bg-active
11
21
  .title
12
22
  float: left
13
23
  font-size: 20px
@@ -54,15 +64,15 @@
54
64
 
55
65
  // Glyph section
56
66
  .glyph-success
57
- color: #5cb85c
67
+ color: $brand-success
58
68
  .glyph-primary
59
- color: darken(#428bca, 6.5%)
69
+ color: $brand-primary
60
70
  .glyph-info
61
- color: #5bc0de
71
+ color: $brand-info
62
72
  .glyph-warning
63
- color: #f0ad4e
73
+ color: $brand-warning
64
74
  .glyph-danger
65
- color: #d9534f
75
+ color: $brand-danger
66
76
 
67
77
  // Other section
68
78
  .ui-bibz-clear
data/doc/UiBibz.html CHANGED
@@ -120,7 +120,7 @@
120
120
  </div>
121
121
 
122
122
  <div id="footer">
123
- Generated on Wed Sep 9 15:14:06 2015 by
123
+ Generated on Mon Sep 14 10:07:34 2015 by
124
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
125
125
  0.8.7.6 (ruby-1.9.3).
126
126
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Wed Sep 9 15:14:06 2015 by
109
+ Generated on Mon Sep 14 10:07:34 2015 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.6 (ruby-1.9.3).
112
112
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Wed Sep 9 15:14:06 2015 by
109
+ Generated on Mon Sep 14 10:07:34 2015 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.6 (ruby-1.9.3).
112
112
  </div>
@@ -111,7 +111,7 @@
111
111
  </div>
112
112
 
113
113
  <div id="footer">
114
- Generated on Wed Sep 9 15:14:06 2015 by
114
+ Generated on Mon Sep 14 10:07:35 2015 by
115
115
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
116
116
  0.8.7.6 (ruby-1.9.3).
117
117
  </div>
@@ -165,7 +165,7 @@
165
165
  </div>
166
166
 
167
167
  <div id="footer">
168
- Generated on Wed Sep 9 15:14:06 2015 by
168
+ Generated on Mon Sep 14 10:07:35 2015 by
169
169
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
170
170
  0.8.7.6 (ruby-1.9.3).
171
171
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Wed Sep 9 15:14:06 2015 by
109
+ Generated on Mon Sep 14 10:07:34 2015 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.6 (ruby-1.9.3).
112
112
  </div>
@@ -175,27 +175,15 @@
175
175
  27
176
176
  28
177
177
  29
178
- 30
179
- 31
180
- 32
181
- 33
182
- 34
183
- 35
184
- 36</pre>
178
+ 30</pre>
185
179
  </td>
186
180
  <td>
187
181
  <pre class="code"><span class="info file"># File 'lib/ui_bibz/helpers/meta_helper.rb', line 25</span>
188
182
 
189
183
  <span class='kw'>def</span> <span class='id identifier rubyid_ui_bibz_local_meta_links'>ui_bibz_local_meta_links</span>
190
184
  <span class='id identifier rubyid_capture'>capture</span> <span class='kw'>do</span>
191
- <span class='comment'># Latest compiled and minified CSS
192
- </span> <span class='id identifier rubyid_concat'>concat</span> <span class='id identifier rubyid_stylesheet_link_tag'>stylesheet_link_tag</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>bootstrap.min</span><span class='tstring_end'>&quot;</span></span>
193
- <span class='comment'># font awesome icons
194
- </span> <span class='id identifier rubyid_concat'>concat</span> <span class='id identifier rubyid_stylesheet_link_tag'>stylesheet_link_tag</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>font-awesome.min</span><span class='tstring_end'>&quot;</span></span>
195
185
  <span class='comment'># Jquery is required for boostrap
196
186
  </span> <span class='id identifier rubyid_concat'>concat</span> <span class='id identifier rubyid_javascript_include_tag'>javascript_include_tag</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>jquery-2.1.4.min</span><span class='tstring_end'>'</span></span>
197
- <span class='comment'># Latest compiled and minified JavaScript
198
- </span> <span class='id identifier rubyid_concat'>concat</span> <span class='id identifier rubyid_javascript_include_tag'>javascript_include_tag</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>bootstrap.min</span><span class='tstring_end'>&quot;</span></span>
199
187
  <span class='kw'>end</span>
200
188
  <span class='kw'>end</span></pre>
201
189
  </td>
@@ -275,7 +263,7 @@
275
263
  </div>
276
264
 
277
265
  <div id="footer">
278
- Generated on Wed Sep 9 15:14:06 2015 by
266
+ Generated on Mon Sep 14 10:07:34 2015 by
279
267
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
280
268
  0.8.7.6 (ruby-1.9.3).
281
269
  </div>
@@ -1173,7 +1173,7 @@ lib/action_view/helpers/form_helper.rb" conflict</p>
1173
1173
  </div>
1174
1174
 
1175
1175
  <div id="footer">
1176
- Generated on Wed Sep 9 15:14:06 2015 by
1176
+ Generated on Mon Sep 14 10:07:35 2015 by
1177
1177
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1178
1178
  0.8.7.6 (ruby-1.9.3).
1179
1179
  </div>
@@ -454,7 +454,7 @@
454
454
  </div>
455
455
 
456
456
  <div id="footer">
457
- Generated on Wed Sep 9 15:14:06 2015 by
457
+ Generated on Mon Sep 14 10:07:34 2015 by
458
458
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
459
459
  0.8.7.6 (ruby-1.9.3).
460
460
  </div>
@@ -178,7 +178,7 @@
178
178
  </div>
179
179
 
180
180
  <div id="footer">
181
- Generated on Wed Sep 9 15:14:06 2015 by
181
+ Generated on Mon Sep 14 10:07:34 2015 by
182
182
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
183
183
  0.8.7.6 (ruby-1.9.3).
184
184
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Wed Sep 9 15:14:06 2015 by
109
+ Generated on Mon Sep 14 10:07:34 2015 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.6 (ruby-1.9.3).
112
112
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Wed Sep 9 15:14:06 2015 by
117
+ Generated on Mon Sep 14 10:07:35 2015 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.8.7.6 (ruby-1.9.3).
120
120
  </div>
data/doc/UiBibz/Ui.html CHANGED
@@ -110,7 +110,7 @@
110
110
  </div>
111
111
 
112
112
  <div id="footer">
113
- Generated on Wed Sep 9 15:14:06 2015 by
113
+ Generated on Mon Sep 14 10:07:34 2015 by
114
114
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
115
115
  0.8.7.6 (ruby-1.9.3).
116
116
  </div>
@@ -295,7 +295,7 @@
295
295
  </div>
296
296
 
297
297
  <div id="footer">
298
- Generated on Wed Sep 9 15:14:06 2015 by
298
+ Generated on Mon Sep 14 10:07:35 2015 by
299
299
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300
300
  0.8.7.6 (ruby-1.9.3).
301
301
  </div>
@@ -119,7 +119,7 @@
119
119
  </div>
120
120
 
121
121
  <div id="footer">
122
- Generated on Wed Sep 9 15:14:06 2015 by
122
+ Generated on Mon Sep 14 10:07:34 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-1.9.3).
125
125
  </div>
@@ -371,7 +371,7 @@ end.render</code></pre>
371
371
  </div>
372
372
 
373
373
  <div id="footer">
374
- Generated on Wed Sep 9 15:14:06 2015 by
374
+ Generated on Mon Sep 14 10:07:35 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-1.9.3).
377
377
  </div>
@@ -360,7 +360,7 @@ arguments in options attribute:</p>
360
360
  </div>
361
361
 
362
362
  <div id="footer">
363
- Generated on Wed Sep 9 15:14:09 2015 by
363
+ Generated on Mon Sep 14 10:07:37 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-1.9.3).
366
366
  </div>
@@ -431,7 +431,7 @@ end</code></pre>
431
431
  </div>
432
432
 
433
433
  <div id="footer">
434
- Generated on Wed Sep 9 15:14:08 2015 by
434
+ Generated on Mon Sep 14 10:07:37 2015 by
435
435
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
436
436
  0.8.7.6 (ruby-1.9.3).
437
437
  </div>
@@ -358,7 +358,7 @@ end.render</code></pre>
358
358
  </div>
359
359
 
360
360
  <div id="footer">
361
- Generated on Wed Sep 9 15:14:09 2015 by
361
+ Generated on Mon Sep 14 10:07:38 2015 by
362
362
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
363
363
  0.8.7.6 (ruby-1.9.3).
364
364
  </div>
@@ -367,7 +367,7 @@ arguments in options attribute:</p>
367
367
  </div>
368
368
 
369
369
  <div id="footer">
370
- Generated on Wed Sep 9 15:14:07 2015 by
370
+ Generated on Mon Sep 14 10:07:36 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-1.9.3).
373
373
  </div>
@@ -389,7 +389,7 @@ end</code></pre>
389
389
  </div>
390
390
 
391
391
  <div id="footer">
392
- Generated on Wed Sep 9 15:14:08 2015 by
392
+ Generated on Mon Sep 14 10:07:37 2015 by
393
393
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
394
394
  0.8.7.6 (ruby-1.9.3).
395
395
  </div>
@@ -360,7 +360,7 @@ end</code></pre>
360
360
  </div>
361
361
 
362
362
  <div id="footer">
363
- Generated on Wed Sep 9 15:14:07 2015 by
363
+ Generated on Mon Sep 14 10:07:36 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-1.9.3).
366
366
  </div>
@@ -369,7 +369,7 @@ arguments in options attribute:</p>
369
369
  </div>
370
370
 
371
371
  <div id="footer">
372
- Generated on Wed Sep 9 15:14:07 2015 by
372
+ Generated on Mon Sep 14 10:07:36 2015 by
373
373
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
374
374
  0.8.7.6 (ruby-1.9.3).
375
375
  </div>
@@ -391,7 +391,7 @@ end</code></pre>
391
391
  </div>
392
392
 
393
393
  <div id="footer">
394
- Generated on Wed Sep 9 15:14:09 2015 by
394
+ Generated on Mon Sep 14 10:07:38 2015 by
395
395
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
396
396
  0.8.7.6 (ruby-1.9.3).
397
397
  </div>
@@ -361,7 +361,7 @@ arguments in options attribute:</p>
361
361
  </div>
362
362
 
363
363
  <div id="footer">
364
- Generated on Wed Sep 9 15:14:06 2015 by
364
+ Generated on Mon Sep 14 10:07:35 2015 by
365
365
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
366
366
  0.8.7.6 (ruby-1.9.3).
367
367
  </div>
@@ -1076,7 +1076,7 @@ variable 'content' does not exit.</p>
1076
1076
  </div>
1077
1077
 
1078
1078
  <div id="footer">
1079
- Generated on Wed Sep 9 15:14:07 2015 by
1079
+ Generated on Mon Sep 14 10:07:36 2015 by
1080
1080
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1081
1081
  0.8.7.6 (ruby-1.9.3).
1082
1082
  </div>
@@ -651,7 +651,7 @@ end</code></pre>
651
651
  </div>
652
652
 
653
653
  <div id="footer">
654
- Generated on Wed Sep 9 15:14:07 2015 by
654
+ Generated on Mon Sep 14 10:07:36 2015 by
655
655
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
656
656
  0.8.7.6 (ruby-1.9.3).
657
657
  </div>
@@ -292,7 +292,7 @@
292
292
  </div>
293
293
 
294
294
  <div id="footer">
295
- Generated on Wed Sep 9 15:14:09 2015 by
295
+ Generated on Mon Sep 14 10:07:38 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-1.9.3).
298
298
  </div>
@@ -344,7 +344,7 @@ content to add a separator</p>
344
344
  </div>
345
345
 
346
346
  <div id="footer">
347
- Generated on Wed Sep 9 15:14:09 2015 by
347
+ Generated on Mon Sep 14 10:07:38 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-1.9.3).
350
350
  </div>
@@ -364,7 +364,7 @@ arguments in options attribute:</p>
364
364
  </div>
365
365
 
366
366
  <div id="footer">
367
- Generated on Wed Sep 9 15:14:09 2015 by
367
+ Generated on Mon Sep 14 10:07:38 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-1.9.3).
370
370
  </div>
@@ -373,7 +373,7 @@ arguments in options attribute:</p>
373
373
  </div>
374
374
 
375
375
  <div id="footer">
376
- Generated on Wed Sep 9 15:14:06 2015 by
376
+ Generated on Mon Sep 14 10:07:35 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-1.9.3).
379
379
  </div>
@@ -367,7 +367,7 @@ arguments in options attribute:</p>
367
367
  </div>
368
368
 
369
369
  <div id="footer">
370
- Generated on Wed Sep 9 15:14:07 2015 by
370
+ Generated on Mon Sep 14 10:07:35 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-1.9.3).
373
373
  </div>
@@ -366,7 +366,7 @@ arguments in options attribute:</p>
366
366
  </div>
367
367
 
368
368
  <div id="footer">
369
- Generated on Wed Sep 9 15:14:06 2015 by
369
+ Generated on Mon Sep 14 10:07:35 2015 by
370
370
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
371
371
  0.8.7.6 (ruby-1.9.3).
372
372
  </div>
@@ -516,7 +516,7 @@ arguments in options attribute:</p>
516
516
  </div>
517
517
 
518
518
  <div id="footer">
519
- Generated on Wed Sep 9 15:14:07 2015 by
519
+ Generated on Mon Sep 14 10:07:36 2015 by
520
520
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
521
521
  0.8.7.6 (ruby-1.9.3).
522
522
  </div>
@@ -463,7 +463,7 @@ end</code></pre>
463
463
  </div>
464
464
 
465
465
  <div id="footer">
466
- Generated on Wed Sep 9 15:14:07 2015 by
466
+ Generated on Mon Sep 14 10:07:36 2015 by
467
467
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
468
468
  0.8.7.6 (ruby-1.9.3).
469
469
  </div>
@@ -504,7 +504,7 @@ end</code></pre>
504
504
  </div>
505
505
 
506
506
  <div id="footer">
507
- Generated on Wed Sep 9 15:14:06 2015 by
507
+ Generated on Mon Sep 14 10:07:35 2015 by
508
508
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
509
509
  0.8.7.6 (ruby-1.9.3).
510
510
  </div>