cmor_blog 0.0.32.pre → 0.0.33.pre

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
  SHA256:
3
- metadata.gz: 9d30e5e948d274d94f5026da6bbe0d2660655b5176068dda5111497b1764ce2c
4
- data.tar.gz: 1d0977e15a5b2ff54d8fa78269594f96e3f8b4bf6fff69e4d60c7e25589e0b34
3
+ metadata.gz: efc92e3bd0e456b0b4ca0ba57a4548bc3e11f04eb342c43a8367ed929e5b2ff5
4
+ data.tar.gz: 1c68f514042330ade08a558d745e48335c2e5f592dd5a7e9b9459679cecf50d5
5
5
  SHA512:
6
- metadata.gz: ef9fb9b64f4cf4e73d91ab672175b4358a79f8e2c317a8eddbfd86837ba105f9e1c31d28168f786796c7f9da1f61ce81373fe2bad49456b0e652aecbc5006e6a
7
- data.tar.gz: 7ada56920a22959d82f99532f6a4532b7fcd9326f80fbe60ed09a5c3587ea09e21d695eb5d5ce9fa8ee9ebdf88eb3addca6d8a779ab03c229e2a118e4853ab30
6
+ metadata.gz: b880a20c5f7db8b2fd6d7570f609f3c300dc507167b075e8e1bc4bb4df60e2eb7c35b5ad583f00e4877d9f833ca5613920920b2caeb704a3c7e2dbc03336de62
7
+ data.tar.gz: 3e77f083f8031d6fbc8ae602a41c08b98a51ddc634359e16744b9b2d8931a39a93b1c48f84609f15366f98fbfdbd0715e927fc99177f88964e8979ad3177f831
@@ -1,14 +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. It is generally better to create a new file per style scope.
11
- *
12
2
  *= require_tree ./application
13
3
  *= require_self
14
4
  */
@@ -0,0 +1,3 @@
1
+ /*
2
+ *= require cmor/blog/application
3
+ */
@@ -0,0 +1 @@
1
+ Rails.application.config.assets.precompile += %w( cmor_blog.css )
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmor_blog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.32.pre
4
+ version: 0.0.33.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-08-02 00:00:00.000000000 Z
11
+ date: 2019-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.0.32.pre
33
+ version: 0.0.33.pre
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.0.32.pre
40
+ version: 0.0.33.pre
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: cmor_core_frontend
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.0.32.pre
47
+ version: 0.0.33.pre
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.0.32.pre
54
+ version: 0.0.33.pre
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: sqlite3
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -428,6 +428,7 @@ files:
428
428
  - app/assets/javascripts/cmor/blog/application.js
429
429
  - app/assets/stylesheets/cmor/blog/application.css
430
430
  - app/assets/stylesheets/cmor/blog/application/truncate.css
431
+ - app/assets/stylesheets/cmor_blog.css
431
432
  - app/controllers/cmor/blog/application_controller.rb
432
433
  - app/controllers/cmor/blog/posts_controller.rb
433
434
  - app/helpers/cmor/blog/application_helper.rb
@@ -442,6 +443,7 @@ files:
442
443
  - app/views/cmor/blog/posts/index.html.haml
443
444
  - app/views/cmor/blog/posts/show.html.haml
444
445
  - app/views/layouts/cmor/blog/application.html.erb
446
+ - config/initializers/assets.rb
445
447
  - config/locales/de.yml
446
448
  - config/locales/en.yml
447
449
  - config/routes.rb