model_attachment 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,7 +50,6 @@ module ModelAttachment
50
50
 
51
51
  if options[:aws] == :default
52
52
  config_file = File.join(Rails.root, "config", "amazon.yml")
53
- $stderr.puts "Config: " + config_file
54
53
  if File.exist?(config_file)
55
54
  options[:aws] = config_file
56
55
  include AmazonInstanceMethods
@@ -1,3 +1,3 @@
1
1
  module ModelAttachment
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 14
9
- version: 0.0.14
8
+ - 15
9
+ version: 0.0.15
10
10
  platform: ruby
11
11
  authors:
12
12
  - Steve Walker