Re: Switch to ruby2.5 is here

2018-03-04 Thread Antonio Terceiro
On Sun, Feb 25, 2018 at 08:19:08PM -0300, Antonio Terceiro wrote: > Hello everyone, > > First of all I would like to thank everyone that has been worked on > fixing issues with ruby2.5. > > We are now very close to being able to do the switch. At the moment, I'm > only waiting for ruby-rmagick to

Re: Renaming ruby-factory-girl to ruby-factory-bot

2018-03-04 Thread Georg Faerber
Hi, On 18-03-03 16:30:36, Cédric Boutillier wrote: > ruby-factory-girl-rails fails to build because of dependency checking > looking for a factory_girl gemspec file instead of a factory_bot. > > I don't know if it is better to fix factory-girl-rails gemspecs, or to > ship also the factor_girl.gem

Re: Renaming ruby-factory-girl to ruby-factory-bot

2018-03-04 Thread Georg Faerber
On 18-03-03 15:35:29, Cédric Boutillier wrote: > I think it should be also 'autopkgtest-pkg-ruby' instead of > 'autopkgtest' for Testsuite field in debian/control but the smart > autopkgtest seems to detect that it is indeed a ruby package anyway. Thanks, it worked with 'autopkgtest' as well, but

Re: Renaming ruby-factory-girl to ruby-factory-bot

2018-03-04 Thread Georg Faerber
Hi Cédric, Thanks for your review. On 18-03-03 15:05:14, Cédric Boutillier wrote: > I would just propose to include the old changelog from > ruby-factory-girl, so that the history is not gone, when the source > package ruby-factory-girl is removed. Done. > Please keep also the previous uploader

RFS: ruby-molinillo 0.6.4-1

2018-03-04 Thread Hleb Valoshka
Hi team, I've prepared a new release of ruby-molinillo, required for bundler 0.16 and ruby-solve 4.0. Please review and upload. Thanks in advance.

Re: ruby 2.5 sysconfdir and others wrong

2018-03-04 Thread Antonio Terceiro
On Fri, Mar 02, 2018 at 12:02:37PM +, John Leach wrote: > Hi, > > tested with 2.5.0-5 from unstable > > ruby2.5 -r rbconfig -e 'puts RbConfig::CONFIG["sysconfdir"]' > /usr/etc > > but on stable, ruby2.3 returns: > > ruby2.3 -r rbconfig -e 'puts RbConfig::CONFIG["sysconfdir"]'

Re: SHA* digests in checksums.yaml.gz

2018-03-04 Thread Michael Moll
Hi, On Sat, Mar 03, 2018 at 02:46:19PM +0100, Cédric Boutillier wrote: > I've just pushed a branch on Salsa called 'sha_digests' with a proposed > change. I've just removed SHA1 and replaced it with SHA256, and check > that at least one of SHA256/SHA512 is available in checksums.yaml. > > https:/