ui_bibz 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ce76131262f1e48da28166703caf11489f0d111bc046d68114af495c48c4c78
4
- data.tar.gz: 1d8712e4cc4ec05e33d515b5f944047e70edcc0447663443d73a5ea286c77a99
3
+ metadata.gz: ab10496daf32afaaca5fd078a9a2620f630fad4da2ea00f5ae8f24aa8ae0826c
4
+ data.tar.gz: b9292524cdb88cf85094134984f77b950683615b74c235e0ee212990bb20897c
5
5
  SHA512:
6
- metadata.gz: 85247bc42bb0b246be6360fbbce0911ca693fee7ccd2177f6badfb569afa99aa72fb6667169db3fd1ea37515002de7bacb9ca41dc1f6116c9936ff13e219e3e3
7
- data.tar.gz: be1a905e7f712938dc6f8ba480a937f37c659585241ee116370beae90dbb9a851e3e1e620804eb3ed0f89ea35d0732d912bd7fade452a01289c0c6d0ad4ab27d
6
+ metadata.gz: ac16a93775ca52b4a4bcc96cceda6e199063134ae3496b851de5355d4b3cac4d7a4088fb7d748525b330cc54cf93745ee83012179dd210871e98f6c86c9f1135
7
+ data.tar.gz: 6e68566da4afe3ba625e962c968d1aff7df297695441d7de08a413c73b96ffddf580ff9e66f7d903b57cd0dd38e8c90f7d6269761b79a82354e7ce48c21377c8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.2.1)
4
+ ui_bibz (2.2.2)
5
5
  bootstrap (= 4.2.1)
6
6
  haml
7
7
  haml-rails
data/lib/ui_bibz/infos.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module UiBibz
2
2
  NAME = "Ui Bibz"
3
- VERSION = "2.2.1"
3
+ VERSION = "2.2.2"
4
4
  DESCRIPTION = "A Rails Interface Framework using Bootstrap."
5
5
  SUMMARY = "Create your project with Ui Bibz. Over a thirty reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more."
6
6
  LICENSE = "MIT"
@@ -14,7 +14,7 @@ class MultiSelectFieldTest < ActionView::TestCase
14
14
  test "Multi Select Field data html options" do
15
15
  grouped_options = { 'North America' => [['United statuss','US'], 'Canada'], 'Europe' => ['Denmark','Germany','France'] }
16
16
  actual = UiBibz::Ui::Core::Forms::Selects::MultiSelectField.new('example', { option_tags: grouped_options_for_select(grouped_options), clickable_opt_group: true, collapsible_opt_group: true, searchable: true, select_all_options: true, number_displayed: 2, status: :danger }).render
17
- expected = "<select name=\"example[]\" id=\"example\" data-enable-clickable-opt-groups=\"true\" data-enable-collapsible-opt-groups=\"true\" data-enable-filtering=\"true\" data-include-select-all-option=\"true\" data-number-displayed=\"true\" class=\"btn-danger multi-select-field\" multiple=\"multiple\"><optgroup label=\"North America\"><option value=\"US\">United statuss</option>
17
+ expected = "<select name=\"example[]\" id=\"example\" data-enable-clickable-opt-groups=\"true\" data-enable-collapsible-opt-groups=\"true\" data-enable-filtering=\"true\" data-include-select-all-option=\"true\" data-number-displayed=\"true\" class=\"btn-danger btn-secondary multi-select-field\" multiple=\"multiple\"><optgroup label=\"North America\"><option value=\"US\">United statuss</option>
18
18
  <option value=\"Canada\">Canada</option></optgroup><optgroup label=\"Europe\"><option value=\"Denmark\">Denmark</option>
19
19
  <option value=\"Germany\">Germany</option>
20
20
  <option value=\"France\">France</option></optgroup></select>"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ui_bibz
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams