sga_paperclippolymorph 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.6
1
+ 0.2.7
data/lib/sga/asset.rb CHANGED
@@ -14,7 +14,7 @@ class Asset < ActiveRecord::Base
14
14
  :medium => "630x630>",
15
15
  :large => "1024x1024>"
16
16
  },
17
- :path => "/system/:attachment/asset/:id_partition/:style/:filename",
17
+ :path => ":rails_root/public/system/:attachment/asset/:id_partition/:style/:filename",
18
18
  :url => "/system/:attachment/asset/:id_partition/:style/:filename"
19
19
 
20
20
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sga_paperclippolymorph}
8
- s.version = "0.2.6"
8
+ s.version = "0.2.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["tim.teng"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 6
9
- version: 0.2.6
8
+ - 7
9
+ version: 0.2.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - tim.teng