# -*- encoding: utf-8 -*- # stub: postini 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "postini".freeze s.version = "0.0.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 = ["Kenneth Kalmer".freeze] s.date = "2008-08-19" s.description = "Ruby wrapper around the Postini SOAP API (Early Access Program)".freeze s.email = ["kenneth.kalmer@gmail.com".freeze] s.extra_rdoc_files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.txt".freeze, "website/index.txt".freeze] s.files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "config/hoe.rb".freeze, "config/requirements.rb".freeze, "lib/postini.rb".freeze, "lib/postini/api.rb".freeze, "lib/postini/api/automatedbatch/AutomatedBatch.rb".freeze, "lib/postini/api/automatedbatch/AutomatedBatchDriver.rb".freeze, "lib/postini/api/automatedbatch/AutomatedBatchMappingRegistry.rb".freeze, "lib/postini/api/automatedbatch/AutomatedBatchServiceClient.rb".freeze, "lib/postini/api/endpointresolver/EndpointResolver.rb".freeze, "lib/postini/api/endpointresolver/EndpointResolverDriver.rb".freeze, "lib/postini/api/endpointresolver/EndpointResolverMappingRegistry.rb".freeze, "lib/postini/api/endpointresolver/EndpointResolverServiceClient.rb".freeze, "lib/postini/domain.rb".freeze, "lib/postini/user.rb".freeze, "lib/postini/version.rb".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "script/txt2html".freeze, "setup.rb".freeze, "spec/domain_spec.rb".freeze, "spec/postini_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/user_spec.rb".freeze, "tasks/deployment.rake".freeze, "tasks/environment.rake".freeze, "tasks/rspec.rake".freeze, "tasks/website.rake".freeze, "vendor/automatedbatch.wsdl".freeze, "vendor/endpointresolver.wsdl".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.html.erb".freeze] s.homepage = "http://postini4r.rubyforge.org".freeze s.post_install_message = "\nFor more information on postini4r, see http://postini4r.rubyforge.org\n\nNOTE: Change this information in PostInstall.txt \nYou can also delete it if you don't want it.\n\n\n".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper around the Postini SOAP API (Early Access Program)".freeze s.specification_version = 2 s.add_development_dependency(%q.freeze, [">= 1.7.0".freeze]) end