rackspace-cloud 0.5 → 0.6
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/README.rdoc +3 -1
- data/Rakefile +1 -1
- data/lib/rackspace.rb +2 -1
- metadata +14 -4
data/README.rdoc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
= rackspace-cloud
|
|
2
2
|
|
|
3
|
-
* http://github.com/
|
|
3
|
+
* http://github.com/ejdraper/rackspace-cloud
|
|
4
4
|
|
|
5
5
|
== DESCRIPTION:
|
|
6
6
|
|
|
@@ -42,6 +42,8 @@ rest-client (1.0.3+)
|
|
|
42
42
|
|
|
43
43
|
activesupport (2.3.4+)
|
|
44
44
|
|
|
45
|
+
json (1.2.0)
|
|
46
|
+
|
|
45
47
|
== INSTALL:
|
|
46
48
|
|
|
47
49
|
gem install rackspace-cloud
|
data/Rakefile
CHANGED
|
@@ -10,7 +10,7 @@ $hoe = Hoe.spec 'rackspace-cloud' do
|
|
|
10
10
|
self.developer 'Elliott Draper', 'el@ejdraper.com'
|
|
11
11
|
self.post_install_message = 'PostInstall.txt'
|
|
12
12
|
self.rubyforge_name = self.name
|
|
13
|
-
self.extra_deps = [['rest-client','>= 1.0.3'], ['activesupport','>= 2.3.4']]
|
|
13
|
+
self.extra_deps = [['rest-client','>= 1.0.3'], ['activesupport','>= 2.3.4'], 'json']
|
|
14
14
|
end
|
|
15
15
|
|
|
16
16
|
require 'newgem/tasks'
|
data/lib/rackspace.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rackspace-cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: "0.
|
|
4
|
+
version: "0.6"
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elliott Draper
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date:
|
|
12
|
+
date: 2010-02-09 00:00:00 +00:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -32,6 +32,16 @@ dependencies:
|
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: 2.3.4
|
|
34
34
|
version:
|
|
35
|
+
- !ruby/object:Gem::Dependency
|
|
36
|
+
name: json
|
|
37
|
+
type: :runtime
|
|
38
|
+
version_requirement:
|
|
39
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
40
|
+
requirements:
|
|
41
|
+
- - ">="
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: "0"
|
|
44
|
+
version:
|
|
35
45
|
- !ruby/object:Gem::Dependency
|
|
36
46
|
name: hoe
|
|
37
47
|
type: :development
|
|
@@ -77,7 +87,7 @@ files:
|
|
|
77
87
|
- test/test_image.rb
|
|
78
88
|
- test/test_server.rb
|
|
79
89
|
has_rdoc: true
|
|
80
|
-
homepage: http://github.com/
|
|
90
|
+
homepage: http://github.com/ejdraper/rackspace-cloud
|
|
81
91
|
licenses: []
|
|
82
92
|
|
|
83
93
|
post_install_message: PostInstall.txt
|
|
@@ -101,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
101
111
|
requirements: []
|
|
102
112
|
|
|
103
113
|
rubyforge_project: rackspace-cloud
|
|
104
|
-
rubygems_version: 1.3.
|
|
114
|
+
rubygems_version: 1.3.5
|
|
105
115
|
signing_key:
|
|
106
116
|
specification_version: 3
|
|
107
117
|
summary: rackspace-cloud is a Ruby gem that provides easy, simple access to the Rackspace Cloud APIs, and specifically the Cloud Servers API.
|