From 042b3ca1fcfa3a9aacc86842f3e3b307fa1af395 Mon Sep 17 00:00:00 2001 From: Thibaut Notteboom Date: Fri, 27 Mar 2015 20:32:23 +0700 Subject: ruby/rubygem-rack: Added (minimal, modular and adaptable interface). Signed-off-by: Willy Sudiarto Raharjo --- ruby/rubygem-rack/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ruby/rubygem-rack/slack-desc (limited to 'ruby/rubygem-rack/slack-desc') 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: -- cgit v1.2.3