model_attachment 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -244,7 +244,6 @@ module ModelAttachment
244
244
  return if @temp_file.nil? or @temp_file == ""
245
245
  options = self.class.attachment_options
246
246
 
247
- puts "Path: #{full_path} Basename: #{basename} Extension: #{extension}"
248
247
  log("Path: #{full_path} Basename: #{basename} Extension: #{extension}")
249
248
 
250
249
  begin
@@ -1,3 +1,3 @@
1
1
  module ModelAttachment
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 17
9
- version: 0.0.17
8
+ - 18
9
+ version: 0.0.18
10
10
  platform: ruby
11
11
  authors:
12
12
  - Steve Walker