dscf-core 0.3.9 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7a5e4e4e0fa072a549085c2e512fb502b59d3b7547d9265bbc5e969ff3b5225
4
- data.tar.gz: 246be4bbcbb6660743154695649c2320998b85c890814d5629cc78899a3b3e30
3
+ metadata.gz: 54f015a7af1dd9393cf7a7b41a9930d5c015d67e9e06b6993e4b6d79335aa7fa
4
+ data.tar.gz: 8ea055ba5e865854b9fae4063725cf1d8e062b66660e45199f7f638718a68719
5
5
  SHA512:
6
- metadata.gz: c60bf6536fecbfff1826fa883c26abf8d5535d5e9ad8a8df96e2aaad29158b9f4d219737932398bfb23e6ec71c02fe511a9b4ffa981d2a4ef4c171da47e42af5
7
- data.tar.gz: 45400ff88afccceafcf353327a53c787d1a7bb5ddeee7ab101f63e9f48cc6ce573b00a6232dedfca7b0860508c710cd4facbf18397eb842b9238c1f59b7f5695
6
+ metadata.gz: 3e4a42c74a2f384d89718de76cdf89ad2eca84d0dd55cf8536e5877fdd6c2d1aa4256de0caf1768c0dc373031ecfd1252432bfd4b09b16cf9c2b77e896f9cb06
7
+ data.tar.gz: 76c2280afd9bf485c33b2356521ad7b08e282568c3b93c1d80f429b937b1ae3fc744d633c5f6a93cc9452bbd434add37ba21420c387367fefa2fbb0c1c450690
@@ -17,7 +17,7 @@ module Dscf
17
17
  def logo_url
18
18
  return nil unless logo.attached?
19
19
 
20
- Rails.application.routes.url_helpers.rails_blob_url(logo, only_path: true)
20
+ Rails.application.routes.url_helpers.rails_storage_proxy_url(logo, only_path: true)
21
21
  end
22
22
 
23
23
  def self.ransackable_attributes(_auth_object = nil)
@@ -12,7 +12,7 @@ module Dscf
12
12
  return [] unless files.attached?
13
13
 
14
14
  files.map do |file|
15
- Rails.application.routes.url_helpers.rails_blob_url(file, only_path: true)
15
+ Rails.application.routes.url_helpers.rails_storage_proxy_url(file, only_path: true)
16
16
  end
17
17
  end
18
18
  end
@@ -1,5 +1,5 @@
1
1
  module Dscf
2
2
  module Core
3
- VERSION = "0.3.9".freeze
3
+ VERSION = "0.3.10".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dscf-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Asrat