express_admin 1.3.1 → 1.3.2

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: a0ca6f5e24c35daef1d3fa8c5b17f5cdb9d474b7
4
- data.tar.gz: c078a096fd8d9e1d6ea5ed492b61a335076cfa1f
3
+ metadata.gz: 08a300847280a336c1ee0753d701955851c44c8e
4
+ data.tar.gz: e818d3b36531e5c2caf75b09da27b70dd5100eda
5
5
  SHA512:
6
- metadata.gz: 3f560ae6f53b4b88c166150181dd64a81e27d3e415867043125616e9ce854fce2aa98d08a7832a590fbf33884a9f25874b1b5178241f66c014e4862bc0b051d5
7
- data.tar.gz: 4ebfa9d72406c3eb0e543ef346f72b81af80b39df5ea450a9cf45ad65b64fedd91b2bb9b0896b299a79bc415f0472303f9fcf35f216942b9adf9b405fe319121
6
+ metadata.gz: 92f0c5c5d554682c2059a8d2b3e5f548625680dcd21e4ee8bd053ac7481517170cced4f65e20c834deecb970d517c1bf510dfa9fca052bf89f0fc6826263ab09
7
+ data.tar.gz: c05c929de0d91d51cb7e4b49184501f6ceb3f35f3564612f92d245f97ba943262fa49d27725e8564bc44e56498c968c165e01e6382041261c7fd08902e290914
@@ -1,4 +1,3 @@
1
- require File.join(File.dirname(__FILE__), 'layout_component')
2
1
  module ExpressAdmin
3
2
  class HBox < LayoutComponent
4
3
 
@@ -1,5 +1,3 @@
1
- require File.join(File.dirname(__FILE__), 'layout_component')
2
-
3
1
  module ExpressAdmin
4
2
  class Pane < LayoutComponent
5
3
 
@@ -1,3 +1,3 @@
1
1
  module ExpressAdmin
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: express_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Talcott Smith
@@ -320,19 +320,19 @@ files:
320
320
  - app/components/express_admin/definition_list.rb
321
321
  - app/components/express_admin/definition_table.rb
322
322
  - app/components/express_admin/flash_message_component.rb
323
- - app/components/express_admin/h_box.rb
324
323
  - app/components/express_admin/icon.rb
325
324
  - app/components/express_admin/icon_link.rb
326
325
  - app/components/express_admin/layout_component.rb
326
+ - app/components/express_admin/layout_components/h_box.rb
327
+ - app/components/express_admin/layout_components/pane.rb
328
+ - app/components/express_admin/layout_components/sidebar_region.rb
329
+ - app/components/express_admin/layout_components/v_box.rb
327
330
  - app/components/express_admin/main_region.rb
328
331
  - app/components/express_admin/mega_menu_component.rb
329
332
  - app/components/express_admin/page_header_component.rb
330
- - app/components/express_admin/pane.rb
331
333
  - app/components/express_admin/setting_form.rb
332
- - app/components/express_admin/sidebar_region.rb
333
334
  - app/components/express_admin/smart_form.rb
334
335
  - app/components/express_admin/smart_table.rb
335
- - app/components/express_admin/v_box.rb
336
336
  - app/components/express_admin/widget_box.rb
337
337
  - app/helpers/express_admin/admin_helper.rb
338
338
  - app/helpers/express_admin/module_settings_helper.rb