ui_bibz 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/.yardoc/checksums +49 -46
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/Gemfile.lock +69 -56
- data/README.md +156 -61
- data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +6 -6
- data/doc/UiBibz/Concerns/Models/Searchable.html +2 -2
- data/doc/UiBibz/Concerns/Models.html +115 -0
- data/doc/UiBibz/Concerns.html +115 -0
- data/doc/UiBibz/Helpers/MetaHelper.html +75 -9
- data/doc/UiBibz/Helpers/UiCoreHelper.html +120 -68
- data/doc/UiBibz/Helpers/UiUxHelper.html +2 -2
- data/doc/UiBibz/Helpers/UtilsHelper.html +2 -2
- data/doc/UiBibz/Helpers.html +115 -0
- data/doc/UiBibz/Rails/Engine.html +1 -1
- data/doc/UiBibz/Rails.html +1 -1
- data/doc/UiBibz/Ui/Base.html +2 -2
- data/doc/UiBibz/Ui/Core/Alert.html +26 -13
- data/doc/UiBibz/Ui/Core/Bar.html +26 -13
- data/doc/UiBibz/Ui/Core/Breadcrumb.html +32 -19
- data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +26 -13
- data/doc/UiBibz/Ui/Core/Button.html +26 -13
- data/doc/UiBibz/Ui/Core/ButtonDropdown.html +31 -18
- data/doc/UiBibz/Ui/Core/ButtonGroup.html +26 -13
- data/doc/UiBibz/Ui/Core/ButtonLink.html +26 -13
- data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +27 -14
- data/doc/UiBibz/Ui/Core/Col.html +26 -13
- data/doc/UiBibz/Ui/Core/Component.html +166 -225
- data/doc/UiBibz/Ui/Core/Dropdown.html +61 -410
- data/doc/UiBibz/Ui/Core/DropdownLink.html +373 -0
- data/doc/UiBibz/Ui/Core/DropdownList.html +26 -13
- data/doc/UiBibz/Ui/Core/Glyph.html +26 -386
- data/doc/UiBibz/Ui/Core/Jumbotron.html +26 -13
- data/doc/UiBibz/Ui/Core/Label.html +29 -15
- data/doc/UiBibz/Ui/Core/List.html +64 -25
- data/doc/UiBibz/Ui/Core/ListGroup.html +47 -21
- data/doc/UiBibz/Ui/Core/Nav.html +64 -25
- data/doc/UiBibz/Ui/Core/NavDropdown.html +29 -16
- data/doc/UiBibz/Ui/Core/NavLink.html +30 -15
- data/doc/UiBibz/Ui/Core/Navbar.html +154 -45
- data/doc/UiBibz/Ui/Core/NavbarForm.html +58 -38
- data/doc/UiBibz/Ui/Core/NavbarNav.html +7 -7
- data/doc/UiBibz/Ui/Core/NavbarText.html +26 -13
- data/doc/UiBibz/Ui/Core/Panel.html +38 -237
- data/doc/UiBibz/Ui/Core/ProgressBar.html +45 -19
- data/doc/UiBibz/Ui/Core/Row.html +26 -13
- data/doc/UiBibz/Ui/Core/Stars.html +367 -0
- data/doc/UiBibz/Ui/Core.html +16 -5
- data/doc/UiBibz/Ui/Ux/Actionable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Actions.html +198 -14
- data/doc/UiBibz/Ui/Ux/Column.html +4 -4
- data/doc/UiBibz/Ui/Ux/Columns.html +42 -16
- data/doc/UiBibz/Ui/Ux/Grid.html +31 -371
- data/doc/UiBibz/Ui/Ux/Paginable.html +22 -9
- data/doc/UiBibz/Ui/Ux/Searchable.html +22 -9
- data/doc/UiBibz/Ui/Ux/Sortable.html +18 -7
- data/doc/UiBibz/Ui/Ux/Store.html +160 -56
- data/doc/UiBibz/Ui/Ux/Table.html +109 -374
- data/doc/UiBibz/Ui/Ux/TableAction.html +2 -2
- data/doc/UiBibz/Ui/Ux/TablePagination.html +33 -14
- data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +30 -15
- data/doc/UiBibz/Ui/Ux/TablePanel.html +139 -43
- data/doc/UiBibz/Ui/Ux/TableSearchField.html +26 -13
- data/doc/UiBibz/Ui/Ux.html +15 -4
- data/doc/UiBibz/Ui.html +4 -2
- data/doc/UiBibz/Utils/Internationalization.html +1 -1
- data/doc/UiBibz/Utils.html +1 -1
- data/doc/UiBibz.html +5 -5
- data/doc/_index.html +50 -7
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +155 -63
- data/doc/images/stars.png +0 -0
- data/doc/index.html +155 -63
- data/doc/method_list.html +278 -398
- data/doc/top-level-namespace.html +1 -1
- data/lib/ui_bibz/concerns/models/searchable.rb +36 -13
- data/lib/ui_bibz/helpers/meta_helper.rb +22 -3
- data/lib/ui_bibz/helpers/ui_core_helper.rb +4 -0
- data/lib/ui_bibz/ui/core/alert.rb +2 -0
- data/lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb +3 -0
- data/lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button_dropdown.rb +6 -4
- data/lib/ui_bibz/ui/core/button/button_group.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button_link.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button_split_dropdown.rb +2 -0
- data/lib/ui_bibz/ui/core/col.rb +2 -0
- data/lib/ui_bibz/ui/core/component.rb +23 -25
- data/lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb +57 -0
- data/lib/ui_bibz/ui/core/dropdown/components/dropdown_list.rb +2 -0
- data/lib/ui_bibz/ui/core/dropdown/dropdown.rb +22 -9
- data/lib/ui_bibz/ui/core/glyph.rb +10 -0
- data/lib/ui_bibz/ui/core/jumbotron.rb +2 -0
- data/lib/ui_bibz/ui/core/label.rb +3 -0
- data/lib/ui_bibz/ui/core/list/components/list.rb +4 -0
- data/lib/ui_bibz/ui/core/list/list_group.rb +4 -0
- data/lib/ui_bibz/ui/core/nav/components/nav_dropdown.rb +4 -2
- data/lib/ui_bibz/ui/core/nav/components/nav_link.rb +4 -1
- data/lib/ui_bibz/ui/core/nav/components/navbar_form.rb +39 -3
- data/lib/ui_bibz/ui/core/nav/components/navbar_nav.rb +1 -0
- data/lib/ui_bibz/ui/core/nav/components/navbar_text.rb +8 -0
- data/lib/ui_bibz/ui/core/nav/nav.rb +6 -0
- data/lib/ui_bibz/ui/core/nav/navbar.rb +31 -4
- data/lib/ui_bibz/ui/core/panel.rb +7 -5
- data/lib/ui_bibz/ui/core/progress_bar/components/bar.rb +2 -0
- data/lib/ui_bibz/ui/core/progress_bar/progress_bar.rb +4 -0
- data/lib/ui_bibz/ui/core/row.rb +2 -0
- data/lib/ui_bibz/ui/core/stars.rb +88 -0
- data/lib/ui_bibz/ui/ux/grid.rb +4 -0
- data/lib/ui_bibz/ui/ux/table/components/actions.rb +17 -2
- data/lib/ui_bibz/ui/ux/table/components/column.rb +2 -2
- data/lib/ui_bibz/ui/ux/table/components/columns.rb +4 -2
- data/lib/ui_bibz/ui/ux/table/components/store.rb +10 -1
- data/lib/ui_bibz/ui/ux/table/extensions/actionable.rb +3 -1
- data/lib/ui_bibz/ui/ux/table/extensions/paginable.rb +1 -0
- data/lib/ui_bibz/ui/ux/table/extensions/searchable.rb +1 -0
- data/lib/ui_bibz/ui/ux/table/extensions/sortable.rb +8 -2
- data/lib/ui_bibz/ui/ux/table/table.rb +19 -8
- data/lib/ui_bibz/ui/ux/table/table_pagination.rb +8 -1
- data/lib/ui_bibz/ui/ux/table/table_pagination_per_page.rb +10 -2
- data/lib/ui_bibz/ui/ux/table/table_panel.rb +28 -13
- data/lib/ui_bibz/ui/ux/table/table_search_field.rb +9 -1
- data/lib/ui_bibz/version.rb +1 -1
- data/lib/ui_bibz.rb +1 -0
- data/test/test_helper.rb +5 -0
- data/test/ui/dropdown_test.rb +4 -4
- data/test/ui/stars_test.rb +42 -0
- data/test/ui/table_test.rb +25 -6
- data/ui_bibz.gemspec +4 -1
- data/vendor/assets/fonts/FontAwesome.otf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.svg +640 -0
- data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/vendor/assets/javascripts/bootstrap-datepicker.min.js +8 -0
- data/vendor/assets/javascripts/bootstrap-select.min.js +8 -0
- data/vendor/assets/javascripts/bootstrap-switch.min.js +22 -0
- data/vendor/assets/javascripts/bootstrap.min.js +7 -0
- data/vendor/assets/javascripts/jquery-2.1.4.min.js +4 -0
- data/vendor/assets/javascripts/ui_bibz.js.coffee +8 -0
- data/vendor/assets/stylesheets/bootstrap-datepicker3.min.css +8 -0
- data/vendor/assets/stylesheets/bootstrap-select.min.css +6 -0
- data/vendor/assets/stylesheets/bootstrap-switch.min.css +22 -0
- data/vendor/assets/stylesheets/bootstrap-theme.min.css +5 -0
- data/vendor/assets/stylesheets/bootstrap.min.css +5 -0
- data/vendor/assets/stylesheets/font-awesome.min.css +4 -0
- data/vendor/assets/stylesheets/ui_bibz.sass +23 -0
- metadata +71 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ODUzNDU5MDM1MzczNWY0ODFjYzljZTgxMzM3NDRjOGM5NzE5MTE4MQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NTc3YjFkOGFkM2ZlMTgwN2ZkMTFjZTUwYTdkZjZmZTAyMTBhNzk5Yg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NjIxZGNhOWQyOGFhMjgzOGU3YTA1MTNjNWFjNTA5ODA2MmU0YmJkZTQyOTNk
|
10
|
+
OTA0MTcwZDYyNjhhZjRkNzJmZGY1MWE2NjY4Y2VkZTEzZDJjMzliYjU0ZmE4
|
11
|
+
ZGIyY2ZiMzFhYjk5MmY3MWZlNmRjOTRjZGIwMTgxNWJhMzhlMjY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NjJiNzU4ZjNiMzA4YzFjYmFmMGY1MmRjZjliMWIyYWExNTY3N2I2MjdkZDE1
|
14
|
+
M2VjN2JhM2FiNTcyZjJiMjJhMTU0NTVlZTAyNmY4MmYxYzdjN2VhZDA2Yzhl
|
15
|
+
ZTY0MjNhZGVlNmI0Y2E2YjRhMDRkMWYzNzY2M2EyYzhiMzk1NTc=
|
data/.yardoc/checksums
CHANGED
@@ -1,52 +1,55 @@
|
|
1
|
+
lib/ui_bibz.rb d87b32c7833f15e5046449ab5ac2c6ec3f6cc084
|
1
2
|
lib/ui_bibz/ui/base.rb a0840e2ee2d49117ac28b51dc89d3d724cfb6747
|
2
|
-
lib/ui_bibz/version.rb
|
3
|
-
lib/ui_bibz/ui/ux/grid.rb
|
4
|
-
lib/ui_bibz/ui/core/col.rb
|
5
|
-
lib/ui_bibz/ui/core/row.rb
|
3
|
+
lib/ui_bibz/version.rb ee13f033e8d09e3134d89c791d831facbea7458b
|
4
|
+
lib/ui_bibz/ui/ux/grid.rb 079a9b94c43980e5ae86b9e4c50499f0153aa345
|
5
|
+
lib/ui_bibz/ui/core/col.rb 657fd5aeed007c9d2848f99f3d7bb4f642bf756c
|
6
|
+
lib/ui_bibz/ui/core/row.rb 539ef1d6caf28cb460671cf3877313b3fc3fd74c
|
6
7
|
lib/ui_bibz/rails/engine.rb 0720bf9cc7da2f36de5e2212a590b58ec19d31a8
|
7
|
-
lib/ui_bibz/ui/core/alert.rb
|
8
|
-
lib/ui_bibz/ui/core/label.rb
|
9
|
-
lib/ui_bibz/ui/core/
|
10
|
-
lib/ui_bibz/ui/core/
|
11
|
-
lib/ui_bibz/ui/core/
|
12
|
-
lib/ui_bibz/ui/core/
|
13
|
-
lib/ui_bibz/ui/ux/table/table.rb
|
14
|
-
lib/ui_bibz/ui/core/
|
15
|
-
lib/ui_bibz/ui/core/
|
16
|
-
lib/ui_bibz/
|
8
|
+
lib/ui_bibz/ui/core/alert.rb 48c30806eec62987f07b57375ccf406712308df8
|
9
|
+
lib/ui_bibz/ui/core/label.rb c71b0853662492478a179bc2e7e0ec6c659b1161
|
10
|
+
lib/ui_bibz/ui/core/glyph.rb cf35976f93328f4b475bd41b07151ccba76bec78
|
11
|
+
lib/ui_bibz/ui/core/stars.rb bfb37a8b1e2b61b4e153b828f0d6ea0d67072d94
|
12
|
+
lib/ui_bibz/ui/core/panel.rb 6d066fab9424468ef60530d436e8d4c5e4ae997f
|
13
|
+
lib/ui_bibz/ui/core/nav/nav.rb 75455d31f32733e8570c97d64bfac88db31170be
|
14
|
+
lib/ui_bibz/ui/ux/table/table.rb 1b04d576a2868345bd69c03b461a3abd4f1f8f22
|
15
|
+
lib/ui_bibz/ui/core/component.rb b0df13610fa2c33c3fcce825262ded8871c66fe3
|
16
|
+
lib/ui_bibz/ui/core/jumbotron.rb 7654b2765b0c085182545c2fb5a39a3920e4baf3
|
17
|
+
lib/ui_bibz/ui/core/nav/navbar.rb 6db829caf51ebfedda453fc5532b14b87b608105
|
18
|
+
lib/ui_bibz/helpers/meta_helper.rb 57fc655c259132af0aa518bb2cdcb39c27e658f9
|
17
19
|
lib/ui_bibz/helpers/ui_ux_helper.rb b47a87a3133385d921951d86f1344c155faa942f
|
18
20
|
lib/ui_bibz/helpers/utils_helper.rb 53d9372821f8c1b29ea1e180d58995685b230153
|
19
|
-
lib/ui_bibz/ui/core/button/button.rb
|
20
|
-
lib/ui_bibz/helpers/ui_core_helper.rb
|
21
|
-
lib/ui_bibz/ui/ux/table/table_panel.rb
|
22
|
-
lib/ui_bibz/ui/core/list/list_group.rb
|
23
|
-
lib/ui_bibz/ui/core/dropdown/dropdown.rb
|
24
|
-
lib/ui_bibz/ui/core/button/button_link.rb 57e4258e969d0fb6c98880d47ece3ac845a952a9
|
21
|
+
lib/ui_bibz/ui/core/button/button.rb 31b36244d461cbb8531a5c85f6f8a8fed17570ca
|
22
|
+
lib/ui_bibz/helpers/ui_core_helper.rb a08fe31fc9f687d721ed41046c48ca7a5690036c
|
23
|
+
lib/ui_bibz/ui/ux/table/table_panel.rb 8156dd1c99b1b3e4cd8c03e9059ff01c6024c9a9
|
24
|
+
lib/ui_bibz/ui/core/list/list_group.rb ff0e84c591a84b4ce63db939a37f55c4b97714a9
|
25
|
+
lib/ui_bibz/ui/core/dropdown/dropdown.rb b89f52fbd93ef835d27d9d8ee3abdd9ceda40b5f
|
25
26
|
lib/ui_bibz/utils/internationalization.rb 247008bccd7b820cd534082a846a29e5de0063dc
|
26
|
-
lib/ui_bibz/concerns/models/searchable.rb
|
27
|
-
lib/ui_bibz/ui/core/button/
|
28
|
-
lib/ui_bibz/ui/
|
29
|
-
lib/ui_bibz/ui/ux/table/table_pagination.rb
|
30
|
-
lib/ui_bibz/ui/core/list/components/list.rb
|
31
|
-
lib/ui_bibz/ui/ux/table/components/
|
32
|
-
lib/ui_bibz/ui/
|
33
|
-
lib/ui_bibz/ui/core/
|
34
|
-
lib/ui_bibz/ui/ux/table/components/columns.rb
|
35
|
-
lib/ui_bibz/ui/ux/table/components/actions.rb
|
36
|
-
lib/ui_bibz/ui/
|
37
|
-
lib/ui_bibz/ui/ux/table/
|
38
|
-
lib/ui_bibz/ui/
|
39
|
-
lib/ui_bibz/ui/
|
40
|
-
lib/ui_bibz/ui/
|
41
|
-
lib/ui_bibz/ui/
|
42
|
-
lib/ui_bibz/ui/core/progress_bar/progress_bar.rb
|
43
|
-
lib/ui_bibz/ui/ux/table/extensions/searchable.rb
|
44
|
-
lib/ui_bibz/ui/
|
45
|
-
lib/ui_bibz/ui/core/nav/components/navbar_form.rb
|
46
|
-
lib/ui_bibz/ui/core/nav/components/
|
27
|
+
lib/ui_bibz/concerns/models/searchable.rb dd0a2aae11560dc183d4ecf3c3f838e7fa172858
|
28
|
+
lib/ui_bibz/ui/core/button/button_link.rb aab49e47762ac39326de4ec9a8dd9a9695ab57b6
|
29
|
+
lib/ui_bibz/ui/core/button/button_group.rb dac533adecbb81cb1d94175d49da6782a4af6ad2
|
30
|
+
lib/ui_bibz/ui/ux/table/table_pagination.rb e9609ebbe28515472691b3b03b7acf7fb25dfbb0
|
31
|
+
lib/ui_bibz/ui/core/list/components/list.rb 2717ed6f342dd4ad0c92864425fe8123fb82143f
|
32
|
+
lib/ui_bibz/ui/ux/table/components/store.rb 1b9a3c1e0b173aa1801a0e471f44944d9dbd2782
|
33
|
+
lib/ui_bibz/ui/ux/table/components/column.rb da034f1a7f05096ffc03c2f25785bf264e844d32
|
34
|
+
lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb 60ca3ffd3ce3f484249bc5d49bcde53b407c33fa
|
35
|
+
lib/ui_bibz/ui/ux/table/components/columns.rb ad81e6a9ce7e30e2a9b6491132ce428f710f056f
|
36
|
+
lib/ui_bibz/ui/ux/table/components/actions.rb c158d64d1b5c2c97ccfbb7efc7aeac13bd380971
|
37
|
+
lib/ui_bibz/ui/core/button/button_dropdown.rb 49f453e7024956cf7b5e0ad9989ecac53c7216b2
|
38
|
+
lib/ui_bibz/ui/ux/table/table_search_field.rb 7bef4a49403d9df8f868c60566fe906c4024cfa8
|
39
|
+
lib/ui_bibz/ui/ux/table/extensions/sortable.rb 7d8575271cc19adaf6c0b14171e3dca4c00f2855
|
40
|
+
lib/ui_bibz/ui/core/nav/components/nav_link.rb 27fbcf7b456c64178e238e63b3b4e641737635c7
|
41
|
+
lib/ui_bibz/ui/ux/table/extensions/paginable.rb 89dd34ccca0c0acaec94e21c32720ce9e3a929e4
|
42
|
+
lib/ui_bibz/ui/core/nav/components/navbar_nav.rb c444431fae9fe2301db5c458c553daf3c1371fe2
|
43
|
+
lib/ui_bibz/ui/core/progress_bar/progress_bar.rb 1fd77c45519af289ad61f13604fd6a2ee51361de
|
44
|
+
lib/ui_bibz/ui/ux/table/extensions/searchable.rb 2ab1b29fd7cb5335cb7177a93187729f728726d0
|
45
|
+
lib/ui_bibz/ui/ux/table/extensions/actionable.rb 06dedf17607bb9884f6a9219f08e508a00a804be
|
46
|
+
lib/ui_bibz/ui/core/nav/components/navbar_form.rb 72a4dee1c6fd0d27f6adf62181e740df4b60e5e6
|
47
|
+
lib/ui_bibz/ui/core/nav/components/navbar_text.rb 3d886871d3cbed43f520f43cfd4ec8a5210730be
|
48
|
+
lib/ui_bibz/ui/core/progress_bar/components/bar.rb e02355fef5a6b683b9495891e9217b594b27a024
|
47
49
|
lib/ui_bibz/ui/ux/table/components/table_action.rb 2bf2979f0650d0d92ed5db957053ce71626dd477
|
48
|
-
lib/ui_bibz/ui/core/
|
49
|
-
lib/ui_bibz/ui/core/button/button_split_dropdown.rb
|
50
|
-
lib/ui_bibz/ui/ux/table/table_pagination_per_page.rb
|
51
|
-
lib/ui_bibz/ui/core/dropdown/components/
|
52
|
-
lib/ui_bibz/ui/core/
|
50
|
+
lib/ui_bibz/ui/core/nav/components/nav_dropdown.rb 3f592f3bf71c45773280ecc7f0dcec90b8811308
|
51
|
+
lib/ui_bibz/ui/core/button/button_split_dropdown.rb 78045ee23b55e8a9e217f67ae625d115a105e3ed
|
52
|
+
lib/ui_bibz/ui/ux/table/table_pagination_per_page.rb c7e2cf5665b29bc05df096e537fb7ce1056ed908
|
53
|
+
lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb e29ab377b6601be815f363194f18a020507e4034
|
54
|
+
lib/ui_bibz/ui/core/dropdown/components/dropdown_list.rb 736ae8ad50ae3c44df37ba82a3c220f97f325e4f
|
55
|
+
lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb c2cf87bb97fb7332b9e890b64c0eecf989596e54
|
data/.yardoc/object_types
CHANGED
Binary file
|
data/.yardoc/objects/root.dat
CHANGED
Binary file
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ui_bibz (1.1.
|
4
|
+
ui_bibz (1.1.1)
|
5
5
|
haml
|
6
6
|
haml-rails
|
7
7
|
rails (~> 4.2.0)
|
@@ -13,46 +13,48 @@ PATH
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
15
15
|
specs:
|
16
|
-
actionmailer (4.2.
|
17
|
-
actionpack (= 4.2.
|
18
|
-
actionview (= 4.2.
|
19
|
-
activejob (= 4.2.
|
16
|
+
actionmailer (4.2.4)
|
17
|
+
actionpack (= 4.2.4)
|
18
|
+
actionview (= 4.2.4)
|
19
|
+
activejob (= 4.2.4)
|
20
20
|
mail (~> 2.5, >= 2.5.4)
|
21
21
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
22
|
-
actionpack (4.2.
|
23
|
-
actionview (= 4.2.
|
24
|
-
activesupport (= 4.2.
|
25
|
-
rack (~> 1.6
|
22
|
+
actionpack (4.2.4)
|
23
|
+
actionview (= 4.2.4)
|
24
|
+
activesupport (= 4.2.4)
|
25
|
+
rack (~> 1.6)
|
26
26
|
rack-test (~> 0.6.2)
|
27
27
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
28
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
29
|
-
actionview (4.2.
|
30
|
-
activesupport (= 4.2.
|
28
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
+
actionview (4.2.4)
|
30
|
+
activesupport (= 4.2.4)
|
31
31
|
builder (~> 3.1)
|
32
32
|
erubis (~> 2.7.0)
|
33
33
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
34
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
35
|
-
activejob (4.2.
|
36
|
-
activesupport (= 4.2.
|
34
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
35
|
+
activejob (4.2.4)
|
36
|
+
activesupport (= 4.2.4)
|
37
37
|
globalid (>= 0.3.0)
|
38
|
-
activemodel (4.2.
|
39
|
-
activesupport (= 4.2.
|
38
|
+
activemodel (4.2.4)
|
39
|
+
activesupport (= 4.2.4)
|
40
40
|
builder (~> 3.1)
|
41
|
-
activerecord (4.2.
|
42
|
-
activemodel (= 4.2.
|
43
|
-
activesupport (= 4.2.
|
41
|
+
activerecord (4.2.4)
|
42
|
+
activemodel (= 4.2.4)
|
43
|
+
activesupport (= 4.2.4)
|
44
44
|
arel (~> 6.0)
|
45
|
-
activesupport (4.2.
|
45
|
+
activesupport (4.2.4)
|
46
46
|
i18n (~> 0.7)
|
47
47
|
json (~> 1.7, >= 1.7.7)
|
48
48
|
minitest (~> 5.1)
|
49
49
|
thread_safe (~> 0.3, >= 0.3.4)
|
50
50
|
tzinfo (~> 1.1)
|
51
|
-
|
51
|
+
ansi (1.5.0)
|
52
|
+
arel (6.0.3)
|
52
53
|
awesome_print (1.6.1)
|
53
54
|
builder (3.2.2)
|
54
|
-
codeclimate-test-reporter (0.4.
|
55
|
+
codeclimate-test-reporter (0.4.7)
|
55
56
|
simplecov (>= 0.7.1, < 1.0.0)
|
57
|
+
color_pound_spec_reporter (0.0.5)
|
56
58
|
docile (1.1.5)
|
57
59
|
erubis (2.7.0)
|
58
60
|
factory_girl (4.5.0)
|
@@ -60,9 +62,9 @@ GEM
|
|
60
62
|
factory_girl_rails (4.5.0)
|
61
63
|
factory_girl (~> 4.5.0)
|
62
64
|
railties (>= 3.0.0)
|
63
|
-
globalid (0.3.
|
65
|
+
globalid (0.3.6)
|
64
66
|
activesupport (>= 4.1.0)
|
65
|
-
haml (4.0.
|
67
|
+
haml (4.0.7)
|
66
68
|
tilt
|
67
69
|
haml-rails (0.9.0)
|
68
70
|
actionpack (>= 4.0.1)
|
@@ -76,70 +78,78 @@ GEM
|
|
76
78
|
nokogiri (~> 1.6.0)
|
77
79
|
ruby_parser (~> 3.5)
|
78
80
|
i18n (0.7.0)
|
79
|
-
json (1.8.
|
80
|
-
loofah (2.0.
|
81
|
+
json (1.8.3)
|
82
|
+
loofah (2.0.3)
|
81
83
|
nokogiri (>= 1.5.9)
|
82
84
|
mail (2.6.3)
|
83
85
|
mime-types (>= 1.16, < 3)
|
84
|
-
mime-types (2.
|
86
|
+
mime-types (2.6.1)
|
85
87
|
mini_portile (0.6.2)
|
86
|
-
minitest (5.
|
87
|
-
|
88
|
-
|
88
|
+
minitest (5.8.0)
|
89
|
+
minitest-line (0.6.3)
|
90
|
+
minitest (~> 5.0)
|
91
|
+
minitest-reporters (1.0.20)
|
92
|
+
ansi
|
93
|
+
builder
|
94
|
+
minitest (>= 5.0)
|
95
|
+
ruby-progressbar
|
96
|
+
nokogiri (1.6.6.2)
|
89
97
|
mini_portile (~> 0.6.0)
|
90
|
-
rack (1.6.
|
98
|
+
rack (1.6.4)
|
91
99
|
rack-test (0.6.3)
|
92
100
|
rack (>= 1.0)
|
93
|
-
rails (4.2.
|
94
|
-
actionmailer (= 4.2.
|
95
|
-
actionpack (= 4.2.
|
96
|
-
actionview (= 4.2.
|
97
|
-
activejob (= 4.2.
|
98
|
-
activemodel (= 4.2.
|
99
|
-
activerecord (= 4.2.
|
100
|
-
activesupport (= 4.2.
|
101
|
+
rails (4.2.4)
|
102
|
+
actionmailer (= 4.2.4)
|
103
|
+
actionpack (= 4.2.4)
|
104
|
+
actionview (= 4.2.4)
|
105
|
+
activejob (= 4.2.4)
|
106
|
+
activemodel (= 4.2.4)
|
107
|
+
activerecord (= 4.2.4)
|
108
|
+
activesupport (= 4.2.4)
|
101
109
|
bundler (>= 1.3.0, < 2.0)
|
102
|
-
railties (= 4.2.
|
110
|
+
railties (= 4.2.4)
|
103
111
|
sprockets-rails
|
104
112
|
rails-deprecated_sanitizer (1.0.3)
|
105
113
|
activesupport (>= 4.2.0.alpha)
|
106
|
-
rails-dom-testing (1.0.
|
114
|
+
rails-dom-testing (1.0.7)
|
107
115
|
activesupport (>= 4.2.0.beta, < 5.0)
|
108
116
|
nokogiri (~> 1.6.0)
|
109
117
|
rails-deprecated_sanitizer (>= 1.0.1)
|
110
|
-
rails-html-sanitizer (1.0.
|
118
|
+
rails-html-sanitizer (1.0.2)
|
111
119
|
loofah (~> 2.0)
|
112
|
-
railties (4.2.
|
113
|
-
actionpack (= 4.2.
|
114
|
-
activesupport (= 4.2.
|
120
|
+
railties (4.2.4)
|
121
|
+
actionpack (= 4.2.4)
|
122
|
+
activesupport (= 4.2.4)
|
115
123
|
rake (>= 0.8.7)
|
116
124
|
thor (>= 0.18.1, < 2.0)
|
117
125
|
rake (10.4.2)
|
118
126
|
rdoc (4.2.0)
|
119
|
-
|
127
|
+
json (~> 1.4)
|
128
|
+
ruby-progressbar (1.7.5)
|
129
|
+
ruby_parser (3.7.1)
|
120
130
|
sexp_processor (~> 4.1)
|
121
|
-
sass (3.4.
|
131
|
+
sass (3.4.18)
|
122
132
|
sass-rails (5.0.3)
|
123
133
|
railties (>= 4.0.0, < 5.0)
|
124
134
|
sass (~> 3.1)
|
125
135
|
sprockets (>= 2.8, < 4.0)
|
126
136
|
sprockets-rails (>= 2.0, < 4.0)
|
127
137
|
tilt (~> 1.1)
|
128
|
-
sexp_processor (4.
|
129
|
-
simplecov (0.
|
138
|
+
sexp_processor (4.6.0)
|
139
|
+
simplecov (0.10.0)
|
130
140
|
docile (~> 1.1.0)
|
131
|
-
|
132
|
-
simplecov-html (~> 0.
|
133
|
-
simplecov-html (0.
|
134
|
-
sprockets (3.
|
141
|
+
json (~> 1.8)
|
142
|
+
simplecov-html (~> 0.10.0)
|
143
|
+
simplecov-html (0.10.0)
|
144
|
+
sprockets (3.3.3)
|
135
145
|
rack (~> 1.0)
|
136
|
-
sprockets-rails (2.3.
|
146
|
+
sprockets-rails (2.3.2)
|
137
147
|
actionpack (>= 3.0)
|
138
148
|
activesupport (>= 3.0)
|
139
149
|
sprockets (>= 2.8, < 4.0)
|
140
150
|
sqlite3 (1.3.10)
|
141
151
|
thor (0.19.1)
|
142
|
-
thread_safe (0.3.
|
152
|
+
thread_safe (0.3.5)
|
143
153
|
tilt (1.4.1)
|
144
154
|
tzinfo (1.2.2)
|
145
155
|
thread_safe (~> 0.1)
|
@@ -154,8 +164,11 @@ PLATFORMS
|
|
154
164
|
DEPENDENCIES
|
155
165
|
awesome_print
|
156
166
|
codeclimate-test-reporter
|
167
|
+
color_pound_spec_reporter
|
157
168
|
factory_girl_rails (~> 4.0)
|
158
169
|
minitest
|
170
|
+
minitest-line
|
171
|
+
minitest-reporters
|
159
172
|
rdoc
|
160
173
|
sqlite3
|
161
174
|
ui_bibz!
|