Skip to content

Commit

Permalink
fix up authors
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jan 4, 2010
1 parent 2788d18 commit 77fab58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rdoc
Expand Up @@ -45,6 +45,13 @@ Debugging:
# can specify the socket path
SOCKET_PATH=/tmp/rack-debug rake debug

Meta:

Author/Maintainer: David Dollar

Patches contributed by:
Bart Teeuwisse

Thanks to:

Rack::Bug for a good example of Rack middleware in Rails
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -14,7 +14,7 @@ http://github.com/github/rack-debug
DESCRIPTION
gem.email = "<ddollar@gmail.com>"
gem.homepage = "http://github.com/ddollar/rack-debug"
gem.authors = ["David Dollar", "Bart Teeuwisse"]
gem.authors = ["David Dollar"]

gem.add_dependency 'rack', '>= 1.0'
gem.add_dependency 'ruby-debug', '>= 0.10'
Expand Down

0 comments on commit 77fab58

Please sign in to comment.