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.
<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