[PATCH] gemspec: remove olddoc from build dependency

2017-03-23 Thread Eric Wong
Pirate Praveen wrote: > If you can make it optional that would be great. For now I've just > patched out the gemspec to not use olddoc. The patch and fix in rules is > ugly. Pushed the following to "master" of git://bogomips.org/unicorn -8< Subject: [PATCH]

Re: trying to update unicorn to 5.1, build failure: VERSION= must be specified

2016-10-27 Thread Eric Wong
Hleb Valoshka <375...@gmail.com> wrote: > On 9/19/16, Pirate Praveen wrote: > > Its pushed to alioth. Can someone check? > > > > Error below: > > > > $ clean > > dh clean --buildsystem=ruby --with ruby,systemd > >dh_testdir -O--buildsystem=ruby > >dh_auto_clean

Re: Ruby S3 server?

2015-05-08 Thread Eric Wong
Bob Proulx b...@proulx.com wrote: I remember a project from some years ago that implemented an S3 compatible storage server written in Ruby. git clone git://github.com/whymirror/parkplace I've never used it myself, though. -- To UNSUBSCRIBE, email to debian-ruby-requ...@lists.debian.org

Re: RFS: ruby-kgio, ruby-raidrops

2014-04-09 Thread Eric Wong
tmp.each { |count| assert_equal nil, count } end -- Eric Wong -- To UNSUBSCRIBE, email to debian-ruby-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140409200822.ga12...@dcvr.yhbt.net

Re: RFS: ruby-kgio, ruby-raidrops

2014-04-09 Thread Eric Wong
Christian Hofstaedtler z...@debian.org wrote: Your patch indeed fixes the test failure. Is it good to apply as is to 2.9.1 and ship it? Sure! 2.9.2 is also out, but not urgent (only for ruby-trunk users). I'm not sure if I'll make a 2.9.3 release just for a test patch. Thank you for reporting