diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2015-03-27 20:32:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-28 02:22:15 +0700 |
commit | 042b3ca1fcfa3a9aacc86842f3e3b307fa1af395 (patch) | |
tree | 6c6ba08e846abefc9a636bc30c73b5c1b520f5ca /ruby/rubygem-rack/slack-desc | |
parent | 251bbb2c599baf47890d60e3eb2c74f9e06766a0 (diff) | |
download | slackbuilds-042b3ca1fcfa3a9aacc86842f3e3b307fa1af395.tar.gz |
ruby/rubygem-rack: Added (minimal, modular and adaptable interface).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-rack/slack-desc')
-rw-r--r-- | ruby/rubygem-rack/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ruby/rubygem-rack/slack-desc b/ruby/rubygem-rack/slack-desc new file mode 100644 index 0000000000..3c393322fd --- /dev/null +++ b/ruby/rubygem-rack/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rubygem-rack: rubygem-rack (minimal, modular and adaptable interface) +rubygem-rack: +rubygem-rack: +rubygem-rack: Rack provides a minimal, modular and adaptable interface for +rubygem-rack: developing web applications in Ruby. By wrapping HTTP requests and +rubygem-rack: responses in the simplest way possible, it unifies and distills the +rubygem-rack: API for web servers, web frameworks, and software in between +rubygem-rack: (the so-called middleware) into a single method call. +rubygem-rack: +rubygem-rack: http://rack.github.io/ +rubygem-rack: |