Sha256: b6e7456f5f8ef68da5fb83a6ec8ffe5dcbcc37ae097f1e32efbae13385bd3f20
Contents?: true
Size: 843 Bytes
Versions: 1
Compression:
Stored size: 843 Bytes
Contents
Gem::Specification.new do |spec| spec.name = "ajp-rails" spec.version = "0.0.0" spec.required_ruby_version = ">= 1.8.3" spec.dependencies << ['ruby-ajp', '>= 0.2.0'] << ['rails', '>= 0.14'] spec.summary = "Ruby on Rails Runner, which uses AJP(Apache JServ Protocol) to cooperate with a HTTPd, instead of CGI or FastCGI" spec.author = "Yugui" spec.email = "yugui@yugui.sakura.ne.jp" spec.rubyforge_project = "ruby-ajp" spec.files = Dir.glob("lib/**/*.rb") + Dir.glob("bin/**/*.rb") + Dir.glob("test/**/test_*.rb") + Dir.glob("example/*") + Dir.glob("NEWS.{en,ja}") + Dir.glob("Install.{en,ja}") + Dir.glob("README.{en,ja}") << "Rakefile" << "ajp-rails.gemspec" << "setup.rb" << "COPYING" spec.files.reject! {|fn| fn.include?('.svn') or /~\Z/ =~ fn } spec.has_rdoc = true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ajp-rails-0.0.0 | ajp-rails.gemspec |