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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d6bb0d66db6213eca5b4684246466326988aca4
4
- data.tar.gz: 5ef0caa91a6a17a881b5c011b4253bb38931ac63
3
+ metadata.gz: b8338e26ef726c0f0568514ee88379ef992f66e2
4
+ data.tar.gz: 7655c1d49eacd3b329fc7a00ae9aa7b03510706c
5
5
  SHA512:
6
- metadata.gz: 8774bcb8e3b928dfd726d6c7d00bb74ff6b42c8bf43086ae0304141631f6507bc5b20dd3d89950e02d8b57a6508ffcca10aec66421f3d4a66a266e900e30b026
7
- data.tar.gz: dd6915bf8545ea155f85ffffdc6493705407a26bd83c82ce22edb606d2209c94bacbf80f20b3805b261329ececf69e0da81113b7dd51ecaee0dec0280a653138
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
- * 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. 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
  */
@@ -0,0 +1,3 @@
1
+ /*
2
+ *= require ecm/youtube/backend/application
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 )
@@ -1,7 +1,7 @@
1
1
  module Ecm
2
2
  module Youtube
3
3
  module Backend
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
6
6
  end
7
7
  end
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.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