spree_essential_press 0.1.0.pre2 → 0.1.0.pre3

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.
@@ -13,7 +13,7 @@ class PressImage < Image
13
13
  has_attached_file :attachment,
14
14
  :styles => Proc.new{ |clip| clip.instance.attachment_sizes },
15
15
  :default_style => :medium,
16
- :url => "/assets/posts/:id/:style/:basename.:extension",
16
+ :url => "/assets/press/:id/:style/:basename.:extension",
17
17
  :path => ":rails_root/public/assets/press/:id/:style/:basename.:extension"
18
18
  end
19
19
 
@@ -1,3 +1,3 @@
1
1
  module SpreeEssentialPress
2
- VERSION = "0.1.0.pre2"
2
+ VERSION = "0.1.0.pre3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: spree_essential_press
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 0.1.0.pre2
5
+ version: 0.1.0.pre3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Spencer Steffen
@@ -676,7 +676,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
676
676
  requirements:
677
677
  - - ">="
678
678
  - !ruby/object:Gem::Version
679
- hash: 1487784854652968570
679
+ hash: -2981071079552613929
680
680
  segments:
681
681
  - 0
682
682
  version: "0"