Sha256: 3b63ede15d156dd1b3907fbb5d9c5f7500f710cc8684de909c53e20caae9076e
Contents?: true
Size: 321 Bytes
Versions: 3
Compression:
Stored size: 321 Bytes
Contents
require 'rack/lobster' require 'rack/simple_auth' config = { 'GET' => 'path', 'POST' => 'params', 'DELETE' => 'path', 'PUT' => 'path', 'PATCH' => 'path', 'tolerance' => 2 } use Rack::SimpleAuth::HMAC, 'test_signature', 'test_secret', config, "#{File.expand_path('..', __FILE__)}/logs" run Rack::Lobster.new
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rack-simple_auth-0.0.7 | test/config.ru |
rack-simple_auth-0.0.6 | test/config.ru |
rack-simple_auth-0.0.5 | test/config.ru |