clouddb 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -3
- data/clouddb.gemspec +8 -1
- data/lib/clouddb/version.rb +1 -1
- metadata +49 -49
data/README.rdoc
CHANGED
@@ -1,12 +1,16 @@
|
|
1
1
|
= Rackspace Cloud Databases
|
2
2
|
|
3
|
+
== Deprecation Notice
|
4
|
+
|
5
|
+
This project is deprecated. New projects should use fog[https://github.com/fog/fog] instead.
|
6
|
+
|
3
7
|
== Description
|
4
8
|
|
5
9
|
This is a Ruby interface into the Rackspace[http://rackspace.com/] {Cloud Databases}[http://www.rackspace.com/blog/announcing-the-rackspace-mysql-cloud-database-private-beta/] service.
|
6
10
|
|
7
11
|
== Installation
|
8
12
|
|
9
|
-
This source is available on Github[http://github.com/rackspace/ruby-clouddb/] and the gem is available on RubyGems[http://rubygems.org/]
|
13
|
+
This source is available on Github[http://github.com/rackspace/ruby-clouddb/] and the gem is available on RubyGems[http://rubygems.org/]. To install it, do
|
10
14
|
|
11
15
|
sudo gem install clouddb
|
12
16
|
|
@@ -41,5 +45,3 @@ See the class definitions for documentation on specific methods and operations.
|
|
41
45
|
|
42
46
|
See COPYING for license information.
|
43
47
|
Copyright (c) 2012, Rackspace US, Inc.
|
44
|
-
|
45
|
-
|
data/clouddb.gemspec
CHANGED
@@ -8,9 +8,16 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.name = "clouddb"
|
9
9
|
s.version = CloudDB::VERSION
|
10
10
|
s.platform = Gem::Platform::RUBY
|
11
|
-
s.authors = %w("Jorge Miramontes"
|
11
|
+
s.authors = %w("Jorge Miramontes" "H. Wade Minter")
|
12
12
|
s.email = %w(jorge.miramontes@rackspace.com minter@lunenburg.org)
|
13
13
|
s.homepage = "http://github.com/rackspace/ruby-clouddb"
|
14
|
+
s.post_install_message = %Q{
|
15
|
+
**** PLEASE NOTE **********************************************************************************************
|
16
|
+
|
17
|
+
#{s.name} has been deprecated. Please consider using fog (http://github.com/fog/fog) for all new projects.
|
18
|
+
|
19
|
+
***************************************************************************************************************
|
20
|
+
} if s.respond_to? :post_install_message
|
14
21
|
s.summary = "Ruby API into the Rackspace Cloud Databases product"
|
15
22
|
s.description = "A Ruby API to manage the Rackspace Cloud Databases product"
|
16
23
|
|
data/lib/clouddb/version.rb
CHANGED
metadata
CHANGED
@@ -1,60 +1,54 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: clouddb
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1
|
3
|
+
version: !ruby/object:Gem::Version
|
5
4
|
prerelease:
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
8
|
-
-
|
9
|
-
- Miramontes"
|
10
|
-
-
|
7
|
+
authors:
|
8
|
+
- "\"Jorge"
|
9
|
+
- Miramontes"
|
10
|
+
- "\"H."
|
11
11
|
- Wade
|
12
12
|
- Minter"
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
|
17
|
-
|
18
|
-
|
16
|
+
|
17
|
+
date: 2014-02-13 00:00:00 Z
|
18
|
+
dependencies:
|
19
|
+
- !ruby/object:Gem::Dependency
|
19
20
|
name: typhoeus
|
20
|
-
requirement: !ruby/object:Gem::Requirement
|
21
|
-
none: false
|
22
|
-
requirements:
|
23
|
-
- - ! '>='
|
24
|
-
- !ruby/object:Gem::Version
|
25
|
-
version: '0'
|
26
|
-
type: :runtime
|
27
21
|
prerelease: false
|
28
|
-
|
29
|
-
none: false
|
30
|
-
requirements:
|
31
|
-
- - ! '>='
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '0'
|
34
|
-
- !ruby/object:Gem::Dependency
|
35
|
-
name: json
|
36
|
-
requirement: !ruby/object:Gem::Requirement
|
22
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
37
23
|
none: false
|
38
|
-
requirements:
|
39
|
-
- -
|
40
|
-
- !ruby/object:Gem::Version
|
41
|
-
version:
|
24
|
+
requirements:
|
25
|
+
- - ">="
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: "0"
|
42
28
|
type: :runtime
|
29
|
+
version_requirements: *id001
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: json
|
43
32
|
prerelease: false
|
44
|
-
|
33
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
45
34
|
none: false
|
46
|
-
requirements:
|
47
|
-
- -
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
version:
|
35
|
+
requirements:
|
36
|
+
- - ">="
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: "0"
|
39
|
+
type: :runtime
|
40
|
+
version_requirements: *id002
|
50
41
|
description: A Ruby API to manage the Rackspace Cloud Databases product
|
51
|
-
email:
|
42
|
+
email:
|
52
43
|
- jorge.miramontes@rackspace.com
|
53
44
|
- minter@lunenburg.org
|
54
45
|
executables: []
|
46
|
+
|
55
47
|
extensions: []
|
48
|
+
|
56
49
|
extra_rdoc_files: []
|
57
|
-
|
50
|
+
|
51
|
+
files:
|
58
52
|
- COPYING
|
59
53
|
- .gitignore
|
60
54
|
- README.rdoc
|
@@ -70,26 +64,32 @@ files:
|
|
70
64
|
- lib/clouddb/version.rb
|
71
65
|
homepage: http://github.com/rackspace/ruby-clouddb
|
72
66
|
licenses: []
|
73
|
-
|
67
|
+
|
68
|
+
post_install_message: "\n\
|
69
|
+
**** PLEASE NOTE **********************************************************************************************\n\n clouddb has been deprecated. Please consider using fog (http://github.com/fog/fog) for all new projects.\n\n\
|
70
|
+
***************************************************************************************************************\n"
|
74
71
|
rdoc_options: []
|
75
|
-
|
72
|
+
|
73
|
+
require_paths:
|
76
74
|
- lib
|
77
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
75
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
78
76
|
none: false
|
79
|
-
requirements:
|
80
|
-
- -
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version:
|
83
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
77
|
+
requirements:
|
78
|
+
- - ">="
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: "0"
|
81
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
82
|
none: false
|
85
|
-
requirements:
|
86
|
-
- -
|
87
|
-
- !ruby/object:Gem::Version
|
83
|
+
requirements:
|
84
|
+
- - ">="
|
85
|
+
- !ruby/object:Gem::Version
|
88
86
|
version: 1.3.6
|
89
87
|
requirements: []
|
88
|
+
|
90
89
|
rubyforge_project:
|
91
|
-
rubygems_version: 1.8.
|
90
|
+
rubygems_version: 1.8.25
|
92
91
|
signing_key:
|
93
92
|
specification_version: 3
|
94
93
|
summary: Ruby API into the Rackspace Cloud Databases product
|
95
94
|
test_files: []
|
95
|
+
|