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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f43bb10fac13d2823e385b38bd8b32ca2e1b87d
4
- data.tar.gz: 0be25ec589d432d7f22921ed689fa4a88b5c5667
3
+ metadata.gz: be1a71fc5f03db04db8ae4252bf32c3225d5118f
4
+ data.tar.gz: 96d7cc8b42b66975fe4f0218bb7185c60f5c490c
5
5
  SHA512:
6
- metadata.gz: 68dab72ac5152cdec6c232d83ae2405327fef4fff83e52e8239c167a8389ca283661185be6644c3a0d7a6feb8ec9951840c923210999066ecae97f924ca039d4
7
- data.tar.gz: 2a5d3cd2577cdd69c63b181f71196bcf66e6dea7f2c97399648832603954c02fff0348b5d6681f033ead02564f12ec8ba5a0edd7a3fae3b492955c21326f0df7
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.1)
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.3.0)
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
- Rails.application.config.autoload_paths += Dir[File.join(Rails.root, "app", "ui", "**", "*.rb")].each {|l| require l }
9
+ # no "require" in file in ui directory
10
+ #Rails.application.config.eager_load_paths += Dir[Rails.root.join("app", "ui", "**")]
@@ -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
+
@@ -1,3 +1,3 @@
1
1
  module UiBibz
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
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.1
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-25 00:00:00.000000000 Z
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