# -*- encoding: utf-8 -*- # stub: cloudfiles 1.4.2 ruby lib Gem::Specification.new do |s| s.name = "cloudfiles".freeze s.version = "1.4.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["H. Wade Minter".freeze, "Rackspace Hosting".freeze] s.date = "2009-11-03" s.description = "A Ruby version of the Rackspace Cloud Files API.".freeze s.email = "wade.minter@rackspace.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "COPYING".freeze, "Manifest".freeze, "README.rdoc".freeze, "Rakefile".freeze, "TODO".freeze, "VERSION".freeze, "cloudfiles.gemspec".freeze, "lib/cloudfiles.rb".freeze, "lib/cloudfiles/authentication.rb".freeze, "lib/cloudfiles/connection.rb".freeze, "lib/cloudfiles/container.rb".freeze, "lib/cloudfiles/storage_object.rb".freeze, "test/cf-testunit.rb".freeze, "test/cloudfiles_authentication_test.rb".freeze, "test/cloudfiles_connection_test.rb".freeze, "test/cloudfiles_container_test.rb".freeze, "test/cloudfiles_storage_object_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://www.rackspacecloud.com/cloud_hosting_products/files".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby API into Rackspace Cloud Files".freeze s.test_files = ["test/cf-testunit.rb".freeze, "test/cloudfiles_authentication_test.rb".freeze, "test/cloudfiles_connection_test.rb".freeze, "test/cloudfiles_container_test.rb".freeze, "test/cloudfiles_storage_object_test.rb".freeze, "test/test_helper.rb".freeze] end