openstack 1.0.0

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.
metadata ADDED
@@ -0,0 +1,96 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: openstack
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
+ prerelease:
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
+ platform: ruby
12
+ authors:
13
+ - Dan Prince
14
+ - Marios Andreou
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2012-05-23 00:00:00 Z
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: json
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
32
+ version: "0"
33
+ type: :runtime
34
+ version_requirements: *id001
35
+ description: API Binding for OpenStack
36
+ email:
37
+ - dprince@redhat.com
38
+ - marios@redhat.com
39
+ executables: []
40
+
41
+ extensions: []
42
+
43
+ extra_rdoc_files:
44
+ - README.rdoc
45
+ files:
46
+ - COPYING
47
+ - README.rdoc
48
+ - VERSION
49
+ - lib/openstack.rb
50
+ - lib/openstack/compute/address.rb
51
+ - lib/openstack/compute/connection.rb
52
+ - lib/openstack/compute/flavor.rb
53
+ - lib/openstack/compute/image.rb
54
+ - lib/openstack/compute/metadata.rb
55
+ - lib/openstack/compute/personalities.rb
56
+ - lib/openstack/compute/server.rb
57
+ - lib/openstack/connection.rb
58
+ - lib/openstack/swift/connection.rb
59
+ - lib/openstack/swift/container.rb
60
+ - lib/openstack/swift/storage_object.rb
61
+ homepage: https://launchpad.net/ruby-openstack-compute
62
+ licenses: []
63
+
64
+ post_install_message:
65
+ rdoc_options: []
66
+
67
+ require_paths:
68
+ - lib
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ none: false
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ hash: 3
75
+ segments:
76
+ - 0
77
+ version: "0"
78
+ required_rubygems_version: !ruby/object:Gem::Requirement
79
+ none: false
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ hash: 3
84
+ segments:
85
+ - 0
86
+ version: "0"
87
+ requirements: []
88
+
89
+ rubyforge_project:
90
+ rubygems_version: 1.7.2
91
+ signing_key:
92
+ specification_version: 3
93
+ summary: OpenStack Ruby API
94
+ test_files: []
95
+
96
+ has_rdoc: false