openstack_activeresource 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -19,7 +19,7 @@ Jeweler::Tasks.new do |gem|
19
19
  gem.license = "GPLv3"
20
20
  gem.summary = %Q{OpenStack Ruby and RoR bindings implemented with ActiveResource}
21
21
  gem.description = %Q{OpenStack Ruby and RoR bindings implemented with ActiveResource - See also http://www.unicloud.it}
22
- gem.email = "d.guerri@unidata.it"
22
+ gem.email = "d.guerri@rd.unidata.it"
23
23
  gem.authors = ["Davide Guerri"]
24
24
  # dependencies defined in Gemfile
25
25
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.1.10
@@ -49,6 +49,10 @@ module OpenStack
49
49
  @attributes[:'OS-FLV-EXT-DATA:ephemeral'] || nil
50
50
  end
51
51
 
52
+ def description
53
+ "#{vcpus} vCPU - #{ram} MB RAM - #{disk} GB Disk"
54
+ end
55
+
52
56
  end
53
57
 
54
58
  end
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "openstack_activeresource"
8
- s.version = "0.1.9"
8
+ s.version = "0.1.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Davide Guerri"]
12
- s.date = "2013-01-09"
12
+ s.date = "2013-01-16"
13
13
  s.description = "OpenStack Ruby and RoR bindings implemented with ActiveResource - See also http://www.unicloud.it"
14
- s.email = "d.guerri@unidata.it"
14
+ s.email = "d.guerri@rd.unidata.it"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
17
17
  "README.rdoc"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: openstack_activeresource
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.9
5
+ version: 0.1.10
6
6
  platform: ruby
7
7
  authors:
8
8
  - Davide Guerri
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2013-01-09 00:00:00 Z
13
+ date: 2013-01-16 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activemodel
@@ -101,7 +101,7 @@ dependencies:
101
101
  prerelease: false
102
102
  version_requirements: *id008
103
103
  description: OpenStack Ruby and RoR bindings implemented with ActiveResource - See also http://www.unicloud.it
104
- email: d.guerri@unidata.it
104
+ email: d.guerri@rd.unidata.it
105
105
  executables: []
106
106
 
107
107
  extensions: []
@@ -170,7 +170,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
170
170
  requirements:
171
171
  - - ">="
172
172
  - !ruby/object:Gem::Version
173
- hash: 1662268913241270086
173
+ hash: -1072980844128293330
174
174
  segments:
175
175
  - 0
176
176
  version: "0"