ui_bibz 2.0.0.alpha23 → 2.0.0.alpha24

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: 1a4242ac07dd6e7592e582b1d6fa18731dfe6436
4
- data.tar.gz: 1c1ef03cadc54919d351263bb3685fe6008e095d
3
+ metadata.gz: abb603bf7367213714426d7a30af42928ce838b5
4
+ data.tar.gz: 88038259aabb555e3a57979fedb495b73104f1ba
5
5
  SHA512:
6
- metadata.gz: 51c529a5e3ee208feea189189ca4090e734f3e68bcaa15a932aea959c7484491f9800eb9895f84db709c8f1ed346d2d1449cbb0e9e6c8f70cdaf8c8ab7b69304
7
- data.tar.gz: a7c6e50fd0143c9a0b36d0f697ca03ef50ac36a6478fbd136196a2ab40c3bf248677e4e3b91c4ff35b2a34dcedd8e86746614698ac7dbc9d9686af458a9714f0
6
+ metadata.gz: 79774445d57a7c7ac3b72f92d3d6a01546c7ce1c97281e6e71013ba712216453f70c75dd4f6afaf53d110f0e1466dbf79c0e111db63a63b928cbd2d045466910
7
+ data.tar.gz: 7fd7a75f885f1a893d44c04f461a019cd2d929c0ebdddba5c3c53c38957fa6f83c4417bc87885cb56d3b91c7ae71346379731db7497c31962603cf1469c95d3c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.0.0.alpha23)
4
+ ui_bibz (2.0.0.alpha24)
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.2)
56
- autoprefixer-rails (6.5.0)
55
+ arel (7.1.4)
56
+ autoprefixer-rails (6.5.0.2)
57
57
  execjs
58
58
  awesome_print (1.7.0)
59
59
  bootstrap (4.0.0.alpha4)
@@ -101,10 +101,8 @@ GEM
101
101
  mini_portile2 (2.1.0)
102
102
  minitest (5.9.1)
103
103
  nio4r (1.2.1)
104
- nokogiri (1.6.8)
104
+ nokogiri (1.6.8.1)
105
105
  mini_portile2 (~> 2.1.0)
106
- pkg-config (~> 1.1.7)
107
- pkg-config (1.1.7)
108
106
  rack (2.0.1)
109
107
  rack-test (0.6.3)
110
108
  rack (>= 1.0)
@@ -132,7 +130,7 @@ GEM
132
130
  rake (>= 0.8.7)
133
131
  thor (>= 0.18.1, < 2.0)
134
132
  rake (11.3.0)
135
- ruby_parser (3.8.2)
133
+ ruby_parser (3.8.3)
136
134
  sexp_processor (~> 4.1)
137
135
  sass (3.4.22)
138
136
  sass-rails (5.0.6)
@@ -154,7 +152,7 @@ GEM
154
152
  actionpack (>= 4.0)
155
153
  activesupport (>= 4.0)
156
154
  sprockets (>= 3.0.0)
157
- sqlite3 (1.3.11)
155
+ sqlite3 (1.3.12)
158
156
  thor (0.19.1)
159
157
  thread_safe (0.3.5)
160
158
  tilt (2.0.5)
@@ -4,6 +4,8 @@
4
4
 
5
5
  // Bootstrap
6
6
  @import bootstrap/_variables
7
+ $enable-flex: true
8
+
7
9
  //@import bootstrap-sprockets
8
10
  @import bootstrap
9
11
  @import tether.min
@@ -1,3 +1,3 @@
1
1
  module UiBibz
2
- VERSION = "2.0.0.alpha23"
2
+ VERSION = "2.0.0.alpha24"
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.alpha23
4
+ version: 2.0.0.alpha24
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-27 00:00:00.000000000 Z
11
+ date: 2016-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails