artmotion-attachment_fu 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/init.rb +1 -0
  2. metadata +1 -1
data/init.rb CHANGED
@@ -9,6 +9,7 @@ Tempfile.class_eval do
9
9
  end
10
10
 
11
11
  require 'geometry'
12
+ require 'technoweenie/attachment_fu'
12
13
  ActiveRecord::Base.send(:extend, Technoweenie::AttachmentFu::ActMethods)
13
14
  Technoweenie::AttachmentFu.tempfile_path = ATTACHMENT_FU_TEMPFILE_PATH if Object.const_defined?(:ATTACHMENT_FU_TEMPFILE_PATH)
14
15
  FileUtils.mkdir_p Technoweenie::AttachmentFu.tempfile_path
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artmotion-attachment_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Olson