Sha256: 18bbf7e274e50e66e4d2af9e157c3f7975c7176084707eb4ff65e39f503913f1

Contents?: true

Size: 221 Bytes

Versions: 5

Compression:

Stored size: 221 Bytes

Contents

GitWit::Engine.routes.draw do
  get ":repository/*refs", to: "git#service", repository: /[\-\/\w\.]+\.git/
  post ":repository/:service", to: "git#service", repository: /[\-\/\w\.]+\.git/, 
    service: /git-[\w\-]+/
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
git_wit-0.0.6 config/routes.rb
git_wit-0.0.6.pre config/routes.rb
git_wit-0.0.5 config/routes.rb
git_wit-0.0.4.pre2 config/routes.rb
git_wit-0.0.4.pre config/routes.rb