model_attachment 0.0.14 → 0.0.15

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.
@@ -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