propshaft 0.1.4 → 0.1.5

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: f5ac96be7b15334f58662f5033d02375a23050328d28aca71058777cd1778ba6
4
- data.tar.gz: bb4c8a1c289ce56c380da154c0174d6bef08a988cd7a4e53fe0193b05f62b092
3
+ metadata.gz: e0c1e97b63b0b9fe76fa0a65a143ff7c705287fb342d1c414aedbb5cd4388b1c
4
+ data.tar.gz: 30c367753aa1ff0bdedacea3a5ac07b9c21a04f6da4610eb1a0336444c0a305b
5
5
  SHA512:
6
- metadata.gz: e082b706b8d3e1733805697fdb3f3520ba977531533ec1da6078277cf9e7d59c8a2cf79464653ec8d058ae98b40db10cf372bc3e260ea56194aa062cf7f501b0
7
- data.tar.gz: eb18c451c949637476e936afcf88a656dad3f0ae7217d326fbb117390bfc3de7ae83e5fe71f66848739300d7d841ba113abf6704cb6c3e95ddae47d9ca674547
6
+ metadata.gz: 9150cdb2117a008edb02f77426479bc7deeb2ce8bf6d4ba0541716862d2c49c17c3765e138dced1495b12bd25deb1f4f68e45fda78311d4acb9a720ba3ffaac4
7
+ data.tar.gz: af02249eceeefd87057bf69aca1780c04f74b31b705b61e0b4696f7b3a9e7ed363759612f85e1d5e0fe53a02659ff77e9769c3b375b16cfd9fa7b3ae93cdb4cb
@@ -4,7 +4,7 @@ require "active_support/ordered_options"
4
4
 
5
5
  # FIXME: There's gotta be a better way than this hack?
6
6
  class Rails::Engine < Rails::Railtie
7
- initializer :append_assets_path, group: :all do |app|
7
+ initializer "propshaft.append_assets_path", group: :all do |app|
8
8
  app.config.assets.paths.unshift(*paths["vendor/assets"].existent_directories)
9
9
  app.config.assets.paths.unshift(*paths["lib/assets"].existent_directories)
10
10
  app.config.assets.paths.unshift(*paths["app/assets"].existent_directories)
@@ -1,3 +1,3 @@
1
1
  module Propshaft
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propshaft
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-22 00:00:00.000000000 Z
11
+ date: 2021-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails