# -*- encoding: utf-8 -*- # stub: Capcode 0.9.1 ruby lib Gem::Specification.new do |s| s.name = "Capcode".freeze s.version = "0.9.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gr\u00C3\u00A9goire Lejeune".freeze] s.date = "2010-01-27" s.description = "Capcode is a web microframework".freeze s.email = "gregoire.lejeune@free.fr".freeze s.extra_rdoc_files = ["README.rdoc".freeze, "AUTHORS".freeze, "COPYING".freeze, "lib/capcode.rb".freeze, "lib/capcode/configuration.rb".freeze, "lib/capcode/base/db.rb".freeze, "lib/capcode/render/text.rb".freeze] s.files = ["AUTHORS".freeze, "COPYING".freeze, "README.rdoc".freeze, "doc/rdoc/classes/Capcode.html".freeze, "doc/rdoc/classes/Capcode/Base.html".freeze, "doc/rdoc/classes/Capcode/Configuration.html".freeze, "doc/rdoc/classes/Capcode/HTTPError.html".freeze, "doc/rdoc/classes/Capcode/Helpers.html".freeze, "doc/rdoc/classes/Capcode/Helpers/Authorization.html".freeze, "doc/rdoc/classes/Capcode/Resource.html".freeze, "doc/rdoc/classes/Capcode/Views.html".freeze, "doc/rdoc/created.rid".freeze, "doc/rdoc/files/AUTHORS.html".freeze, "doc/rdoc/files/COPYING.html".freeze, "doc/rdoc/files/README_rdoc.html".freeze, "doc/rdoc/files/lib/capcode/base/db_rb.html".freeze, "doc/rdoc/files/lib/capcode/configuration_rb.html".freeze, "doc/rdoc/files/lib/capcode/helpers/auth_rb.html".freeze, "doc/rdoc/files/lib/capcode/render/text_rb.html".freeze, "doc/rdoc/files/lib/capcode_rb.html".freeze, "doc/rdoc/fr_class_index.html".freeze, "doc/rdoc/fr_file_index.html".freeze, "doc/rdoc/fr_method_index.html".freeze, "doc/rdoc/index.html".freeze, "doc/rdoc/rdoc-style.css".freeze, "examples/auth-basic.rb".freeze, "examples/auth-digest.rb".freeze, "examples/erb/cf.rhtml".freeze, "examples/erb/cf_layout.rhtml".freeze, "examples/erb/layout.rhtml".freeze, "examples/erb/m_hello.rhtml".freeze, "examples/haml/cf.haml".freeze, "examples/haml/cf_layout.haml".freeze, "examples/haml/layout.haml".freeze, "examples/haml/m_hello.haml".freeze, "examples/haml/style.sass".freeze, "examples/render-image.rb".freeze, "examples/render-text.rb".freeze, "examples/rest-run.rb".freeze, "examples/rest.rb".freeze, "examples/rest.ru".freeze, "examples/sample.rb".freeze, "examples/session.rb".freeze, "examples/soapbox/README.rdoc".freeze, "examples/soapbox/public/jquery.js".freeze, "examples/soapbox/public/soapbox.js".freeze, "examples/soapbox/public/style.css".freeze, "examples/soapbox/soapbox-client.rb".freeze, "examples/soapbox/soapbox.rb".freeze, "examples/soapbox/views/index.rhtml".freeze, "examples/upload.rb".freeze, "lib/capcode.rb".freeze, "lib/capcode/base/db.rb".freeze, "lib/capcode/configuration.rb".freeze, "lib/capcode/core_ext.rb".freeze, "lib/capcode/helpers/auth.rb".freeze, "lib/capcode/render/text.rb".freeze, "lib/capcode/version.rb".freeze, "setup.rb".freeze] s.homepage = "http://algorithmique.net".freeze s.post_install_message = "\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n!! !!\n!! 0.9.0 WAS A MAJOR ENHANCEMENT !!\n!! ----------------------------------- !!\n!! !!\n!! YOU MUST UNINSTALL ALL PREVIOUS !!\n!! VERSIONS !!! !!\n!! !!\n!! gem uninstall Capode --version '< 0.9.0' !!\n!! !!\n!! IF YOU DON'T DO IT, THIS ONE WILL NOT !!\n!! WORK !!! !!\n!! !!\n!! Moreover : !!\n!! !!\n!! Renderers and database accessors have !!\n!! been extracted and are now in the !!\n!! plugins repository : !!\n!! !!\n!! http://github.com/glejeune/Capcode.more !!\n!! !!\n!! Each plugin is a gem that\u00E2\u0080\u0099s can be !!\n!! installed separately. !!\n!! !!\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\nFor more information about Capcode, see \n http://capcode.rubyforge.org\n\nYou can also read the Capcode book (fr) at\n http://algorithmique.net/capcode.html\n\n".freeze s.rdoc_options = ["--quiet".freeze, "--title".freeze, "Capcode, the Documentation".freeze, "--opname".freeze, "index.html".freeze, "--line-numbers".freeze, "--main".freeze, "README.rdoc".freeze, "--inline-source".freeze, "--exclude".freeze, "^(examples|extras|test|lib)\\/".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Capcode is a web microframework".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end