Sha256: 5908e5ee212400e09e48810b2e448db087e282407fea35e7d1435a958dcdd3c1
Contents?: true
Size: 700 Bytes
Versions: 1
Compression:
Stored size: 700 Bytes
Contents
#----------------------------------------------------------------------- # -*- vim: set ft=ruby: -*- # # An Example remote repository that implements all the methods that are # required to satisfy being talked to by a Respository::Remote client. # This means it needs to speak: # - the gem cutter api # - the modern gem server ai # #----------------------------------------------------------------------- $:.unshift File.expand_path( File.join( File.dirname(__FILE__), "..", "lib" ) ) require 'stickler' gem_dir = File.expand_path( "../spec/tmp", File.dirname( __FILE__ ) ) use ::Stickler::Middleware::Compression use ::Stickler::Middleware::Gemcutter, :repo_root => gem_dir run ::Sinatra::Base
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stickler-2.3.0 | examples/gemcutter_repo.ru |