ui_bibz 2.5.1 → 2.5.2

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
  SHA256:
3
- metadata.gz: c38be262cc3a4dc4f6b1e2d1460d3cb2b142344baf377b2a8d53c79d53fa1f07
4
- data.tar.gz: 556fe484b4d210efca47eb4c81ee54d25757cd2147ae786a9f2fb4ca5223ba4d
3
+ metadata.gz: c22245316da5ae5e05b2b949307e9fa4227f3831f9697fe8643867c5d7a3ea14
4
+ data.tar.gz: 03bb8b708c560c989ede192cb6ce0ae2e653d1c4ab373882e20ae5ab8270114c
5
5
  SHA512:
6
- metadata.gz: d50f3b8ef80d714f550a7f371d6da48d19af260bd34af5f6e5bab56bfa972660af54846d5cd3187bf97631369aeb89f3691ee2c41bd64f1ea687117d9a4d76ae
7
- data.tar.gz: c3e844763ed52eb64ad0c86bd9181c0aa88b6d1c9a55e32b0a4ed253141d914e006c9113ba0408df36c06795ee121c91414186a9445c73513009e7d77167f4cf
6
+ metadata.gz: 59fba72626bcd2e30615131ac8fb58bdff5ded08c5e65619155cc6643d0b5f76bf95a46d1c098203c920ebe6677cadf08181cde0f6954c92ede847b8ee903fc1
7
+ data.tar.gz: b02d97a74c6324e75cd2f9f68e0ca57006d9b5d53b7bf29fc265d8eb8a45908749da08cd901c40e9e463796c3b8cad9f51ee2ebcffdd58df4338e7b4e4ffe4f5
@@ -0,0 +1,4 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: thooams
4
+ patreon: user?u=8672183
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.5.1)
4
+ ui_bibz (2.5.2)
5
5
  bootstrap (= 4.4.1)
6
6
  haml
7
7
  haml-rails
@@ -126,7 +126,7 @@ GEM
126
126
  childprocess (>= 0.6.3, < 4)
127
127
  iniparse (~> 1.4)
128
128
  parallel (1.19.1)
129
- parser (2.7.0.4)
129
+ parser (2.7.0.5)
130
130
  ast (~> 2.4.0)
131
131
  popper_js (1.16.0)
132
132
  rack (2.2.2)
data/lib/ui_bibz/infos.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  module UiBibz
4
4
  NAME = 'Ui Bibz'
5
- VERSION = '2.5.1'
5
+ VERSION = '2.5.2'
6
6
  DESCRIPTION = 'A Rails Interface Framework using Bootstrap.'
7
7
  SUMMARY = 'Create your project with Ui Bibz. Over a thirty reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more.'
8
8
  LICENSE = 'MIT'
@@ -29,7 +29,7 @@ module UiBibz::Ui::Ux::Tables
29
29
  end
30
30
 
31
31
  def dropdown_action(record)
32
- return if @action.nil?
32
+ return if @actions.nil?
33
33
 
34
34
  @actions.format_action&.call(record)
35
35
 
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.5.1
4
+ version: 2.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-20 00:00:00.000000000 Z
11
+ date: 2020-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap
@@ -268,6 +268,7 @@ executables: []
268
268
  extensions: []
269
269
  extra_rdoc_files: []
270
270
  files:
271
+ - ".github/FUNDING.yml"
271
272
  - ".github/workflows/ruby.yml"
272
273
  - ".gitignore"
273
274
  - ".gitlab-ci.yml"