Re: rubygem macro error

2011-11-10 Thread Toshio Kuratomi
On Thu, Nov 10, 2011 at 03:19:07PM +0100, Vít Ondruch wrote: > Dne 10.11.2011 13:57, Scott Schmit napsal(a): > > Yes, but the purpose of URL encoding is to reach resources that are > named using reserved characters. So, for the filename you showed above, > the correct URL would be: >

Re: rubygem macro error

2011-11-10 Thread Vít Ondruch
Dne 10.11.2011 13:57, Scott Schmit napsal(a): On Thu, Nov 10, 2011 at 11:26:11AM +0100, Vít Ondruch wrote: Dne 9.11.2011 17:02, Paul Wouters napsal(a): On Wed, 9 Nov 2011, Alex Dalitz wrote: The %3d characters in the filenames are because the Ruby setter methods are named "=" - this is a comm

Re: rubygem macro error

2011-11-10 Thread Scott Schmit
On Thu, Nov 10, 2011 at 11:26:11AM +0100, Vít Ondruch wrote: > Dne 9.11.2011 17:02, Paul Wouters napsal(a): > > On Wed, 9 Nov 2011, Alex Dalitz wrote: > >> The %3d characters in the filenames are because the Ruby setter methods > >> are named "=" - this is a common pattern across all Ruby > >> co

Re: rubygem macro error

2011-11-10 Thread Vít Ondruch
Dne 9.11.2011 17:02, Paul Wouters napsal(a): > On Wed, 9 Nov 2011, Alex Dalitz wrote: > > (CC:ed Fedora-devel, we're trying to figure out the ruby bug with %3d ri-doc > names) > >>> I tried using yours and i had to make some xoes for it to build. >>> It used "ruby-gems" instead of "rubygems". The

Re: rubygem macro error

2011-11-09 Thread Paul Wouters
On Wed, 9 Nov 2011, Alex Dalitz wrote: (CC:ed Fedora-devel, we're trying to figure out the ruby bug with %3d ri-doc names) >> I tried using yours and i had to make some xoes for it to build. >> It used "ruby-gems" instead of "rubygems". The was a "=" -> "=3D" >> caused by one of our mail agents.