Skip to content

Commit

Permalink
Deprecation notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash Wilson committed Feb 12, 2014
1 parent 67a1e2d commit 25cf86b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.rdoc
@@ -1,5 +1,9 @@
= Rackspace Cloud Servers

== Deprecation Notice

This project is deprecated. New projects should use fog[https://github.com/fog/fog] instead.

== Description

This is a Ruby interface into the Rackspace[http://rackspacecloud.com/] {Cloud Servers}[http://www.rackspacecloud.com/cloud_hosting_products/servers] service. Cloud Servers from The Rackspace Cloud put you in complete control of your hosting infrastructure. Each Cloud Server is a fully-customizable, pay by the hour, virtualized Windows or Linux server instance that you launch, maintain, and control with full root access.
Expand Down
7 changes: 7 additions & 0 deletions Rakefile
Expand Up @@ -12,6 +12,13 @@ begin
gemspec.homepage = "https://github.com/rackspace/ruby-cloudservers"
gemspec.authors = ["H. Wade Minter","Mike Mayo", "Dan Prince"]
gemspec.add_dependency 'json'
gemspec.post_install_message = %Q{
**** PLEASE NOTE **********************************************************************************************
#{gemspec.name} has been deprecated. Please consider using fog (http://github.com/fog/fog) for all new projects.
***************************************************************************************************************
} if gemspec.respond_to? :post_install_message
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install jeweler"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.2
0.4.3
2 changes: 1 addition & 1 deletion lib/cloudservers/version.rb
@@ -1,3 +1,3 @@
module CloudServers
VERSION = '0.4.2'
VERSION = '0.4.3'
end

0 comments on commit 25cf86b

Please sign in to comment.