public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Gem specification: specify RubyForge project, author and email.
Hongli Lai (Phusion) (author)
Tue Apr 01 05:36:42 -0700 2008
commit  01242f4c0efc831cd041f916a9f8c4cd021b9b16
tree    fc94928857cfe06ef8b28cec7148b3b76bfb58c7
parent  a3b3b0e38c0cfb76b66b7e39490f26944d80eb87
...
315
316
317
 
 
 
318
319
320
...
315
316
317
318
319
320
321
322
323
0
@@ -315,6 +315,9 @@ spec = Gem::Specification.new do |s|
0
   s.summary = "Apache module for Ruby on Rails support."
0
   s.name = "passenger"
0
   s.version = "0.9.6" # Don't forget to edit Configuration.h too
0
+ s.rubyforge_project = "passenger"
0
+ s.author = "Phusion - http://www.phusion.nl/"
0
+ s.email = "info@phusion.nl"
0
   s.requirements << "fastthread" << "Apache 2 with development headers"
0
   s.require_path = "lib"
0
   s.add_dependency 'rake', '>= 0.8.1'

Comments

    No one has commented yet.