administrador 0.0.21.pre → 0.0.22.pre
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/app/assets/javascripts/administrador.js +6 -0
- data/app/assets/javascripts/administrador/application.js +0 -5
- data/app/assets/stylesheets/administrador.css +4 -0
- data/app/assets/stylesheets/administrador/application.css +0 -12
- data/app/views/layouts/administrador/application.html.haml +2 -2
- data/config/initializers/assets.rb +1 -0
- data/lib/administrador/version.rb +1 -1
- metadata +8 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb3dc69dc5ccdb4801427dc70ad51c8b270323e5b27444429519bb19b9103e6c
|
|
4
|
+
data.tar.gz: 59f0830df3aa1509f0e8254288ff6a7aec353e20ec2aea5efd95736886e85c69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2dcd7b4c27baf26443071e1731061e0566cbcc8f7bf792bbe1755ecc11585afa3d12740a8cfa1eb3a883f9c98fdea47063a6b55015c96e573b0675a51442863
|
|
7
|
+
data.tar.gz: f04aa1bd66be0a8f5ea20cb7061135434d7a2a0f7cbc38c633dc253252809409a7f947ba4a21c57d8dd2c8675a349159fff6fbdd1fa837d802df76db8c9f0ce5
|
|
@@ -10,9 +10,4 @@
|
|
|
10
10
|
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
|
11
11
|
// about supported directives.
|
|
12
12
|
//
|
|
13
|
-
//= require rails-ujs
|
|
14
|
-
//= require activestorage
|
|
15
|
-
//= require rao-component/acts_as_list
|
|
16
|
-
//= require rao-component/awesome_nested_set
|
|
17
|
-
//= require simple_sidebar
|
|
18
13
|
//= require_tree ./application
|
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
|
3
|
-
* listed below.
|
|
4
|
-
*
|
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
|
6
|
-
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
|
7
|
-
*
|
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
|
10
|
-
* files in this directory. Styles in this file should be added after the last require_* statement.
|
|
11
|
-
* It is generally better to create a new file per style scope.
|
|
12
|
-
*
|
|
13
|
-
*= require simple_sidebar
|
|
14
2
|
*= require_tree ./application
|
|
15
3
|
*= require_self
|
|
16
4
|
*/
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
|
|
30
30
|
= csrf_meta_tags
|
|
31
31
|
= csp_meta_tag
|
|
32
|
-
= stylesheet_link_tag "administrador
|
|
33
|
-
= javascript_include_tag "administrador
|
|
32
|
+
= stylesheet_link_tag "administrador", media: "all"
|
|
33
|
+
= javascript_include_tag "administrador"
|
|
34
34
|
|
|
35
35
|
= render partial: 'html_head_extras'
|
|
36
36
|
%body{ administrador_helper(self).body_html }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Rails.application.config.assets.precompile += %w( administrador.js administrador.css )
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: administrador
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.22.pre
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roberto Vasquez Angel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.0.
|
|
61
|
+
version: 0.0.33.pre
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.0.
|
|
68
|
+
version: 0.0.33.pre
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: rao-component
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -385,9 +385,11 @@ files:
|
|
|
385
385
|
- README.md
|
|
386
386
|
- Rakefile
|
|
387
387
|
- app/assets/config/administrador_manifest.js
|
|
388
|
+
- app/assets/javascripts/administrador.js
|
|
388
389
|
- app/assets/javascripts/administrador/application.js
|
|
389
390
|
- app/assets/javascripts/administrador/application/keep.js
|
|
390
391
|
- app/assets/javascripts/administrador/application/sidebar.js.coffee~
|
|
392
|
+
- app/assets/stylesheets/administrador.css
|
|
391
393
|
- app/assets/stylesheets/administrador/application.css
|
|
392
394
|
- app/assets/stylesheets/administrador/application/bootstrap-btn-responsive.css
|
|
393
395
|
- app/assets/stylesheets/administrador/application/bootstrap-btn-xs.css
|
|
@@ -484,6 +486,7 @@ files:
|
|
|
484
486
|
- app/views/administrador/sidebar_controller/base/show.html.haml
|
|
485
487
|
- app/views/breadcrumbs/_render.html.haml
|
|
486
488
|
- app/views/layouts/administrador/application.html.haml
|
|
489
|
+
- config/initializers/assets.rb
|
|
487
490
|
- config/initializers/localized_engines_fix.rb
|
|
488
491
|
- config/locales/de.yml
|
|
489
492
|
- config/locales/en.yml
|
|
@@ -517,7 +520,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
517
520
|
- !ruby/object:Gem::Version
|
|
518
521
|
version: 1.3.1
|
|
519
522
|
requirements: []
|
|
520
|
-
rubygems_version: 3.0.
|
|
523
|
+
rubygems_version: 3.0.6
|
|
521
524
|
signing_key:
|
|
522
525
|
specification_version: 4
|
|
523
526
|
summary: Administrador - The rails administration interface.
|