propshaft 0.2.1 → 0.2.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: 3dbfdcf42b6b8efd703ce5ef769872e31cd813f7a769dae9bb5e0e747f6c1134
4
- data.tar.gz: 982851ac6ddd57ec35bb8d36c6a0fa64130c00df9ee59ddb2f7b46fd3eea5f41
3
+ metadata.gz: 4b51bb39ebb02eaa2eb0491eb6af28b1d6034d8b6dbed1da92161cc9d6ece2a7
4
+ data.tar.gz: 80426c2f10fe259bb7aec42c86f15581686680a4bb017117c677df2cc95150e1
5
5
  SHA512:
6
- metadata.gz: eca6376431eee75cc6ccb271c79a4a5643087ce0c5ecfb8c919f39f1c970e70ca17f54b671483f15d60054fe271007c6f44fa5ebd13cdf97383599e4f150c9ff
7
- data.tar.gz: 730ba4e6ac63bbd39030f5e41f16628b0fa57719a37ff1f633a37a7942b1b1e1094ea83ddb3d2c5d4cd10f2c6961588929bc17c9e8d5a7b212b8e4208a8c4d1b
6
+ metadata.gz: 35ca25b6bc30528fa870343793320c59265819b1154ac14d0f2fefa4288a66c686e63b87ddc264d3ab3a467df1be0399b8bb37a0e3d157f5c5240eb6756db7d8
7
+ data.tar.gz: 9d3abd851135146a1bacf62c73c755679d4bc76f920b89f969a4f4b34700c09a3334025a15531f85196a420a63c2d5f77f7f7bacdff91ab4c8537117982c0948
@@ -17,7 +17,7 @@ module Propshaft
17
17
  config.assets.paths = []
18
18
  config.assets.prefix = "/assets"
19
19
  config.assets.compilers = [ [ "text/css", Propshaft::Compilers::CssAssetUrls ] ]
20
- config.assets.sweep_cache = Rails.env.development? || Rails.env.test?
20
+ config.assets.sweep_cache = Rails.env.development?
21
21
 
22
22
  config.after_initialize do |app|
23
23
  config.assets.output_path ||=
@@ -1,3 +1,3 @@
1
1
  module Propshaft
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
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.2.1
4
+ version: 0.2.2
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-11-09 00:00:00.000000000 Z
11
+ date: 2021-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails