ui_bibz 2.0.0.alpha2 → 2.0.0.alpha3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ca87b30a6f0b743c5d0920fbb4bf4d6e1f70ae6
4
- data.tar.gz: 7bc4d0f9593a3be1dd72ff43867f1a5fd4fc4860
3
+ metadata.gz: 2aa0a35e41115cd624ba936fe0ad2813ed1e3a41
4
+ data.tar.gz: f5bd759e9e3b95ac3afb20a4eb471490b3354f18
5
5
  SHA512:
6
- metadata.gz: 45c883860ae029fc88e88b5feba32fde8e2fea04315d569708904cbd44146303ad0e426fc02f7cf190a3a6300bd2421ed3c676939e7119636978f4b89be6a0c9
7
- data.tar.gz: dcebafe16e76ac735aae051f652f3b875e628063dd60a527e62ea45083f77b4905d3f54f20313413cc5c1167faa0c51027d4beeb110d5adc819d395c62ea1fd7
6
+ metadata.gz: cdde0626c1d3cc2291f7a17712374f8fd5cf2715790438d2df9f163b474642fb11a59e0b79c1754b314fda8eff52e0927c9a258bd7116706b9fc402389209c69
7
+ data.tar.gz: ae6e06caec07dddcf397411e3b1ebe35310bfab6d8f335d0a1ac922565a4184fb5535055d21400c4baec5111b56d373b8ad18c7b5953b392b28bb50708385d5e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.0.0.alpha2)
4
+ ui_bibz (2.0.0.alpha3)
5
5
  bootstrap (< 4.0.0.alpha3)
6
6
  bundler (>= 1.8.4)
7
7
  font-awesome-sass
@@ -19,7 +19,6 @@ $states_colors: (success: $brand-success, primary: $brand-primary, secondary: $b
19
19
  @import multi-select.min
20
20
  @import fix-bootstrap-4
21
21
  @import fix-dropdown-select
22
- @import bootstrap-select
23
22
 
24
23
 
25
24
  // Table section
@@ -5,8 +5,8 @@ require "font-awesome-sass"
5
5
 
6
6
  # Javascript requires
7
7
  require 'rails-assets-tether'
8
- require 'rails-assets-bootstrap-select'
9
8
  require 'rails-assets-bootstrap-datepicker'
9
+ require 'rails-assets-bootstrap-select'
10
10
  #
11
11
  # not compatible with boostrap 4
12
12
  #require 'rails-assets-bootstrap-switch'
@@ -1,3 +1,3 @@
1
1
  module UiBibz
2
- VERSION = "2.0.0.alpha2"
2
+ VERSION = "2.0.0.alpha3"
3
3
  end
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.0.0.alpha2
4
+ version: 2.0.0.alpha3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams