havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.1.0, 3.0.3, 2.7.5: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ
factor has quit [Read error: Connection reset by peer]
postmodern has joined #ruby
factor has joined #ruby
markong has quit [Ping timeout: 256 seconds]
ur5us_ has joined #ruby
szkl has quit [Quit: Connection closed for inactivity]
donofrio has joined #ruby
va5c0 has joined #ruby
<adam12> leah2: Neat :)
szkl has joined #ruby
<adam12> I'm using stringscanner right now to parse doctags.
<adam12> Been thinking about gemdocs.org. Want to switch to rdoc perhaps, but still support YARD tags to some degree. Even if it's just separating them out from the comments and formatting them nicely.
va5c0 has quit [Ping timeout: 272 seconds]
oxfuxxx has joined #ruby
<adam12> leah2: scanner.matched.chop.chop.dump hehe
donofrio has quit [Ping timeout: 272 seconds]
oxfuxxx has quit [Quit: Yankies Motherfh@ckers C0[k Astroboys]
oxfuxxx has joined #ruby
TCZ has joined #ruby
TCZ has quit [Client Quit]
dviola has quit [Ping timeout: 240 seconds]
Rounin has quit [Ping timeout: 240 seconds]
bluedust has joined #ruby
<mooff> +1 neat
<mooff> anyone else wish for a Method#doc sometimes? :)
bluedust has quit [Ping timeout: 252 seconds]
ox is now known as oz
oxfuxxx has quit [Ping timeout: 272 seconds]
oxfuxxx has joined #ruby
<mooff> class A def a() :a end end; module B def a() :b end end; A.prepend B; B.send(:undef_method, :a); A.new.a
<mooff> NoMethodError (undefined method `a' for #<A:...>)
<mooff> :O
oxfuxxx has quit [Ping timeout: 240 seconds]
ralu has quit [Ping timeout: 272 seconds]
ur5us_ has quit [Ping timeout: 240 seconds]
va5c0 has joined #ruby
va5c0 has quit [Ping timeout: 272 seconds]
bluedust has joined #ruby
victori has quit [Quit: ZNC 1.8.2 - https://znc.in]
hd1 has joined #ruby
hd1 has left #ruby [#ruby]
bluedust_ has joined #ruby
victori has joined #ruby
bluedust has quit [Ping timeout: 272 seconds]
<havenwood> weaksauce: Various and sundry things. No single overarching pursuit to speak of.
ua_ has quit [Ping timeout: 272 seconds]
ua_ has joined #ruby
ur5us_ has joined #ruby
bluedust has joined #ruby
bluedust_ has quit [Ping timeout: 240 seconds]
dviola has joined #ruby
ralu has joined #ruby
_ht has joined #ruby
ur5us_ has quit [Remote host closed the connection]
ur5us_ has joined #ruby
fercell has quit [Ping timeout: 240 seconds]
fercell has joined #ruby
whysthatso1250 has quit [Quit: Ping timeout (120 seconds)]
whysthatso1250 has joined #ruby
ur5us_ has quit [Ping timeout: 240 seconds]
_ht has quit [Remote host closed the connection]
danjo00 has joined #ruby
danjo0 has quit [Ping timeout: 256 seconds]
danjo00 is now known as danjo0
fef has joined #ruby
infinityfye has joined #ruby
gproto23 has joined #ruby
gproto23 has quit [Remote host closed the connection]
gproto23 has joined #ruby
dangerousdave has joined #ruby
dangerousdave has quit [Client Quit]
ur5us_ has joined #ruby
szkl has quit [Quit: Connection closed for inactivity]
Rounin has joined #ruby
gproto23 has quit [Remote host closed the connection]
gproto23 has joined #ruby
dangerousdave has joined #ruby
teclator has joined #ruby
va5c0 has joined #ruby
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
va5c0 has quit [Ping timeout: 240 seconds]
reset has quit [Quit: reset]
ur5us_ has quit [Ping timeout: 240 seconds]
va5c0 has joined #ruby
Starfoxxes has quit [Ping timeout: 256 seconds]
dangerousdave has joined #ruby
infinityfye has quit [Read error: Connection reset by peer]
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
infinityfye has joined #ruby
va5c0 has quit [Quit: WeeChat 3.4]
dangerousdave has joined #ruby
va5c0 has joined #ruby
jmcgnh has quit [Ping timeout: 256 seconds]
bluedust_ has joined #ruby
bluedust has quit [Ping timeout: 252 seconds]
jmcgnh has joined #ruby
yossarian has quit [Ping timeout: 240 seconds]
yossarian has joined #ruby
yossarian has quit [Changing host]
yossarian has joined #ruby
roadie has joined #ruby
roadie has quit [Quit: ERC (IRC client for Emacs 25.3.50.1)]
gproto23 has quit [Read error: Connection reset by peer]
roadie has joined #ruby
fef has quit [Ping timeout: 240 seconds]
gproto23 has joined #ruby
roadie has quit [Quit: ERC (IRC client for Emacs 25.3.50.1)]
roadie has joined #ruby
roadie has quit [Quit: ERC (IRC client for Emacs 25.3.50.1)]
unyu has quit [Ping timeout: 240 seconds]
bluedust_ has quit [Remote host closed the connection]
unyu has joined #ruby
Dooky has joined #ruby
gproto23 has quit [Read error: Connection reset by peer]
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
markong has joined #ruby
Dooky has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Dooky has joined #ruby
bluedust has joined #ruby
dangerousdave has joined #ruby
brw has quit [Read error: Connection reset by peer]
brw has joined #ruby
TCZ has joined #ruby
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dangerousdave has joined #ruby
bluedust has quit [Remote host closed the connection]
jmcgnh has quit [Remote host closed the connection]
jmcgnh has joined #ruby
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dangerousdave has joined #ruby
donofrio has joined #ruby
bluedust has joined #ruby
postmodern has quit [Remote host closed the connection]
TCZ has quit [Quit: Leaving]
bluedust has quit [Remote host closed the connection]
FetidToot5 has joined #ruby
FetidToot has quit [Ping timeout: 250 seconds]
FetidToot has joined #ruby
FetidToot5 has quit [Ping timeout: 272 seconds]
weaksauce has quit [Ping timeout: 256 seconds]
micah has joined #ruby
<micah> hi, when I do `gem install amber` from my system, it installs the binary gem. If I do that inside of a CI build, it builds all the pieces (and some fail), how can I tell gem to just install the binary?
<adam12> micah: It's dependent on if there is a binary available. Are the architectures of CI and your system the same?
<micah> adam12: if I pull the debian:buster container, go into it and install ruby ruby-dev build-essential zlib1g-dev git ca-certificates and then do `gem install amber` I get this
<micah> i think that gem is somehow thinking my architecture is unknown
<adam12> Yeah. That looks odd.
<adam12> Can you try updating rubygems before doing the install?
<micah> ok
<adam12> I think it's `gem update --system`
<adam12> Any reason why you're not using the official ruby images?
<micah> adam12: thanks, it appears that this is a buster problem. if I use the bullseye container, it works
<adam12> Cool.
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
unyu has quit [Ping timeout: 240 seconds]
gr33n7007h has quit [Ping timeout: 240 seconds]
CrazyEddy has quit [Ping timeout: 240 seconds]
unyu has joined #ruby
gr33n7007h has joined #ruby
dangerousdave has joined #ruby
bluedust has joined #ruby
oxfuxxx has joined #ruby
reset has joined #ruby
Dooky has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
va5c0 has quit [Ping timeout: 252 seconds]
bluedust has quit [Remote host closed the connection]
donofrio has quit [Ping timeout: 252 seconds]
va5c0 has joined #ruby
oxfuxxx has quit [Remote host closed the connection]
oxfuxxx has joined #ruby
dangerousdave has quit [Quit: Textual IRC Client: www.textualapp.com]
infinityfye has quit [Ping timeout: 250 seconds]
Dooky has joined #ruby
Dooky has quit [Ping timeout: 240 seconds]
roadie has joined #ruby
infinityfye has joined #ruby
oxfuxxx has quit [Quit: Yankies Motherfh@ckers C0[k Astroboys]
___nick___ has joined #ruby
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Dooky has joined #ruby
___nick___ has joined #ruby
___nick___ has quit [Client Quit]
Dooky has quit [Ping timeout: 252 seconds]
___nick___ has joined #ruby
leonthemisfit has joined #ruby
leonthemisfit has quit [Changing host]
leonthemisfit has joined #ruby
fdan has joined #ruby
bluedust has joined #ruby
bluedust has quit [Ping timeout: 272 seconds]
roadie has quit [Quit: ERC (IRC client for Emacs 25.3.50.1)]
Dooky has joined #ruby
Starfoxxes has joined #ruby
mooff has quit [Remote host closed the connection]
mooff has joined #ruby
micah has left #ruby [#ruby]
_ht has joined #ruby
weaksauce has joined #ruby
markong has quit [Ping timeout: 272 seconds]
TCZ has joined #ruby
TCZ has quit [Quit: Leaving]
nmollerup has quit [Remote host closed the connection]
nmollerup has joined #ruby
finsternis has quit [Ping timeout: 252 seconds]
analogsalad has joined #ruby
gproto23 has joined #ruby
fdan has quit [Ping timeout: 256 seconds]
pgib has joined #ruby
mixfix41 has joined #ruby
_ht has quit [Remote host closed the connection]
FetidToot1 has joined #ruby
FetidToot has quit [Ping timeout: 272 seconds]
FetidToot has joined #ruby
FetidToot1 has quit [Ping timeout: 256 seconds]
ur5us_ has joined #ruby
ur5us has joined #ruby
ur5us_ has quit [Read error: Connection reset by peer]
___nick___ has quit [Ping timeout: 272 seconds]
finsternis has joined #ruby
gproto23 has quit [Remote host closed the connection]
ur5us has quit [Ping timeout: 240 seconds]
nmollerup has quit [Quit: Leaving]
ur5us has joined #ruby
oxfuxxx has joined #ruby
ur5us has quit [Ping timeout: 240 seconds]
oxfuxxx has quit [Ping timeout: 250 seconds]
donofrio has joined #ruby
donofrio has quit [Read error: Connection reset by peer]
markong has joined #ruby
infinityfye has quit [Quit: Leaving]
Dooky has quit [Ping timeout: 272 seconds]
oxfuxxx has joined #ruby
oxfuxxx has quit [Client Quit]
oxfuxxx has joined #ruby
gr33n7007h has quit [Ping timeout: 252 seconds]
gr33n7007h has joined #ruby
analogsalad has quit [Quit: bye]
leah2 has quit [Ping timeout: 240 seconds]
leah2 has joined #ruby
oxfuxxx has quit [Quit: Yankies Motherfh@ckers C0[k Astroboys]
teclator has quit [Remote host closed the connection]
oxfuxxx has joined #ruby
integral has quit [Ping timeout: 240 seconds]
r0bby has quit [Ping timeout: 260 seconds]
jposer has quit [Ping timeout: 260 seconds]
joenoon has quit [Read error: Connection reset by peer]
keyvan has quit [Read error: Connection reset by peer]
coffeejunk has quit [Ping timeout: 245 seconds]
joenoon has joined #ruby
keyvan has joined #ruby
pusewic|away__ has quit [Read error: Connection reset by peer]
rubin55 has quit [Read error: Connection reset by peer]
cuppajoeman has quit [Read error: Connection reset by peer]
Liothen has quit [Read error: Connection reset by peer]
josephl has quit [Read error: Connection reset by peer]
cyj123 has quit [Read error: Connection reset by peer]
josephl has joined #ruby
coffeejunk has joined #ruby
cyj123 has joined #ruby
cuppajoeman has joined #ruby
rubin55 has joined #ruby
Liothen has joined #ruby
jposer has joined #ruby
pusewic|away__ has joined #ruby
integral has joined #ruby
r0bby has joined #ruby
oxfuxxx has quit [Quit: Yankies Motherfh@ckers C0[k Astroboys]
oxfuxxx has joined #ruby
finsternis has quit [Ping timeout: 240 seconds]