Capcode 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/AUTHORS +1 -0
 - data/COPYING +340 -0
 - data/README +53 -0
 - data/doc/rdoc/classes/Capcode.html +434 -0
 - data/doc/rdoc/classes/Capcode/HTTPError.html +125 -0
 - data/doc/rdoc/classes/Capcode/Helpers.html +214 -0
 - data/doc/rdoc/classes/Capcode/ParameterError.html +125 -0
 - data/doc/rdoc/created.rid +1 -0
 - data/doc/rdoc/files/AUTHORS.html +100 -0
 - data/doc/rdoc/files/COPYING.html +524 -0
 - data/doc/rdoc/files/README.html +164 -0
 - data/doc/rdoc/files/lib/capcode_rb.html +533 -0
 - data/doc/rdoc/index.html +10 -0
 - data/doc/rdoc/permalink.gif +0 -0
 - data/doc/rdoc/rdoc-style.css +106 -0
 - data/doc/rdoc/rubyfr.png +0 -0
 - data/examples/blog.log +16 -0
 - data/examples/blog.rb +62 -0
 - data/examples/index.html +5 -0
 - data/examples/sample.rb +61 -0
 - data/examples/session.rb +47 -0
 - data/lib/capcode.rb +293 -0
 - data/lib/capcode/core_ext.rb +15 -0
 - data/setup.rb +1585 -0
 - metadata +106 -0
 
    
        metadata
    ADDED
    
    | 
         @@ -0,0 +1,106 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            --- !ruby/object:Gem::Specification 
         
     | 
| 
      
 2 
     | 
    
         
            +
            name: Capcode
         
     | 
| 
      
 3 
     | 
    
         
            +
            version: !ruby/object:Gem::Version 
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.0
         
     | 
| 
      
 5 
     | 
    
         
            +
            platform: ruby
         
     | 
| 
      
 6 
     | 
    
         
            +
            authors: 
         
     | 
| 
      
 7 
     | 
    
         
            +
            - "Gr\xC3\xA9goire Lejeune"
         
     | 
| 
      
 8 
     | 
    
         
            +
            autorequire: 
         
     | 
| 
      
 9 
     | 
    
         
            +
            bindir: bin
         
     | 
| 
      
 10 
     | 
    
         
            +
            cert_chain: []
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2009-03-08 00:00:00 +01:00
         
     | 
| 
      
 13 
     | 
    
         
            +
            default_executable: 
         
     | 
| 
      
 14 
     | 
    
         
            +
            dependencies: 
         
     | 
| 
      
 15 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 16 
     | 
    
         
            +
              name: rack
         
     | 
| 
      
 17 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 18 
     | 
    
         
            +
              version_requirement: 
         
     | 
| 
      
 19 
     | 
    
         
            +
              version_requirements: !ruby/object:Gem::Requirement 
         
     | 
| 
      
 20 
     | 
    
         
            +
                requirements: 
         
     | 
| 
      
 21 
     | 
    
         
            +
                - - ">="
         
     | 
| 
      
 22 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 23 
     | 
    
         
            +
                    version: "0"
         
     | 
| 
      
 24 
     | 
    
         
            +
                version: 
         
     | 
| 
      
 25 
     | 
    
         
            +
            description: Capcode is a web microframework
         
     | 
| 
      
 26 
     | 
    
         
            +
            email: gregoire.lejeune@free.fr
         
     | 
| 
      
 27 
     | 
    
         
            +
            executables: []
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
            extensions: []
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            extra_rdoc_files: 
         
     | 
| 
      
 32 
     | 
    
         
            +
            - README
         
     | 
| 
      
 33 
     | 
    
         
            +
            - AUTHORS
         
     | 
| 
      
 34 
     | 
    
         
            +
            - COPYING
         
     | 
| 
      
 35 
     | 
    
         
            +
            - lib/capcode.rb
         
     | 
| 
      
 36 
     | 
    
         
            +
            files: 
         
     | 
| 
      
 37 
     | 
    
         
            +
            - COPYING
         
     | 
| 
      
 38 
     | 
    
         
            +
            - README
         
     | 
| 
      
 39 
     | 
    
         
            +
            - AUTHORS
         
     | 
| 
      
 40 
     | 
    
         
            +
            - setup.rb
         
     | 
| 
      
 41 
     | 
    
         
            +
            - doc/rdoc
         
     | 
| 
      
 42 
     | 
    
         
            +
            - doc/rdoc/classes
         
     | 
| 
      
 43 
     | 
    
         
            +
            - doc/rdoc/classes/Capcode
         
     | 
| 
      
 44 
     | 
    
         
            +
            - doc/rdoc/classes/Capcode/Helpers.html
         
     | 
| 
      
 45 
     | 
    
         
            +
            - doc/rdoc/classes/Capcode/HTTPError.html
         
     | 
| 
      
 46 
     | 
    
         
            +
            - doc/rdoc/classes/Capcode/ParameterError.html
         
     | 
| 
      
 47 
     | 
    
         
            +
            - doc/rdoc/classes/Capcode.html
         
     | 
| 
      
 48 
     | 
    
         
            +
            - doc/rdoc/created.rid
         
     | 
| 
      
 49 
     | 
    
         
            +
            - doc/rdoc/files
         
     | 
| 
      
 50 
     | 
    
         
            +
            - doc/rdoc/files/AUTHORS.html
         
     | 
| 
      
 51 
     | 
    
         
            +
            - doc/rdoc/files/COPYING.html
         
     | 
| 
      
 52 
     | 
    
         
            +
            - doc/rdoc/files/lib
         
     | 
| 
      
 53 
     | 
    
         
            +
            - doc/rdoc/files/lib/capcode_rb.html
         
     | 
| 
      
 54 
     | 
    
         
            +
            - doc/rdoc/files/README.html
         
     | 
| 
      
 55 
     | 
    
         
            +
            - doc/rdoc/index.html
         
     | 
| 
      
 56 
     | 
    
         
            +
            - doc/rdoc/permalink.gif
         
     | 
| 
      
 57 
     | 
    
         
            +
            - doc/rdoc/rdoc-style.css
         
     | 
| 
      
 58 
     | 
    
         
            +
            - doc/rdoc/rubyfr.png
         
     | 
| 
      
 59 
     | 
    
         
            +
            - lib/capcode
         
     | 
| 
      
 60 
     | 
    
         
            +
            - lib/capcode/core_ext.rb
         
     | 
| 
      
 61 
     | 
    
         
            +
            - lib/capcode.rb
         
     | 
| 
      
 62 
     | 
    
         
            +
            - examples/blog.log
         
     | 
| 
      
 63 
     | 
    
         
            +
            - examples/blog.rb
         
     | 
| 
      
 64 
     | 
    
         
            +
            - examples/index.html
         
     | 
| 
      
 65 
     | 
    
         
            +
            - examples/sample.rb
         
     | 
| 
      
 66 
     | 
    
         
            +
            - examples/session.rb
         
     | 
| 
      
 67 
     | 
    
         
            +
            has_rdoc: true
         
     | 
| 
      
 68 
     | 
    
         
            +
            homepage: http://algorithmique.net
         
     | 
| 
      
 69 
     | 
    
         
            +
            post_install_message: |-
         
     | 
| 
      
 70 
     | 
    
         
            +
              For more information about Capcode,
         
     | 
| 
      
 71 
     | 
    
         
            +
              see http://capcode.rubyforge.org
         
     | 
| 
      
 72 
     | 
    
         
            +
            rdoc_options: 
         
     | 
| 
      
 73 
     | 
    
         
            +
            - --quiet
         
     | 
| 
      
 74 
     | 
    
         
            +
            - --title
         
     | 
| 
      
 75 
     | 
    
         
            +
            - Capcode, the Documentation
         
     | 
| 
      
 76 
     | 
    
         
            +
            - --opname
         
     | 
| 
      
 77 
     | 
    
         
            +
            - index.html
         
     | 
| 
      
 78 
     | 
    
         
            +
            - --line-numbers
         
     | 
| 
      
 79 
     | 
    
         
            +
            - --main
         
     | 
| 
      
 80 
     | 
    
         
            +
            - README
         
     | 
| 
      
 81 
     | 
    
         
            +
            - --inline-source
         
     | 
| 
      
 82 
     | 
    
         
            +
            - --exclude
         
     | 
| 
      
 83 
     | 
    
         
            +
            - ^(examples|extras|test|lib)\/
         
     | 
| 
      
 84 
     | 
    
         
            +
            require_paths: 
         
     | 
| 
      
 85 
     | 
    
         
            +
            - lib
         
     | 
| 
      
 86 
     | 
    
         
            +
            required_ruby_version: !ruby/object:Gem::Requirement 
         
     | 
| 
      
 87 
     | 
    
         
            +
              requirements: 
         
     | 
| 
      
 88 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 89 
     | 
    
         
            +
                - !ruby/object:Gem::Version 
         
     | 
| 
      
 90 
     | 
    
         
            +
                  version: 1.8.1
         
     | 
| 
      
 91 
     | 
    
         
            +
              version: 
         
     | 
| 
      
 92 
     | 
    
         
            +
            required_rubygems_version: !ruby/object:Gem::Requirement 
         
     | 
| 
      
 93 
     | 
    
         
            +
              requirements: 
         
     | 
| 
      
 94 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 95 
     | 
    
         
            +
                - !ruby/object:Gem::Version 
         
     | 
| 
      
 96 
     | 
    
         
            +
                  version: "0"
         
     | 
| 
      
 97 
     | 
    
         
            +
              version: 
         
     | 
| 
      
 98 
     | 
    
         
            +
            requirements: []
         
     | 
| 
      
 99 
     | 
    
         
            +
             
     | 
| 
      
 100 
     | 
    
         
            +
            rubyforge_project: capcode
         
     | 
| 
      
 101 
     | 
    
         
            +
            rubygems_version: 1.3.1
         
     | 
| 
      
 102 
     | 
    
         
            +
            signing_key: 
         
     | 
| 
      
 103 
     | 
    
         
            +
            specification_version: 2
         
     | 
| 
      
 104 
     | 
    
         
            +
            summary: Capcode is a web microframework
         
     | 
| 
      
 105 
     | 
    
         
            +
            test_files: []
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     |