ui_bibz 2.0.0.alpha22 → 2.0.0.alpha23

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
  SHA1:
3
- metadata.gz: e6fb9e46055a4f74814a96f7981d9195314c7139
4
- data.tar.gz: 5e170a7aaed97708c62e3e51f95dfd77bacd1984
3
+ metadata.gz: 1a4242ac07dd6e7592e582b1d6fa18731dfe6436
4
+ data.tar.gz: 1c1ef03cadc54919d351263bb3685fe6008e095d
5
5
  SHA512:
6
- metadata.gz: 204240d4a34860d36238f10d606f7fe3dbe1f5c8a0eb0b511d69398550d2ed6e9d739aa17bf23b796810a74ea5a4a4316306fda2ce0a3ff39d2669857d5292a3
7
- data.tar.gz: 5c16967e0deb1f85ecdf90ac6695693d2e1df34141e76325379b073aa95fd93c49bb0b4e128252f3386fca7cfab109775d363dcea85f49dcbb4ea958065cd5ac
6
+ metadata.gz: 51c529a5e3ee208feea189189ca4090e734f3e68bcaa15a932aea959c7484491f9800eb9895f84db709c8f1ed346d2d1449cbb0e9e6c8f70cdaf8c8ab7b69304
7
+ data.tar.gz: a7c6e50fd0143c9a0b36d0f697ca03ef50ac36a6478fbd136196a2ab40c3bf248677e4e3b91c4ff35b2a34dcedd8e86746614698ac7dbc9d9686af458a9714f0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.0.0.alpha22)
4
+ ui_bibz (2.0.0.alpha23)
5
5
  bootstrap (= 4.0.0.alpha4)
6
6
  font-awesome-sass
7
7
  haml
@@ -52,8 +52,8 @@ GEM
52
52
  i18n (~> 0.7)
53
53
  minitest (~> 5.1)
54
54
  tzinfo (~> 1.1)
55
- arel (7.1.1)
56
- autoprefixer-rails (6.4.1.1)
55
+ arel (7.1.2)
56
+ autoprefixer-rails (6.5.0)
57
57
  execjs
58
58
  awesome_print (1.7.0)
59
59
  bootstrap (4.0.0.alpha4)
@@ -99,7 +99,7 @@ GEM
99
99
  mime-types-data (~> 3.2015)
100
100
  mime-types-data (3.2016.0521)
101
101
  mini_portile2 (2.1.0)
102
- minitest (5.9.0)
102
+ minitest (5.9.1)
103
103
  nio4r (1.2.1)
104
104
  nokogiri (1.6.8)
105
105
  mini_portile2 (~> 2.1.0)
@@ -131,7 +131,7 @@ GEM
131
131
  method_source
132
132
  rake (>= 0.8.7)
133
133
  thor (>= 0.18.1, < 2.0)
134
- rake (11.2.2)
134
+ rake (11.3.0)
135
135
  ruby_parser (3.8.2)
136
136
  sexp_processor (~> 4.1)
137
137
  sass (3.4.22)
@@ -164,7 +164,7 @@ GEM
164
164
  websocket-extensions (>= 0.1.0)
165
165
  websocket-extensions (0.1.2)
166
166
  will-paginate-i18n (0.1.15)
167
- will_paginate (3.1.0)
167
+ will_paginate (3.1.3)
168
168
  will_paginate-bootstrap (1.0.1)
169
169
  will_paginate (>= 3.0.3)
170
170
 
@@ -110,7 +110,7 @@ module UiBibz::Ui::Core
110
110
  end
111
111
 
112
112
  def button_html
113
- content_tag :button, button_content, class: join_classes("btn", button_status, size, "dropdown-toggle"), type: 'button', "data-toggle" => 'dropdown', "aria-haspopup" => true, "aria-expanded" => false
113
+ content_tag :button, button_content, class: join_classes("btn", button_status, state, size, "dropdown-toggle"), type: 'button', "data-toggle" => 'dropdown', "aria-haspopup" => true, "aria-expanded" => false
114
114
  end
115
115
 
116
116
  def ul_html
@@ -1,3 +1,3 @@
1
1
  module UiBibz
2
- VERSION = "2.0.0.alpha22"
2
+ VERSION = "2.0.0.alpha23"
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.alpha22
4
+ version: 2.0.0.alpha23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-13 00:00:00.000000000 Z
11
+ date: 2016-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails