my_admin 0.0.6 → 0.0.7

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjA3ZDZhNzhkZTY1MGQ4NDgxYjlkZDRiNWY4MDViY2ViYWM5ZTMyNw==
4
+ Zjk4Zjk4YWMzZDQ4ZTM3NmZmZDEzNDBkMjgxODM3ZTdhZTg2NTQwMA==
5
5
  data.tar.gz: !binary |-
6
- NmQzM2YwOTFlYmEyZGI0MmE2YTZkYzUyZmNkMjJiM2E1OTAxNTZmZA==
6
+ ZWU3NWZiN2YyYmUwNDk3Yzg4ZWUyOGFiZTQ3ZDJiNmRiYzc1N2EwYg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NzE5NWEyNjVlOWRhMGNkM2VlMjZlOWNjOGRlMmM5ZjAxYzZiNWM4MzllNjdk
10
- Y2U0ZWQwNDUwNWM4YjYzOWVjMDE4Zjg3Y2MwMzVkMGVkODRiODkwMzc0MGEy
11
- YmQ1MDY2MTMyODNiNzhiMmJlNmZhOThkYmJkYjAyMDgwOTdmM2U=
9
+ ZTZkYWY0NTA2NDMyODE4MDE1MDIyNTllMjgxYmJhMDdkZjdmYWM4MmUzZDdi
10
+ YmI1NmE4YmI2MThkZWU1NmJkM2FkNDY3MTUwOGM2ZTllMmNlNjkzNjc3MTYx
11
+ N2M3ZTFkYzUwNDU5ZGVmNTFhNGM5MzVkN2RiMzMyY2E2OTQ5Yzc=
12
12
  data.tar.gz: !binary |-
13
- YjZlODRmNmVlZjJlOWRkYWZhYWM4ZDQ4YzhmNTU2ZGNjNmMxMzgwNTgwNmMz
14
- ZDZlMDkwZThiMjE1NWE5MGE0MThkOWIyOTc2ZjBiNDI3ZjQ0YjFiMmNiMTc3
15
- MTYyNDJkZDgzODQ2NTY0YTRhNzEyZmJjNDQwMmMwN2MxYmY3OTQ=
13
+ MmY1N2RhOGMwYzc4YWFmZDZkZTUzNGJmMmIxY2VlMzQ4MGM1N2NmNTg3ZDU1
14
+ NGFkYjM4Y2I3YjAxZDA0YmJkYjI5NmU5MDE2ZTZkODY5YzkzODcwMzc0YTgz
15
+ ZWU5YmEwNTUzNGExYmVkZGQyZjdiMmFkN2I2YWY3MWNhNWJjNDU=
@@ -0,0 +1,12 @@
1
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
2
+ // listed below.
3
+ //
4
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
+ // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
+ //
7
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
+ // compiled file.
9
+ //
10
+ // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
11
+ // about supported directives.
12
+ //
@@ -0,0 +1,12 @@
1
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
2
+ // listed below.
3
+ //
4
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
+ // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
+ //
7
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
+ // compiled file.
9
+ //
10
+ // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
11
+ // about supported directives.
12
+ //
@@ -0,0 +1,12 @@
1
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
2
+ // listed below.
3
+ //
4
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
+ // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
+ //
7
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
+ // compiled file.
9
+ //
10
+ // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
11
+ // about supported directives.
12
+ //
@@ -7,6 +7,7 @@ class Engine < Rails::Engine
7
7
  config.assets.precompile += %w( ckeditor/* )
8
8
  config.assets.precompile += %w( my_admin/application.css, my_admin/application_locked.css, my_admin/application_off.css )
9
9
  config.assets.precompile += %w( my_admin/application.js, my_admin/application_locked.js, my_admin/application_off.js )
10
+ config.assets.precompile += %w( my_admin_application.js, my_admin_application_locked.js, my_admin_application_off.js )
10
11
 
11
12
  config.to_prepare do
12
13
  ActionView::Base.send :include, MyAdminHelper
@@ -1,3 +1,3 @@
1
1
  module MyAdmin
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Vinicius von Gal dos Santos
@@ -272,6 +272,9 @@ files:
272
272
  - app/assets/images/my_admin/sorting.png
273
273
  - app/assets/images/my_admin/users/missing_mini.png
274
274
  - app/assets/images/my_admin/users/missing_my_admin.png
275
+ - app/assets/javascripts/application.js
276
+ - app/assets/javascripts/application_locked.js
277
+ - app/assets/javascripts/application_off.js
275
278
  - app/assets/javascripts/my_admin.js
276
279
  - app/assets/javascripts/my_admin/application.js
277
280
  - app/assets/javascripts/my_admin/application_locked.js