Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Removed the config.ru file.
Browse files Browse the repository at this point in the history
  • Loading branch information
niho committed Oct 16, 2011
1 parent 8ff3729 commit 746bcc8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -2,5 +2,4 @@ Auth
====

A high performance OAuth2 authorization server using Sinatra and Redis,
inspired by Resque. Can be run both as a standalone server or as a rack
middleware.
inspired by Resque.
2 changes: 1 addition & 1 deletion auth.gemspec
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.name = 'auth'
s.version = Auth::Version
s.summary = 'Auth is a Redis-backed high performance OAuth2 authorization server.'
s.description = 'A high performance OAuth2 authorization server using Sinatra and Redis, inspired by Resque. Can be run both as a standalone server or as a rack middleware.'
s.description = 'A high performance OAuth2 authorization server using Sinatra and Redis, inspired by Resque.'

s.author = 'Niklas Holmgren'
s.email = 'niklas@sutajio.se'
Expand Down
11 changes: 0 additions & 11 deletions config.ru

This file was deleted.

0 comments on commit 746bcc8

Please sign in to comment.