homeland-press 0.4.1 → 0.4.2

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: 4140dcbb5858c210c45c3b0a25aaef556674946858d8aed2e5a720fc82b3b742
4
- data.tar.gz: 4a128c611ee057d1af0f8052bd3e7cf975e4bbb5a76c1b18f3ff23cc75c18717
3
+ metadata.gz: b516068a179a6d310506ee87919bb7acf6319cf85b61254f9a1fc032a557eb64
4
+ data.tar.gz: 5b42f00785e1e9c25b505ff342968346850a05185730fbaea4a7b275abcf5975
5
5
  SHA512:
6
- metadata.gz: e0826f070e99e907b1576e23bdb9b8f46c0d0ad6b89b331acd5513a616646a0ba90b936fbdfb713463ff257569a46313e8aee7fe2a926d238e8f9e5b4c0f075c
7
- data.tar.gz: 0da8c848c6bbf7a3ab211c6df1a90a40df8fd29b6f0916982827ea5e37fd7cff33d95f7dae3cfa7433869b6fa11f5c8b6c0b2d250d6286ca940a1c7792c5be09
6
+ metadata.gz: 48b52c7f980da27010ced41d967a0d955116f8a77042db465bea285a4fa095eba94e539bc07904552ef4b546a8f811f9e3c34c2721f00a6602c89a87ea7d5f09
7
+ data.tar.gz: 82ec4d4eb5f952a976c45363f5131820dabf6ab84cce43991806658ff4cc5201998a101eea9ecc123b324a2422287b679aa0f7083f9f1211ba46ab1128da7abb
@@ -3,6 +3,10 @@ module Homeland
3
3
  class Engine < ::Rails::Engine
4
4
  isolate_namespace Homeland::Press
5
5
 
6
+ initializer 'homeland.press.assets.precompile', group: :all do |app|
7
+ app.config.assets.precompile += %w[homeland/press/application.css homeland/press/application.js]
8
+ end
9
+
6
10
  initializer 'homeland.press.init' do |app|
7
11
  if Setting.has_module?(:press)
8
12
  app.config.after_initialize do
@@ -1,6 +1,8 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Homeland
2
4
  module Press
3
5
  NAME = 'press'
4
- VERSION = '0.4.1'
6
+ VERSION = '0.4.2'
5
7
  end
6
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homeland-press
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-10 00:00:00.000000000 Z
11
+ date: 2019-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -35,7 +35,6 @@ files:
35
35
  - MIT-LICENSE
36
36
  - README.md
37
37
  - Rakefile
38
- - app/assets/config/homeland_press_manifest.js
39
38
  - app/assets/javascripts/homeland/press/application.coffee
40
39
  - app/assets/stylesheets/homeland/press/application.scss
41
40
  - app/controllers/homeland/press/admin/posts_controller.rb
@@ -1,2 +0,0 @@
1
- //= link_directory ../javascripts/homeland/press.js
2
- //= link_directory ../stylesheets/homeland/press.css