effective_assets 1.7.2 → 1.7.3

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
  SHA1:
3
- metadata.gz: b046d827dbdb53336ae75966f6e0b583d89eb392
4
- data.tar.gz: df4319599899bb44a4ca80712f2825f9f02cf092
3
+ metadata.gz: 198dd733b8b06a3e89d9790d5f389f23cef6ad73
4
+ data.tar.gz: 398afc80bf142c0c7a8522a5f797d8d5fed39300
5
5
  SHA512:
6
- metadata.gz: eddcb8b9ddf413f78f399653b7fd8afe48ff51c332ec6bb354a99f43ade3362e64c16742bd295c09bdc90b0130b3355cba05f5276684abe5cbb429a68e02619d
7
- data.tar.gz: fbf9f513853d9b99c1d216333c30eec15c0ee64c38a9feaf9176e0c4e893c4dcd3a467017eaeed28236a23f4792c0b2b965a9cc72e032efa7c1cea82ddca76b1
6
+ metadata.gz: ba9d1577a9e45250d043216a75f252109182f078af092f84dc3e72513b30fd816b198bbd9f712ac3fbc57e2322806d4f03cbb36f4f35ba18c0afcf248b3572f4
7
+ data.tar.gz: a787fe2099cca981877e36510d9fd4c4e60ec3eda75bf5732a033072b2eabeb3d98872ec96000eae236923f2cef163ea7dac7317b0889fead209e69d6cae67d0
@@ -6,7 +6,7 @@
6
6
  %li.attachment
7
7
  .attachment-title.caption
8
8
  - if attachment_links
9
- = link_to attachment.asset.title, attachment.asset.public_url, :target => '_blank'
9
+ = link_to attachment.asset.title, attachment.asset.url, :target => '_blank'
10
10
  - else
11
11
  = attachment.asset.title
12
12
 
@@ -8,7 +8,7 @@
8
8
  = effective_asset_image_tag(attachment.asset)
9
9
  %td.attachment-title{:title => effective_asset_title(attachment.asset)}
10
10
  - if attachment_links
11
- = link_to attachment.asset.title, attachment.asset.public_url, :target => '_blank'
11
+ = link_to attachment.asset.title, attachment.asset.url, :target => '_blank'
12
12
  - else
13
13
  = attachment.asset.title
14
14
  %td.attachment-size
@@ -9,7 +9,7 @@
9
9
 
10
10
  .attachment-title.caption
11
11
  - if attachment_links
12
- = link_to attachment.asset.title, attachment.asset.public_url, :target => '_blank'
12
+ = link_to attachment.asset.title, attachment.asset.url, :target => '_blank'
13
13
  - else
14
14
  = attachment.asset.title
15
15
 
@@ -1,3 +1,3 @@
1
1
  module EffectiveAssets
2
- VERSION = '1.7.2'.freeze
2
+ VERSION = '1.7.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-06 00:00:00.000000000 Z
11
+ date: 2016-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails