Sha256: fe5224fb8da6e46b42d1aacf1450e1dd0745142ef147102fc667e8f86e5acc1e
Contents?: true
Size: 255 Bytes
Versions: 8
Compression:
Stored size: 255 Bytes
Contents
#! /usr/bin/env ruby $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/lib') require 'lib/git_http' config = { :project_root => "/opt", :upload_pack => true, :receive_pack => false, } Rack::Handler::FastCGI.run(GitHttp::App.new(config))
Version data entries
8 entries across 8 versions & 1 rubygems