cifrado 0.2.0 → 0.2.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: 72a06074f4179b1d7c3e9912c30208c37d53ea86
4
- data.tar.gz: 7e11beff0781e9c476dbe0a7df54e199b16712cc
3
+ metadata.gz: 969b1fb6ded83d78cc6cec4bc3bed52b46100f57
4
+ data.tar.gz: a87c7cc481832740b757f132aae47d95a483dbf7
5
5
  SHA512:
6
- metadata.gz: a1c9b1336bab1b9ab5a6d0e050ddf95ade9c3b6f163c61bf26cfed830837a3af83a2149fe0ae61f5ab571f0bea2d960b298d8fd5e4d04c03ab575b0726f7df4d
7
- data.tar.gz: b241cdd6d09ee1a5b477ba68731eb711e2f54491a1e2dae81154f1ea0c29e9dbc720365f5c689da270800e82588f9843d46d9ace42bce6f4fa64fa9f36e0a969
6
+ metadata.gz: 919af63f37eb7f58f0a260580f968291c431420f896b5cb00bb2b726702b722bebea718aeea0c0d7ff7d314bf84ccb4ce5607cbb2411c74f55d6cc16daead962
7
+ data.tar.gz: 5b77a87ecee16ab7629b4c752ac09f2e9b77449f839c4dee80557bfbdcf5354be679a434570ea2f1ce765b1254aece7f166ea886a14459321b780e72e37470ce
@@ -1,3 +1,7 @@
1
+ # Cifrado 0.2.1 - Wed 19 Feb 2014
2
+
3
+ * Minor fixes
4
+
1
5
  # Cifrado 0.2.0 - Wed 19 Feb 2014
2
6
 
3
7
  * HP Cloud support. See https://github.com/rubiojr/cifrado/wiki/Providers-HPCloud
@@ -1,3 +1,3 @@
1
1
  module Cifrado
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -61,7 +61,6 @@ module Fog
61
61
  'X-Auth-Key' => @openstack_api_key,
62
62
  'X-Auth-User' => @openstack_username
63
63
  },
64
- :host => uri.host,
65
64
  :method => 'GET',
66
65
  :path => (uri.path and not uri.path.empty?) ? uri.path : 'v1.0'
67
66
  })
@@ -97,7 +96,6 @@ module Fog
97
96
  :headers => {'Content-Type' => 'application/json',
98
97
  'Accept' => 'application/json',
99
98
  'X-Auth-Token' => body['access']['token']['id']},
100
- :host => uri.host,
101
99
  :method => 'GET'
102
100
  })
103
101
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cifrado
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Rubio