ui_bibz 2.0.1 → 2.0.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 +4 -4
- data/Gemfile.lock +2 -2
- data/app/ui/.keep +0 -0
- data/config/initializers/ui_bibz.rb +2 -1
- data/lib/ui_bibz/rails/engine.rb +2 -3
- data/lib/ui_bibz/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be1a71fc5f03db04db8ae4252bf32c3225d5118f
|
|
4
|
+
data.tar.gz: 96d7cc8b42b66975fe4f0218bb7185c60f5c490c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83e0900d32daf641e58802ad9cbdb856d268e150383eaa9a75347268a3c0a2a09f9d979f83c5c024ee2093dd7037fd6c6509a36939abe706c62292cc88ab11a4
|
|
7
|
+
data.tar.gz: 590cb656bfbd1cf4f9cb5fe65e6da7653fb7eb523dc5013481d9c7df7fdf6700f7d0e14c0631703f8a3760d4998989783620dea1c21df979d78bb6c786f05783
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ui_bibz (2.0.
|
|
4
|
+
ui_bibz (2.0.2)
|
|
5
5
|
bootstrap (= 4.0.0)
|
|
6
6
|
font-awesome-sass
|
|
7
7
|
haml
|
|
@@ -58,7 +58,7 @@ GEM
|
|
|
58
58
|
minitest (~> 5.1)
|
|
59
59
|
tzinfo (~> 1.1)
|
|
60
60
|
arel (9.0.0)
|
|
61
|
-
autoprefixer-rails (8.
|
|
61
|
+
autoprefixer-rails (8.4.1)
|
|
62
62
|
execjs
|
|
63
63
|
awesome_print (1.8.0)
|
|
64
64
|
bootstrap (4.0.0)
|
data/app/ui/.keep
ADDED
|
File without changes
|
|
@@ -6,4 +6,5 @@ unless defined?(SimpleForm).nil?
|
|
|
6
6
|
end
|
|
7
7
|
end
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
# no "require" in file in ui directory
|
|
10
|
+
#Rails.application.config.eager_load_paths += Dir[Rails.root.join("app", "ui", "**")]
|
data/lib/ui_bibz/rails/engine.rb
CHANGED
|
@@ -19,14 +19,13 @@ module UiBibz
|
|
|
19
19
|
ActionView::Base.send :include, UiBibz::Helpers::Ui::UxHelper
|
|
20
20
|
end
|
|
21
21
|
|
|
22
|
-
|
|
23
22
|
config.autoload_paths += Dir["#{config.root}/lib/ui_bibz/inputs/**/"] if defined?(::SimpleForm)
|
|
23
|
+
|
|
24
24
|
initializer "ui_bibz.helpers.form" do
|
|
25
25
|
ActionView::Base.send :include, UiBibzForm
|
|
26
|
-
#Dir["#{config.root}/lib/ui_bibz/inputs/**/**"].each{ |b| require b } if defined?(::SimpleForm)
|
|
27
26
|
end
|
|
28
27
|
|
|
29
|
-
|
|
30
28
|
end
|
|
31
29
|
end
|
|
32
30
|
end
|
|
31
|
+
|
data/lib/ui_bibz/version.rb
CHANGED
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.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thooams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-04-
|
|
11
|
+
date: 2018-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -269,6 +269,7 @@ files:
|
|
|
269
269
|
- app/assets/stylesheets/notifications.sass
|
|
270
270
|
- app/assets/stylesheets/tables.sass
|
|
271
271
|
- app/assets/stylesheets/ui_bibz.sass
|
|
272
|
+
- app/ui/.keep
|
|
272
273
|
- config/initializers/ui_bibz.rb
|
|
273
274
|
- config/initializers/will_paginate.rb
|
|
274
275
|
- config/locales/en.yml
|