Re: RFS: ruby-attr-required

2015-05-27 Thread Cédric Boutillier
Hi, On Wed, May 27, 2015 at 11:46:25PM +0530, Balasankar C wrote: > Hi, > I've packaged the gem attr_required as part of GitLab packaging. It is > lintian clean and builds succesfully in chroot (Tested with sbuild). > I've pushed it to out alioth repo, which can be cloned from > git://anonscm.debi

RFS: ruby-attr-required

2015-05-27 Thread Balasankar C
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I've packaged the gem attr_required as part of GitLab packaging. It is lintian clean and builds succesfully in chroot (Tested with sbuild). I've pushed it to out alioth repo, which can be cloned from git://anonscm.debian.org/pkg-ruby-extras/ruby-

RFP: ruby-statsample -- A suite for basic and advanced statistics on Ruby

2015-05-27 Thread Balint Reczey
Package: wnpp Severity: wishlist * Package name: ruby-statsample Version : 1.4.3 Upstream Author : Claudio Bustos * URL : https://github.com/sciruby/statsample * License : BSD-3-clause Programming Lang: Ruby Description : A suite for basic and advanced s

ruby-progressbar

2015-05-27 Thread Hleb Valoshka
Hi team, We have ruby-progressbar 0.21.0 packaged and according to apt only ruby-fuubar 2.0.0 depends on it. This packaged gem originate from https://github.com/peleteiro/progressbar. But gem fuubar says that it depends on different gem ruby-progressbar (~> 1.4), which originate from https://gith

Using RSpec instead of Rake for running tests

2015-05-27 Thread Balasankar C
Hi, I am trying to package the gem devise-token_authenticatable. It has a single line in its Rakefile require "bundler/gem_tasks" and upstream told me to use `bundle exec rspec` to run tests. How can I imitate this behavior in the debian way (using debian/ruby-tests.rb) ? The default ruby-tests.