upyun-paperclip 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,6 @@ module Paperclip
21
21
  begin
22
22
  true if @resource[relative_path].get.code == 200
23
23
  rescue RestClient::ResourceNotFound
24
- debugger
25
24
  false
26
25
  end
27
26
  else
@@ -39,10 +38,8 @@ module Paperclip
39
38
  path_array.reject!{|p| p == ''}
40
39
  path_array.each do |p|
41
40
  current_path = current_path + p + '/'
42
- debugger
43
41
  @resource[current_path].post '', :folder => true
44
42
  end
45
- # debugger
46
43
  @resource[relative_path].post File.read(file)
47
44
 
48
45
  end
@@ -1,5 +1,5 @@
1
1
  module Upyun
2
2
  module Paperclip
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - frankel