ui_bibz 2.0.0.alpha13 → 2.0.0.alpha14

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: 5445470503d84e12fb8edf794a73fd83f93e3932
4
- data.tar.gz: 54275fdf4e05e2c8f58a04477fa3230ea47e9423
3
+ metadata.gz: 134f8d6cc061dba4d22d43b7b2c38effa7f1fb21
4
+ data.tar.gz: a0b249b4871294097b46cd7d13ab961b3993f94c
5
5
  SHA512:
6
- metadata.gz: b029329ffab60ff04889dc9878eff875e67c0672f19bb87e3477e8a6173c8b04867a03b8b51d2131626b05b35bb76f97c8889b0f7449e8979ce1dc010d0d819d
7
- data.tar.gz: da46770e967c4f0ec9bb3d22cb5a6075077c301de08e5573b447353386c969495809b5a1f476c3ec1aa5db7626036849a84c0ef6914d5ad7d1853077d67ff586
6
+ metadata.gz: fcc027af140535bbdfac91b005ae1091cfafb3c3b20cb97c018d56991eebf137f94fdabb5d80fc7d457570df1525aff6235c0431dfc050f6b7519b8bbc0b04e8
7
+ data.tar.gz: 93b7db58ed0046c852bdba3f6a68b3d085fcb1e3c0c91dee9750ea659029332eb4f343b4fb3024ae2b64549085050c93bcd4c8216d16cdca664b863225de95aa
data/Gemfile.lock CHANGED
@@ -1,9 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.0.0.alpha13)
5
- bootstrap (< 4.0.0.alpha3)
6
- bundler (>= 1.8.4)
4
+ ui_bibz (2.0.0.alpha14)
5
+ bootstrap (= 4.0.0.alpha3)
7
6
  font-awesome-sass
8
7
  haml
9
8
  haml-rails
@@ -57,7 +56,7 @@ GEM
57
56
  autoprefixer-rails (6.3.7)
58
57
  execjs
59
58
  awesome_print (1.7.0)
60
- bootstrap (4.0.0.alpha2)
59
+ bootstrap (4.0.0.alpha3)
61
60
  autoprefixer-rails (>= 6.0.3)
62
61
  sass (>= 3.4.19)
63
62
  builder (3.2.2)
@@ -184,4 +183,4 @@ DEPENDENCIES
184
183
  ui_bibz!
185
184
 
186
185
  BUNDLED WITH
187
- 1.11.2
186
+ 1.12.5
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Ui Bibz logo](http://hummel.link/Ui-Bibz/2.0.0/images/ui-bibz-logo-without-border.gif)
1
+ ![Ui Bibz logo](https://raw.githubusercontent.com/thooams/Ui-Bibz/gh-pages/ui-bibz-logo-without-border.gif)
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/ui_bibz.svg)](http://badge.fury.io/rb/ui_bibz)
4
4
  [![Build Status](https://travis-ci.org/thooams/Ui-Bibz.svg)](https://travis-ci.org/thooams/Ui-Bibz)
@@ -21,3 +21,47 @@ Ui Bibz load [boostrap](http://getbootstrap.com/) and [awesomefont](http://fonta
21
21
  ## Documentation
22
22
  Full documentation is here :
23
23
  [Ui Bibz](http://hummel.link/Ui-Bibz/)
24
+
25
+
26
+ ## Installation
27
+
28
+ Add it to your Gemfile
29
+ For bootstrap v4:
30
+
31
+ ```
32
+ gem 'ui_bibz'
33
+ ```
34
+
35
+ For bootstrap v3:
36
+
37
+ ```
38
+ gem 'ui_bibz', '~> 1.2.5.3'
39
+ ```
40
+
41
+ Run the following command to install it:
42
+
43
+ ```
44
+ bundle install
45
+ ```
46
+
47
+ ## Configuration
48
+
49
+ Put this line in: /app/assets/stylesheets/applications.css
50
+
51
+ ```
52
+ *= require ui_bibz
53
+ ```
54
+
55
+ Put this line in: /app/assets/javascripts/applications.js
56
+
57
+ ```
58
+ //= require ui_bibz
59
+ ```
60
+
61
+ Ps: You can use sass variables into Boostrap.
62
+
63
+ ## And after
64
+
65
+ * See documentation [here](http://hummel.link/Ui-Bibz/) for boostrap 4.
66
+ * See documentation [here](http://hummel.link/Ui-Bibz/1.2.5/) for boostrap 3.
67
+
@@ -1,3 +1,3 @@
1
1
  module UiBibz
2
- VERSION = "2.0.0.alpha13"
2
+ VERSION = "2.0.0.alpha14"
3
3
  end
data/ui_bibz.gemspec CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.require_paths = ["lib", "vendor"]
24
24
 
25
25
  # Rails gems
26
- s.add_dependency 'bundler', '>= 1.8.4'
26
+ #s.add_dependency 'bundler', '>= 1.8.4'
27
27
  s.add_dependency 'rails', '>= 4.2.0'
28
28
  s.add_dependency 'will_paginate', '~> 3.1.0'
29
29
  s.add_dependency 'will_paginate-bootstrap'
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
  s.add_dependency 'haml-rails'
33
33
  s.add_dependency 'sass-rails', '>= 5.0.0'
34
34
  s.add_dependency 'font-awesome-sass'
35
- s.add_dependency 'bootstrap', '< 4.0.0.alpha3'
35
+ s.add_dependency 'bootstrap', '4.0.0.alpha3'
36
36
 
37
37
  # Javascript gems (rails-assets.org)
38
38
  #s.add_dependency 'rails-assets-tether', '>= 1.1.0'
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.alpha13
4
+ version: 2.0.0.alpha14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams
@@ -10,20 +10,6 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: bundler
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 1.8.4
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ">="
25
- - !ruby/object:Gem::Version
26
- version: 1.8.4
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: rails
29
15
  requirement: !ruby/object:Gem::Requirement
@@ -140,14 +126,14 @@ dependencies:
140
126
  name: bootstrap
141
127
  requirement: !ruby/object:Gem::Requirement
142
128
  requirements:
143
- - - "<"
129
+ - - '='
144
130
  - !ruby/object:Gem::Version
145
131
  version: 4.0.0.alpha3
146
132
  type: :runtime
147
133
  prerelease: false
148
134
  version_requirements: !ruby/object:Gem::Requirement
149
135
  requirements:
150
- - - "<"
136
+ - - '='
151
137
  - !ruby/object:Gem::Version
152
138
  version: 4.0.0.alpha3
153
139
  - !ruby/object:Gem::Dependency
@@ -410,7 +396,6 @@ files:
410
396
  - test/ui/table_test.rb
411
397
  - test/ui_bibz_test.rb
412
398
  - test/ui_helper_test.rb
413
- - ui_bibz-2.0.0.alpha.gem
414
399
  - ui_bibz.gemspec
415
400
  - vendor/assets/images/switch.png
416
401
  - vendor/assets/javascripts/bootstrap-datepicker.min.js
Binary file