[DRE-commits] [SCM] ruby-sinatra-contrib.git branch, master, updated. upstream/1.3.1-13-ge1e3940
Jérémy Bobbio
lunar at debian.org
Sat Mar 16 07:57:44 UTC 2013
The following commit has been merged in the master branch:
commit c49b75b110aeddc9a736a679c36f531ca738711a
Author: Jérémy Bobbio <lunar at debian.org>
Date: Thu Mar 14 22:43:39 2013 +0100
Improve short and extended package description
diff --git a/debian/control b/debian/control
index 89c23b5..87e27be 100644
--- a/debian/control
+++ b/debian/control
@@ -16,5 +16,28 @@ Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-sinatra (>= 1.3.0~), ruby-tilt (>= 1.3~), ruby-rack-test, ruby-rack-protection, ruby-eventmachine, ruby-rspec (>= 2.3~), haml, ruby-erubis, ruby-slim, rake
# sinatra (~> 1.3.0), backports (>= 2.0), tilt (~> 1.3), rack-test (>= 0), rack-protection (>= 0), eventmachine (>= 0), rspec (~> 2.3, development), haml (>= 0, development), erubis (>= 0, development), slim (>= 0, development), rake (>= 0, development)
-Description: Collection of useful Sinatra extensions
- Collection of common Sinatra extensions, semi-officially supported.
+Description: collection of useful extensions to the Sinatra web framework
+ sinatra-contrib is a collection of common extensions to the Sinatra web
+ framework, semi-officially supported:
+ - capture: Let's you capture the content of blocks in templates.
+ - config_file: Allows loading configuration from yaml files.
+ - content_for: Adds Rails-style content_for helpers to Haml, Erb,
+ Erubis and Slim.
+ - cookies: A cookies helper for reading and writing cookies.
+ - engine_tracking: Adds methods like haml? that allow helper methods
+ to check whether they are called from within a template.
+ - json: Adds a #json helper method to return JSON documents.
+ - link_header: Helpers for generating link HTML tags and
+ corresponding Link HTTP headers. Adds link, stylesheet and prefetch helper
+ methods.
+ - multi_route: Adds ability to define one route block for multiple
+ routes and multiple or custom HTTP verbs.
+ - namespace: Adds namespace support to Sinatra.
+ - respond_with: Choose action and/or template automatically depending
+ on the incoming request. Adds helpers respond_to and respond_with.
+ - decompile: Recreates path patterns from Sinatra's internal data
+ structures (used by other extensions).
+ - reloader: Automatically reloads Ruby files on code changes.
+ - extension: Mixin for writing your own Sinatra extensions.
+ - test_helpers: Helper methods to ease testing your Sinatra
+ application. Partly extracted from Sinatra. Testing framework agnostic.
--
ruby-sinatra-contrib.git
More information about the Pkg-ruby-extras-commits
mailing list