raca 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 264c32ae5539a36329c0b7acbbc054f1d70eb142
4
- data.tar.gz: 25a6c347e4cb9e4573c993a5591426f66f0b5872
3
+ metadata.gz: 09f97899c1e739f1f0e14a11a4a6ef9d42dd516f
4
+ data.tar.gz: a2955d1c12e809dc132be52d9564f9e23cdf677d
5
5
  SHA512:
6
- metadata.gz: 932604c188aef930a67ef37950efe1de4bf2abf7ea272c2f2f2519e5d43c0e97cd7df18edda157f6b83aa1daa0f25de97ea81be613e0d477054ef833dbc6183f
7
- data.tar.gz: 53fff6b33e8809a152ccf05f45259518c4a5ecc0e2c6e7d9d4fffa67814f6a7c936c76f8fa5739d3ec0581220af2fdcb21fc6e48aa8b0c686002da2d46ede8c9
6
+ metadata.gz: d743838723bf414aae9716e8eb87173a814cb0c70fd2dfd3ef60a61c732de574e2111733b1aba69e30f27310d9f02a98bb62b1651824f53903e3c8c32cf4735b
7
+ data.tar.gz: d16ab2778fe4ae974808015c56be1cc9a4d6463d494c7e591ca949d74b7fa36fb5fea20bb640b0ae400c1df5b66d43fc2b6a7b806dcd9c20cf9833cdd420f51c
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v0.3.1(14th April 2014)
2
+ * Add the rackspace transaction ID to HTTP exceptions
3
+
1
4
  v0.3.0 (12th April 2014)
2
5
  * Added an optional headers param to Raca::Container#upload
3
6
  * Added the details option to Raca::Container#list
data/README.markdown CHANGED
@@ -153,8 +153,9 @@ library and supports much more of the API than this modest gem.
153
153
 
154
154
  As of version 1.20.0, fog supports dozens of providers, contains ~152000 lines
155
155
  of ruby and adds ~500ms to the boot time of our rails apps. raca is a
156
- lightweight alternative with minimal dependencies that should have a negligable
157
- impact on application boot times.
156
+ lightweight, rackspace-only alternative with minimal dependencies that should
157
+ have a negligable impact on application boot times. Version 0.3 has ~700 lines of
158
+ ruby (excluding specs).
158
159
 
159
160
  ## Compatibility
160
161
 
@@ -109,7 +109,7 @@ module Raca
109
109
  else
110
110
  HTTPError
111
111
  end
112
- raise error_klass, "Rackspace returned HTTP status #{response.code}"
112
+ raise error_klass, "Rackspace returned HTTP status #{response.code} (rackspace transaction id: #{response["X-TRANS-ID"]})"
113
113
  end
114
114
 
115
115
  def log(msg)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raca
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Healy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-12 00:00:00.000000000 Z
11
+ date: 2014-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake