ui_bibz 2.0.0.alpha20 → 2.0.0.alpha21

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: 0b9d1ff4e79a0dd369f9f6730d2c04a17bff5a02
4
- data.tar.gz: 88fe5e85c1d3239b72ab8c90c32760178966d15c
3
+ metadata.gz: 1b1f9fbf0437296adc28e3a8a3eed6fa99e9397c
4
+ data.tar.gz: 1d83890f287f29b1bd4165069db2b4c5002124fc
5
5
  SHA512:
6
- metadata.gz: 2a327c129e1fc6f0915f364995a03fa784e1a0220609e8cfdc8688d9adf8f73f8c93f8668a2ffcf6d9268a7ac7bda17aa4fc2546c63c3eea580f0f77e8fcae88
7
- data.tar.gz: 2f4c6a31af2940233d1978a28b1e22f6da5c7b45c3b5e3af6240bc8732c9bbd7df62b9d4bd5fefbc715ab55f9d59631af11986b086c4075f76292cab781bef6a
6
+ metadata.gz: 9398b52119b3e5a2d1973cdc61f400b34979756de9c7f8618f11d03e7bdc4312e3e665419d89cd4ce845c7841a9e8ef457f77f58d56234eeeebac3007b0e3097
7
+ data.tar.gz: 7af58c2a87c3c4c8ee763fcb2bb00441f5fbb002a1f7bbfe311066802976d11f62fc0f3889664ec6a351a54799f4d4af9ea34bdec6a1de02d7f18b44675102b0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.0.0.alpha20)
4
+ ui_bibz (2.0.0.alpha21)
5
5
  bootstrap (= 4.0.0.alpha3.1)
6
6
  font-awesome-sass
7
7
  haml
@@ -1,6 +1,6 @@
1
1
  # Fix for button link in button group
2
2
  $(document).on 'turbolinks:load page:change ready', ->
3
- $('.btn-group > a.btn').click ->
3
+ $('.btn-group > a.btn, .dropdown-item').click ->
4
4
  try # Turbolinks exist
5
5
  Turbolinks.visit($(this).attr('href'))
6
6
  catch exception # Turbolinks doesn't exist
@@ -1,3 +1,3 @@
1
1
  module UiBibz
2
- VERSION = "2.0.0.alpha20"
2
+ VERSION = "2.0.0.alpha21"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ui_bibz
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.alpha20
4
+ version: 2.0.0.alpha21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-17 00:00:00.000000000 Z
11
+ date: 2016-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails