Re: rails-assets.org gems and gemwatch

2015-08-04 Thread Pirate Praveen
On Wednesday 15 July 2015 02:06 AM, Antonio Terceiro wrote: On Mon, Jul 13, 2015 at 11:02:18PM +0530, Pirate Praveen wrote: Who has access to gemwatch service? anyone in the team git+ssh://git.debian.org/git/pkg-ruby-extras/gemwatch.git I thought a single url change would be enough, but

Re: libruby, openssl and its GPL-incompatibility

2015-08-04 Thread Antonio Terceiro
On Mon, Aug 03, 2015 at 10:12:26PM +0200, Francesco Poli wrote: On Mon, 3 Aug 2015 09:58:35 -0300 Antonio Terceiro wrote: On Sat, Aug 01, 2015 at 04:55:28PM +0200, Francesco Poli wrote: [...] B) modify libruby to link with a GPL-compatible SSL/TLS implementation (such as libgnutls

Re: rails-assets.org gems and gemwatch

2015-08-04 Thread Pirate Praveen
On Tuesday 04 August 2015 11:32 AM, Pirate Praveen wrote: On Wednesday 15 July 2015 02:06 AM, Antonio Terceiro wrote: On Mon, Jul 13, 2015 at 11:02:18PM +0530, Pirate Praveen wrote: Who has access to gemwatch service? anyone in the team

rspec2 - rspec3 conversion question

2015-08-04 Thread Hleb Valoshka
Hi team. I'm using transpec to convert rspec syntax to rspec3, but it seems that it's not enough. I need help to properly convert such pieces: == rspec 2.14 syntax == describe Ridley::ClientResource do subject { described_class.new(double('registry')) } describe #regenerate_key do