simple-s3 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -114,7 +114,6 @@ class SimpleS3
114
114
  ' <CallerReference>SOMETHING_SPECIAL_' + Time.now.utc.to_i.to_s + '</CallerReference>' +
115
115
  '</InvalidationBatch>'
116
116
  req.body = xml
117
- raise xml
118
117
 
119
118
  http = Net::HTTP.new(uri.host, uri.port)
120
119
  http.use_ssl = true
@@ -1,3 +1,3 @@
1
1
  class SimpleS3
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
data/simple-s3.gem CHANGED
Binary file
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matias Niemela