Re: rails-assets.org gems and gemwatch

2015-08-06 Thread Antonio Terceiro
On Wed, Aug 05, 2015 at 10:45:06PM +0530, Pirate Praveen wrote: > On Tuesday 04 August 2015 11:47 PM, Pirate Praveen wrote: > > Can someone review and see if it can be improved? > > > > It was working fine when I tested locally (running ruby gemwatch.rb), > but it is failing when deployed on alio

Re: RFS: git-up 0.5.12-1

2015-08-06 Thread David Suárez
Hi, El Martes, 30 de junio de 2015 21:29:51 James Lu escribió: > Hi, > > The following packages are ready to be uploaded (I also verified the > points listed on > http://wiki.debian.org/Teams/Ruby/Packaging#Requesting_Sponsorship). > > Could you please sponsor them? > > git-up 0.5.12-1 > > So

Conflict beetween ruby-aws-sdk and ruby-aws

2015-08-06 Thread David Suárez
Hi, The upload of the new package ruby-aws, introduced #788906 bug, due to both packages installing the same file '/usr/lib/ruby/vendor_ruby/aws.rb'. Both packages provides the same functionality, interfacing amazon AWS services. ruby-aws-sdk is the oficial gem from amazon while ruby-aws is ano

rack 1.6 update plan

2015-08-06 Thread Pirate Praveen
Hi, I'd like to upload rack 1.6 to experimental soon (needed for rails 4.2 update). Changelog https://github.com/rack/rack/blob/master/HISTORY.md I've committed the change to git repo. Any help in testing it is appreciated. Thanks Praveen signature.asc Description: OpenPGP digital signature

Re: rspec2 -> rspec3 conversion question

2015-08-06 Thread Hleb Valoshka
On 8/4/15, Hleb Valoshka <375...@gmail.com> wrote: Quite strange, because this code is correct, and it works for my simple class made just to check it. Any help is appreciated. > == after transpec == > describe Ridley::ClientResource do > subject { described_class.new(double('registry')) } > >