# -*- encoding: utf-8 -*- # stub: rubycas-client 2.2.0 ruby lib Gem::Specification.new do |s| s.name = "rubycas-client".freeze s.version = "2.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matt Zukowski".freeze, "Matt Walker".freeze] s.date = "2010-06-22" s.description = "Client library for the Central Authentication Service (CAS) protocol.".freeze s.email = "matt at roughest dot net".freeze s.extra_rdoc_files = ["CHANGELOG.txt".freeze, "History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze] s.files = ["CHANGELOG.txt".freeze, "History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "examples/merb/README.textile".freeze, "examples/merb/Rakefile".freeze, "examples/merb/merb.thor".freeze, "examples/merb/merb_auth_cas.rb".freeze, "examples/merb/spec/spec_helper.rb".freeze, "init.rb".freeze, "lib/casclient.rb".freeze, "lib/casclient/client.rb".freeze, "lib/casclient/frameworks/merb/filter.rb".freeze, "lib/casclient/frameworks/merb/strategy.rb".freeze, "lib/casclient/frameworks/rails/cas_proxy_callback_controller.rb".freeze, "lib/casclient/frameworks/rails/filter.rb".freeze, "lib/casclient/responses.rb".freeze, "lib/casclient/tickets.rb".freeze, "lib/casclient/version.rb".freeze, "lib/rubycas-client.rb".freeze, "setup.rb".freeze] s.homepage = "http://rubycas-client.rubyforge.org".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Client library for the Central Authentication Service (CAS) protocol.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.0.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0.2.1".freeze]) s.add_development_dependency(%q.freeze, [">= 2.5.0".freeze]) end