openstack-compute 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
@@ -31,6 +31,11 @@ module Compute
31
31
  end
32
32
  end
33
33
 
34
+ def size
35
+ @metadata = {} if @metadata.nil?
36
+ @metadata.size
37
+ end
38
+
34
39
  def each
35
40
  refresh if @metadata.nil?
36
41
  @metadata.each
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstack-compute
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 3
10
- version: 1.1.3
9
+ - 4
10
+ version: 1.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Prince