[DRE-commits] [ruby-redis-rack] 01/02: Add minitest for Ruby 2.2
Balasankar C
balasankarc-guest at moszumanska.debian.org
Mon Jun 22 12:31:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-redis-rack.
commit ca61c6151062c9eaa58ae4e9f012509cc82dc74c
Author: Balasankar C <balasankarc at autistici.org>
Date: Mon Jun 22 17:56:11 2015 +0530
Add minitest for Ruby 2.2
---
debian/control | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index d729385..4471704 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,13 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-redis-store, ruby-rack, ruby-mocha, procps
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ procps,
+ ruby-minitest,
+ ruby-mocha,
+ ruby-rack,
+ ruby-redis-store
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-redis-rack.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-redis-rack.git;a=summary
@@ -14,10 +20,14 @@ XS-Ruby-Versions: all
Package: ruby-redis-rack
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack, ruby-redis-store
+Depends: ruby | ruby-interpreter,
+ ruby-rack,
+ ruby-redis-store,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Redis Store for Rack
- redis-rack provides a Redis backed session store Rack. Redis Store provides a
- full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby
- frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It
- supports object marshalling, timeouts, single or multiple nodes, and
+ redis-rack provides a Redis backed session store Rack. Redis Store provides a
+ full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby
+ frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It
+ supports object marshalling, timeouts, single or multiple nodes, and
namespaces.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-redis-rack.git
More information about the Pkg-ruby-extras-commits
mailing list