ems 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,7 +51,7 @@ module Ems
51
51
  accepts_nested_attributes_for :assets, :allow_destroy => true
52
52
 
53
53
  # paperclip files
54
- has_attached_file :image, :styles => { :image564x252 => "564x252#", :image312x189 => "312x189#", :image312x126 => "312x126", :image228x126 => "228x126" }.merge(PAPERCLIP_STORAGE_OPTIONS)
54
+ has_attached_file :image, :styles => { :image564x252 => "564x252#", :image312x189 => "312x189#", :image312x126 => "312x126", :image228x126 => "228x126" }
55
55
 
56
56
 
57
57
  # Method to make sure we have all our default values set on the object
@@ -1,3 +1,3 @@
1
1
  module Ems
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ems
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: