Changeset 459 for trunk/project.yml

Show
Ignore:
Timestamp:
08/15/08 19:28:50 (5 months ago)
Author:
deveiant
Message:
  • Updated the build system
  • Started conversion of unit tests for Arrow::Session to Rspec
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/project.yml

    r457 r459  
    11---  
    2 project_description: A mod_ruby web application framework 
     2rubyforge_project: arrow 
     3project_requirements:  
     4  mod_ruby: ">= 1.2.6" 
     5  Apache: ">= 2.2.6" 
     6project_description: |- 
     7  Arrow is a web application framework for mod_ruby. It was designed to make 
     8  development of web applications under Apache easier and more fun without 
     9  sacrificing the power of being able to access the native Apache API. 
     10rubyforge_group: deveiate 
    311author_name: Michael Granger 
    4 project_homepage: http://deveiate.org/projects/Arrow 
     12project_homepage: http://deveiate.org/projects/Arrow/ 
     13project_dependencies:  
     14  formvalidator: ">= 0.1.4" 
     15  ruby-cache: ">= 0.3.0" 
     16  PluginFactory: ">= 1.0.3" 
     17project_summary: A mod_ruby web application framework 
    518project_name: Arrow 
     19additional_pkgfiles:  
     20- applets/**/*.rb 
     21- docs/manual/** 
    622author_email: ged@FaerieMUD.org 
    7 project_dependencies: 
    8   ruby-cache: '>= 0.3.0' 
    9   formvalidator: '>= 0.1.4' 
    10   PluginFactory: '>= 1.0.3' 
    11 project_requirements: 
    12   Apache: >= 2.2.6 
    13   mod_ruby: >= 1.2.6 
    14