cdn_asset_gem 1.0.17 → 1.0.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cdn_asset_gem/view/helpers.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 212b138de2f19c8428059d70978772e411510cc41f5044325e062a80d15a08fc
|
4
|
+
data.tar.gz: 492c0a85eb630398db438089a15bc4c85a26c5e655771a2ad3ccc9ac0090fbb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 707a56a6b9f3263463c72f040e06827865613d9a598ce1190e71d9e23ef11c42fece4f2eaf667661cd34ea8cca8f2b51b2805b0ee06be220ffff476e6e62c746
|
7
|
+
data.tar.gz: a6530823ebb178c31061cdc5150de605426d2292ad04bf0a16892b6868f21e762c663d8baa6fe10b5c9d7cf9accc1df66a373b3fdb61775ac3723c268cfaa04d
|
@@ -11,7 +11,7 @@ module CdnAssetGem
|
|
11
11
|
begin
|
12
12
|
puts "CdnAssetGem INFO: file #{file}"
|
13
13
|
puts "CdnAssetGem INFO: assets_path #{assets_path}"
|
14
|
-
Rails.cache.fetch("cdn-asset-#{root_path}-#{
|
14
|
+
Rails.cache.fetch("cdn-asset-#{root_path}-#{file}", expires_in: 5.minutes) do
|
15
15
|
response = HTTP.get("#{ENV['CDN_URL']}#{assets_path}/rev-manifest.json")
|
16
16
|
puts "CdnAssetGem INFO: response #{response}"
|
17
17
|
"#{ENV['CDN_URL']}#{assets_path}/#{JSON.parse(response)[file]}"
|