ecm_youtube_backend 1.0.0 → 1.0.1
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/ecm/youtube/backend/application.js +0 -12
- data/app/assets/stylesheets/ecm/youtube/backend/application.css +1 -12
- data/app/assets/stylesheets/ecm_youtube_backend.css +3 -0
- data/config/initializers/assets.rb +2 -1
- data/lib/ecm/youtube/backend/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8338e26ef726c0f0568514ee88379ef992f66e2
|
|
4
|
+
data.tar.gz: 7655c1d49eacd3b329fc7a00ae9aa7b03510706c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a32f745c16e57d2497bec16d9c1f72199e50c5088b6809c873c821e76574dc80f175444db7446fee884ab6f260ed451b16a7ecc4f76423dd967a8522d45c95be
|
|
7
|
+
data.tar.gz: 373ddb834b2d2cf97329d44850699b86f2d5e9c7dae2fb5998bdaeda51906ba6c5d79177f90bc3249068eaf5159fc4285b2b5ab38e352e6f9145991dc2cc250b
|
|
@@ -1,13 +1 @@
|
|
|
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 any plugin's vendor/assets/javascripts directory 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
|
-
//
|
|
13
1
|
//= require_tree ./application
|
|
@@ -1,14 +1,3 @@
|
|
|
1
1
|
/*
|
|
2
|
-
|
|
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. It is generally better to create a new file per style scope.
|
|
11
|
-
*
|
|
12
|
-
*= require_tree .
|
|
13
|
-
*= require_self
|
|
2
|
+
*= require_tree ./application
|
|
14
3
|
*/
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
Rails.application.config.assets.precompile += %w( ecm_youtube_backend.js )
|
|
1
|
+
Rails.application.config.assets.precompile += %w( ecm_youtube_backend.js )
|
|
2
|
+
Rails.application.config.assets.precompile += %w( ecm_youtube_backend.css )
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ecm_youtube_backend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roberto Vasquez Angel
|
|
@@ -219,6 +219,7 @@ files:
|
|
|
219
219
|
- app/assets/javascripts/ecm/youtube/backend/application.js
|
|
220
220
|
- app/assets/javascripts/ecm_youtube_backend.js
|
|
221
221
|
- app/assets/stylesheets/ecm/youtube/backend/application.css
|
|
222
|
+
- app/assets/stylesheets/ecm_youtube_backend.css
|
|
222
223
|
- app/controllers/ecm/youtube/backend/application_controller.rb
|
|
223
224
|
- app/controllers/ecm/youtube/backend/categories_controller.rb
|
|
224
225
|
- app/controllers/ecm/youtube/backend/home_controller.rb
|