havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.7.1, 2.6.6, 2.5.8: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ and select Ruby as the language | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first!
roadie has joined #ruby
drincruz has quit [Ping timeout: 258 seconds]
SeepingN has joined #ruby
RiPuk has quit [Quit: ZNC 1.8.1 - https://znc.in]
RiPuk has joined #ruby
lightstalker has quit [Ping timeout: 265 seconds]
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
arahael3 has quit [Quit: WeeChat 2.7.1]
roadie has quit [Ping timeout: 272 seconds]
alfiemax has joined #ruby
<havenwood> mydog2: hey
<havenwood> trueFireblade, if they come back: #grep
<havenwood> &>> %w[is there a more efficient].grep /re/
<rubydoc> # => ["there", "more"] (https://carc.in/#/r/9adl)
<havenwood> &>> %w[is there a more efficient].grep_v /re/
<rubydoc> # => ["is", "a", "efficient"] (https://carc.in/#/r/9adm)
ams__ has quit [Quit: Connection closed for inactivity]
TCZ has quit [Quit: Leaving]
alfiemax has quit [Ping timeout: 240 seconds]
roadie has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
gueorgui_ has joined #ruby
gueorgui has quit [Ping timeout: 258 seconds]
drincruz has joined #ruby
roadie has quit [Ping timeout: 246 seconds]
roadie has joined #ruby
trueFireblade has joined #ruby
braj has joined #ruby
<trueFireblade> why do I get a 'true' for libdir when inserting a string? https://hastebin.com/ogoputijer.rb
<trueFireblade> (so `program -l "test"` prints out `libdir set to true`
<leftylink> because -l and --libdir haven't implied that a string argument is expected
quazimodo has joined #ruby
<trueFireblade> ok and how do I implement that? I just saw some article about this optparse and that one didn't mention anything like that
<leftylink> then it would be wise to consult something like https://ruby-doc.org/stdlib-2.7.1/libdoc/optparse/rdoc/OptionParser.html
ur5us has joined #ruby
drincruz has quit [Ping timeout: 258 seconds]
<trueFireblade> ok now it works, thank you <3
tau has joined #ruby
tau has joined #ruby
tau has quit [Changing host]
Eiam has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
coniptor has joined #ruby
SeepingN has joined #ruby
dfucci has joined #ruby
roadie has quit [Ping timeout: 272 seconds]
nicholaslyang has joined #ruby
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
blobsson has joined #ruby
Garb0_ has joined #ruby
dfucci has quit [Ping timeout: 258 seconds]
Garb0 has quit [Ping timeout: 264 seconds]
nicholaslyang has joined #ruby
nicholaslyang has quit [Client Quit]
drincruz has joined #ruby
<Dirak> In Ruby, can arrays hold methods?
<Dirak> Like, in JS I'd be able to do [() => {}, () => {}, () => {}]. Is this or similar possible in Ruby?
DaRock has quit [Ping timeout: 264 seconds]
<reyfi9e> Dirak: of course. Use Proc or lambda (or even a Method instance)
<Dirak> Is there syntactic sugar for multiple or statements in Ruby? I want to simplify x == y || x == z
alfiemax has joined #ruby
dfucci has joined #ruby
ChmEarl has quit [Quit: Leaving]
alfiemax has quit [Ping timeout: 246 seconds]
<leftylink> interesting
<leftylink> but since Ruby doesn't have comparison operator chaining like some other languages do, the only thing I can think of would be something like [y, z].include?(x)
trueFireblade has quit [Quit: WeeChat 2.8]
<leftylink> that gets far more useful if there are going to be more things in the list
dfucci has quit [Ping timeout: 264 seconds]
jenrzzz has quit [Ping timeout: 258 seconds]
<Dirak> ah that's fine. New to Ruby. Just trying to do the rubyic thing
<Dirak> pythonic => rubyic
<al2o3-cr> i was thinking along the lines of [y,z].any? x.method(:==)
<leftylink> rad
davispuh has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
sagax has quit [Read error: Connection reset by peer]
tricon`` has joined #ruby
sagax has joined #ruby
tricon`` is now known as tricon
<Dirak> Is it possible to make case/when use == instead of ===?
memcorrupt has joined #ruby
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has joined #ruby
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<havenwood> Dirak: No, but you can alias #=== to #==.
<havenwood> Dirak: case x; when y, z
<havenwood> Dirak: In Rails there's #in? but in Ruby the standard is #include?
<havenwood> Dirak: [y, z].include?(x)
<havenwood> Dirak: x.in?([y, z])
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has joined #ruby
nicholaslyang has joined #ruby
<al2o3-cr> you can even do [y,z].any? x
roadie has joined #ruby
braj has quit []
Garb0__ has joined #ruby
roadie has quit [Ping timeout: 260 seconds]
mistergibson has joined #ruby
Garb0_ has quit [Ping timeout: 264 seconds]
Garb0 has joined #ruby
Garb0__ has quit [Ping timeout: 240 seconds]
tau has quit [Ping timeout: 265 seconds]
Garb0_ has joined #ruby
blobsson has quit [Quit: Leaving]
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Garb0 has quit [Ping timeout: 240 seconds]
nicholaslyang has joined #ruby
Garb0_ has quit [Ping timeout: 240 seconds]
roadie has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
tricon has quit [Ping timeout: 256 seconds]
<Dirak> In Ruby, how can I do this?
roadie has quit [Ping timeout: 240 seconds]
<Dirak> arr = [if conditional spread other_arr : do nothing, if other_conditional spread other_arr_2 : do nothing]
<havenwood> Dirak: what does spread mean?
<Dirak> oh I mean splat
tricon has joined #ruby
alfiemax has joined #ruby
<havenwood> &>> [*([1, 2] if false), *([3, 4] if true)]
<rubydoc> # => [3, 4] (https://carc.in/#/r/9afl)
alfiemax has quit [Client Quit]
tricon has quit [Remote host closed the connection]
alfiemax has joined #ruby
<havenwood> Dirak: ^
roadie has joined #ruby
quazimodo has quit [Ping timeout: 246 seconds]
flak has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
quazimodo has joined #ruby
drincruz has quit [Ping timeout: 246 seconds]
mozzarella has quit [Remote host closed the connection]
mozzarella has joined #ruby
mozzarella has joined #ruby
mozzarella has quit [Remote host closed the connection]
mozzarella has joined #ruby
jenrzzz has joined #ruby
poro has joined #ruby
Garb0 has joined #ruby
stryek has quit [Quit: Connection closed for inactivity]
poro has quit [Client Quit]
jetchisel has joined #ruby
alfiemax has quit [Remote host closed the connection]
lektrik has quit [Ping timeout: 260 seconds]
roadie has quit [Remote host closed the connection]
meinside has joined #ruby
roadie has joined #ruby
conta has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
_whitelogger has joined #ruby
Garb0 has quit [Quit: I'm out.]
jetchisel has quit [Ping timeout: 265 seconds]
sauvin has joined #ruby
alfiemax has joined #ruby
rafadc has quit [Quit: ZNC - https://znc.in]
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nicholaslyang has joined #ruby
roadie has quit [Ping timeout: 240 seconds]
nicholaslyang has quit [Client Quit]
rafadc has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
nicholaslyang has joined #ruby
Xiti has quit [Quit: Leaving]
Xiti has joined #ruby
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
roadie has joined #ruby
alfiemax has quit [Remote host closed the connection]
Xiti has quit [Quit: Leaving]
Xiti has joined #ruby
jenrzzz has joined #ruby
alfiemax has joined #ruby
conta1 has joined #ruby
conta has quit [Ping timeout: 256 seconds]
conta1 is now known as conta
roadie has quit [Ping timeout: 272 seconds]
Xiti has quit [Quit: Leaving]
Xiti has joined #ruby
BH23 has quit [Ping timeout: 264 seconds]
dfucci has joined #ruby
imadper has joined #ruby
conta1 has joined #ruby
conta has quit [Ping timeout: 260 seconds]
conta1 is now known as conta
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nicholaslyang has joined #ruby
nicholaslyang has quit [Client Quit]
nicholaslyang has joined #ruby
nicholaslyang has quit [Client Quit]
nicholaslyang has joined #ruby
roadie has joined #ruby
pwl has joined #ruby
nicholaslyang has quit [Client Quit]
nicholaslyang has joined #ruby
vondruch has joined #ruby
nicholaslyang has quit [Client Quit]
gitter1234 has quit [Quit: Connection closed for inactivity]
schn31d3r has joined #ruby
nicholaslyang has joined #ruby
nicholaslyang has quit [Client Quit]
imode has quit [Ping timeout: 256 seconds]
livcd_ has quit [Changing host]
livcd_ has joined #ruby
bijan_ has joined #ruby
miskatonic has joined #ruby
nicholaslyang has joined #ruby
nicholaslyang has quit [Client Quit]
Dirak has quit [Ping timeout: 246 seconds]
jacksop has joined #ruby
ellcs1 has joined #ruby
<Cork> anyone know of a gem or built in method for building "safe" paths? (where the input can't excape the static left side of the path)
nicholaslyang has joined #ruby
nicholaslyang has quit [Client Quit]
nicholaslyang has joined #ruby
jacksop has quit [Remote host closed the connection]
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
quazimodo has quit [Ping timeout: 240 seconds]
sarna has joined #ruby
<jennis> Hi guys, what's the best way to use simplecov to generate coverage for multiple test runs? In CI I have unit tests and integration tests and wanted to generate coverage which covers both
jacksop has joined #ruby
memcorrupt has quit [Ping timeout: 258 seconds]
memcorrupt has joined #ruby
nicholaslyang has joined #ruby
gdonald has quit [Ping timeout: 260 seconds]
alfiemax has quit [Remote host closed the connection]
<jhass> coveralls.io
<jhass> ?
alfiemax has joined #ruby
memcorrupt has quit [Ping timeout: 240 seconds]
BH23 has joined #ruby
gdonald has joined #ruby
roadie has quit [Ping timeout: 246 seconds]
nostrodamy has joined #ruby
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gdonald has quit [Ping timeout: 264 seconds]
alfiemax has quit [Remote host closed the connection]
nicholaslyang has joined #ruby
jacksop has quit [Remote host closed the connection]
alfiemax has joined #ruby
nicholaslyang has quit [Client Quit]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
roadie has joined #ruby
gdonald has joined #ruby
chens has joined #ruby
alfiemax has quit [Remote host closed the connection]
chens has quit [Quit: Asta la vista]
alfiemax has joined #ruby
Besnik_b has joined #ruby
znz_jp has quit [Quit: kill -QUIT $$]
znz_jp has joined #ruby
bijan_ has quit [Remote host closed the connection]
bijan_ has joined #ruby
Jonopoly has joined #ruby
bijan_ has quit [Read error: Connection reset by peer]
bijan__ has joined #ruby
bijan__ has quit [Remote host closed the connection]
bijan_ has joined #ruby
shansen_ has quit [Remote host closed the connection]
bijan_ has quit [Ping timeout: 258 seconds]
imadper has quit [Remote host closed the connection]
shansen has joined #ruby
duderonomy has quit [Ping timeout: 264 seconds]
duderonomy has joined #ruby
jacksop has joined #ruby
roadie has quit [Remote host closed the connection]
roadie has joined #ruby
jacksop has quit [Remote host closed the connection]
jacksop has joined #ruby
jacksop has quit [Remote host closed the connection]
Jonopoly has quit [Quit: WeeChat 2.8]
Jonopoly has joined #ruby
bijan_ has joined #ruby
roadie has quit [Ping timeout: 244 seconds]
alfiemax has quit [Remote host closed the connection]
jacksop has joined #ruby
jacksop has quit [Remote host closed the connection]
roadie has joined #ruby
dionysus69 has joined #ruby
bijan_ has quit [Remote host closed the connection]
jacksop has joined #ruby
jacksop has quit [Client Quit]
bijan_ has joined #ruby
alfiemax has joined #ruby
bijan_ has quit [Ping timeout: 260 seconds]
nicholaslyang has joined #ruby
nicholaslyang has quit [Client Quit]
jimconn has joined #ruby
cloaked1 has quit [Ping timeout: 246 seconds]
bijan_ has joined #ruby
drincruz has joined #ruby
cadeskywalker has quit [Ping timeout: 258 seconds]
bijan_ has quit [Ping timeout: 260 seconds]
jingjinghack has joined #ruby
GodFather has joined #ruby
jingjinghack has quit [Quit: WeeChat 2.1]
bijan_ has joined #ruby
nicholaslyang has joined #ruby
conta1 has joined #ruby
nicholaslyang has quit [Client Quit]
conta1 has quit [Remote host closed the connection]
conta has quit [Ping timeout: 246 seconds]
conta has joined #ruby
conta has quit [Client Quit]
jenrzzz has quit [Ping timeout: 258 seconds]
burningserenity has joined #ruby
fercell has joined #ruby
postmodern has quit [Quit: Leaving]
dfucci has quit [Read error: Connection reset by peer]
dfucci has joined #ruby
clemens3 has quit [Quit: rebot]
plutes has quit [Ping timeout: 272 seconds]
Garb0 has joined #ruby
Garb0 has quit [Max SendQ exceeded]
drincruz has quit [Ping timeout: 256 seconds]
Garb0 has joined #ruby
plutes has joined #ruby
GodFather has quit [Remote host closed the connection]
burningserenity has quit [Remote host closed the connection]
cow[moo] has quit [Quit: Textual IRC Client: www.textualapp.com]
cow[moo] has joined #ruby
duckpuppy has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby
duckpuppy has joined #ruby
roadie has quit [Ping timeout: 272 seconds]
impermanence has quit [Quit: Connection closed]
alfiemax has quit [Remote host closed the connection]
alfiemax has joined #ruby
bmurt has joined #ruby
alfiemax has quit [Ping timeout: 264 seconds]
miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
drincruz has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
davispuh has joined #ruby
conta has joined #ruby
stryek has joined #ruby
roadie has joined #ruby
roadie has quit [Ping timeout: 260 seconds]
conta has quit [Quit: conta]
bijan_ has quit [Remote host closed the connection]
bijan_ has joined #ruby
bijan_ has quit [Ping timeout: 240 seconds]
linetrace has quit [Quit: leaving]
lucasb has joined #ruby
jenrzzz has joined #ruby
clemens3 has joined #ruby
sarna has quit [Quit: Connection closed]
bijan_ has joined #ruby
chalkmonster has joined #ruby
dionysus69 has quit [Ping timeout: 264 seconds]
roadie has joined #ruby
impermanence has joined #ruby
bijan_ has quit [Remote host closed the connection]
bijan_ has joined #ruby
nicholaslyang has joined #ruby
nicholaslyang has quit [Client Quit]
jenrzzz has quit [Ping timeout: 265 seconds]
Technodrome has joined #ruby
bijan_ has quit [Remote host closed the connection]
roadie has quit [Ping timeout: 272 seconds]
mr_rich101 has quit [Quit: ZNC - http://znc.in]
mr_rich101 has joined #ruby
pwnd_nsfw` has joined #ruby
pwnd__ has joined #ruby
pwnd_nsfw has quit [Ping timeout: 256 seconds]
TCZ has joined #ruby
mr_rich101 has quit [Quit: ZNC - http://znc.in]
bijan_ has joined #ruby
pwnd_nsfw` has quit [Ping timeout: 240 seconds]
gueorgui_ is now known as gueorgui
mr_rich101 has joined #ruby
bijan_ has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
pwnd__ has quit [Quit: Leaving]
pwnd_nsfw has joined #ruby
impermanence has quit [Quit: Connection closed]
bijan_ has joined #ruby
roadie has joined #ruby
ChmEarl has joined #ruby
gitter1234 has joined #ruby
exmortus has quit [Read error: Connection reset by peer]
roadie has quit [Remote host closed the connection]
exmortus has joined #ruby
roadie has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
Jonopoly has quit [Ping timeout: 264 seconds]
dionysus69 has joined #ruby
rippa has joined #ruby
alfiemax has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 265 seconds]
roadie has quit [Ping timeout: 260 seconds]
nicholaslyang has joined #ruby
nicholaslyang has quit [Client Quit]
jenrzzz has joined #ruby
roadie has joined #ruby
bijan_ has quit [Remote host closed the connection]
Emmanuel_Chanel has joined #ruby
bijan_ has joined #ruby
alfiemax has quit [Remote host closed the connection]
bijan_ has quit [Ping timeout: 265 seconds]
drincruz_ has joined #ruby
Jrz has joined #ruby
Jrz has left #ruby [#ruby]
drincruz has quit [Ping timeout: 260 seconds]
hiroaki_ has quit [Ping timeout: 256 seconds]
fercell has quit [Quit: WeeChat 2.8]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
nicholaslyang has joined #ruby
jobewan has quit [Quit: jobewan]
miskatonic has joined #ruby
BrianWGray has quit [Ping timeout: 265 seconds]
nicholaslyang has quit [Client Quit]
tweaks has quit [Quit: tweaks]
hiroaki_ has joined #ruby
jenrzzz has quit [Ping timeout: 258 seconds]
alfiemax has joined #ruby
drincruz has joined #ruby
FastJack has quit [Ping timeout: 258 seconds]
FastJack has joined #ruby
bijan_ has joined #ruby
bijan_ has quit [Read error: Connection reset by peer]
drincruz_ has quit [Ping timeout: 240 seconds]
bijan_ has joined #ruby
codefriar has quit [Quit: Textual IRC Client: www.textualapp.com]
bijan_ has quit [Ping timeout: 246 seconds]
SeepingN has joined #ruby
troulouliou_dev has joined #ruby
conta has joined #ruby
alfiemax has quit [Remote host closed the connection]
Dirak has joined #ruby
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
al2o3-cr has quit [Quit: WeeChat 2.8]
SeepingN has joined #ruby
nicholaslyang has joined #ruby
al2o3-cr has joined #ruby
nicholaslyang has quit [Client Quit]
<rapha> hi
<rapha> how do i get "gem list" to also list gems that were installed via a git repository?
<rapha> nm
<rapha> bundle exec gem ...
<rapha> okay, new question, how do i tell add_runtime_dependency (in the .gemspec) to also use a git repo as the source?
<havenwood> rapha: git: '...'
<havenwood> rapha: Ah, gemspec.
<rapha> it's confusing then things are _so_ simple
<havenwood> rapha: No.
<rapha> oh
<jhass> How? No.
<rapha> not possible? (would be convenient for working on two gems at once that are interrelated)
<rapha> hmm okay
<jhass> hook them up with bundler :)
<havenwood> rapha: Gemfile, yes, gemspec, no.
<havenwood> rapha: Pre-coffee I read "bundle exec" and eyes then blurred past the important part. >.>
* havenwood goes for coffee
<jhass> you can use your Gemfile in one gem to override whatever is in its .gemspec
<rapha> jhass: i already have "aliceswonderland" in "alice"'s Gemfile. but now when i gem install "alice", it doesn't pull in "aliceswonderland"
<jhass> yeah
<rapha> havenwood: ouch, better get coffee then :)
<jhass> gem doesn't know about bundler
<jhass> bundler knows about gem
<rapha> wait, so, how do i depend on gems who are not on rubygems.org at all?
<jhass> so if you have a third project where you want to use the git versions, you have to specify those in the Gemfile of that third project
<rapha> oka
<rapha> so either that
<rapha> or set up my own rubygems.org
<jhass> well, gem doesn't care how a dependency was installed, just that it is
<havenwood> rapha: Or vendor them and ship the code with your gem.
<jhass> but any git stuff using bundler doesn't really install the gem,
jenrzzz has joined #ruby
imode has joined #ruby
<jhass> just makes it available when you bundle exec
<havenwood> rapha: If they're worth using, maybe worth publishing to RubyGems.
<rapha> well, definitely not *yet*
schn31d3r has quit [Ping timeout: 258 seconds]
<jhass> doesn't have github have a gem registry these days? or is that still only npm?
<jhass> gitlab does for sure
<havenwood> publishing pre-usable gems is fine too
<havenwood> github bought npm, right?
<havenwood> rubygems isn't for sale, heh
<rapha> this is me trying to learn Gems, i really don't want to publish that to anywhere
<jhass> yeah, not sure that's relevant :)
<havenwood> an aside
<havenwood> <aside></aside>
<rapha> "vendor them" <- googling that
<rapha> aaah
<rapha> so use Bundler inside of gem1 to add gem2 into vendor/
<rapha> then add those files to gem1's .gemspec
<rapha> that what you meant?
<rapha> fuck it's raining now
<rapha> have to pack up, will read later ... laptop not waterproof
<jhass> nah, it's only for developing on gem1 while using the prelease of it's gem2 dependency
<jhass> if you release gem1, just relase gem2 prior
<havenwood> rapha: I just mean ship along with. Stay dry!
<jhass> if want to use both as prerelease in some third project, add both of them to the Gemfile of that third project
<havenwood> <aside>I'm actually glad that RubyGems is funded by such a variety of sources rather than just one. It's tempting to want a single, powerful benefactor. Maybe that helps drive direction. But at what cost?</aside>
<jhass> <aside>decentral package managers ftw :P</aside>
<havenwood> mmm
<rapha> okay found shelter
<rapha> with internet ^^
r29v has quit [Ping timeout: 264 seconds]
<rapha> jhass: okay, that's what i'll do for now. having to rip out stuff from that third project into those two gems anyways.
Secret-Fire has quit [Quit: Leaving]
Secret-Fire has joined #ruby
<rapha> hmm ... 4 benefactors? not that long of a list tho...
bijan_ has joined #ruby
<havenwood> rapha: Four?
<havenwood> rapha: Hundreds!
<rapha> havenwood: https://rubygems.org/pages/sponsors ... only lists 4
<rapha> okay, 11 if you scroll down and find the footer
Eiam has joined #ruby
<rapha> which are not monetary sponsors tho it seems
<havenwood> rapha: RubyGems.org is just one part of RubyGems. Ruby Central / Ruby Together together fund the rest with many, many donors.
<rapha> i see
howdoi has joined #ruby
<havenwood> rapha: I know Square supports both, but I don't see it listed anywhere. Look at Ruby Central and Ruby Together donors for a look at RubyGems funding.
<rapha> anyways, definitely better than something commercial, monolithic, like github
troulouliou_dev has quit [Quit: Leaving]
<havenwood> rapha: They're merging afaik, but historically, Ruby Together funds Bundler works and some RubyGems maintenance and Ruby Central funds all the hosting and associated work.
<havenwood> rapha: Fastly gives free CDN worldwide.
<havenwood> rapha: There are many, many donors—both corporate and individual.
bijan_ has quit [Ping timeout: 240 seconds]
<havenwood> rapha: RubyGems was founded by the early directors of Ruby Central.
<havenwood> rapha: They also run RubyConf and RailsConf.
nicholaslyang has joined #ruby
<havenwood> Ruby Central is great to support, especially if you are downloading thousands of gems a day with your team's CI and whatnot.
nicholaslyang has quit [Client Quit]
alfiemax has joined #ruby
TomyWork has quit [Remote host closed the connection]
<rapha> once i find a job that pays more than just barely-enough-to-get-by-on i will
<rapha> plus libreoffice tbh
r29v has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
bijan_ has joined #ruby
bijan_ has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 258 seconds]
rainmanjam has joined #ruby
gitter1234 has quit [Quit: Connection closed for inactivity]
bijan_ has joined #ruby
nicholaslyang has joined #ruby
bijan_ has quit [Remote host closed the connection]
vondruch has quit [Ping timeout: 258 seconds]
TCZ has quit [Quit: Leaving]
bijan_ has joined #ruby
jenrzzz has joined #ruby
bijan_ has quit [Ping timeout: 264 seconds]
meinside has quit [Quit: Connection closed for inactivity]
al2o3-cr has quit [Quit: WeeChat 2.8]
jenrzzz has quit [Ping timeout: 246 seconds]
MrCrackPot has quit [Remote host closed the connection]
bvdw has joined #ruby
MrCrackPot has joined #ruby
memcorrupt has joined #ruby
memcorrupt has quit [Changing host]
memcorrupt has joined #ruby
r29v has quit [Ping timeout: 258 seconds]
al2o3-cr has joined #ruby
bijan_ has joined #ruby
r29v has joined #ruby
bijan_ has quit [Ping timeout: 258 seconds]
sauvin has quit [Ping timeout: 264 seconds]
sphex has joined #ruby
poro has joined #ruby
tau has joined #ruby
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
reyfi9e has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
gix has joined #ruby
alfiemax has quit [Remote host closed the connection]
reyfi9e has joined #ruby
clemens3 has quit [Read error: Connection reset by peer]
orbyt_ has joined #ruby
poro has quit [Quit: Leaving]
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
blobsson has joined #ruby
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has joined #ruby
conta has quit [Remote host closed the connection]
conta has joined #ruby
conta has quit [Client Quit]
conta has joined #ruby
roadie has quit [Ping timeout: 272 seconds]
gitter1234 has joined #ruby
jenrzzz has joined #ruby
rafadc has quit [Read error: Connection reset by peer]
rafadc has joined #ruby
roadie has joined #ruby
memcorrupt has quit [Ping timeout: 264 seconds]
memcorrupt has joined #ruby
memcorrupt has joined #ruby
memcorrupt has quit [Changing host]
dfucci has quit [Ping timeout: 246 seconds]
TCZ has joined #ruby
roadie has quit [Ping timeout: 246 seconds]
conta has quit [Quit: conta]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
bijan_ has joined #ruby
bijan_ has quit [Read error: Connection reset by peer]
bijan__ has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
nicholaslyang has joined #ruby
Eiam has quit [Quit: (╯°□°)╯︵ ǝpouǝǝɹɟ]
bijan__ has quit [Ping timeout: 260 seconds]
ellcs1 has quit [Ping timeout: 244 seconds]
jenrzzz has joined #ruby
Eiam has joined #ruby
jenrzzz_ has joined #ruby
jenrzzz_ has quit [Read error: Connection reset by peer]
jenrzzz has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
dfucci has joined #ruby
bijan_ has joined #ruby
bijan_ has quit [Read error: Connection reset by peer]
bijan_ has joined #ruby
dfucci has quit [Ping timeout: 246 seconds]
bijan_ has quit [Ping timeout: 246 seconds]
sphex has quit [Remote host closed the connection]
imode has quit [Ping timeout: 256 seconds]
sphex has joined #ruby
tau has quit [Remote host closed the connection]
ur5us has joined #ruby
SeepingN has joined #ruby
TCZ has quit [Quit: Leaving]
dfucci has joined #ruby
kristian_on_linu has joined #ruby
dfucci has quit [Ping timeout: 256 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MrCrackPot has quit [Remote host closed the connection]
MrCrackPot has joined #ruby
schn31d3r has joined #ruby
s2013 has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nicholaslyang has joined #ruby
sphex has quit [Ping timeout: 264 seconds]
nicholaslyang has quit [Client Quit]
nicholaslyang has joined #ruby
bmo has joined #ruby
davispuhh has joined #ruby
davispuh has quit [Ping timeout: 246 seconds]
sphex has joined #ruby
kristian_on_linu has quit [Remote host closed the connection]
miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
poro has joined #ruby
nicholaslyang has joined #ruby
nicholaslyang has quit [Client Quit]
bmo has quit [Quit: Textual IRC Client: www.textualapp.com]
quazimodo has joined #ruby
nicholaslyang has joined #ruby
schn31d3r has quit [Ping timeout: 260 seconds]
pwl has quit [Ping timeout: 256 seconds]
drincruz has quit [Ping timeout: 260 seconds]
akem has quit [Ping timeout: 260 seconds]
sgen has joined #ruby
bijan_ has joined #ruby
bijan_ has quit [Ping timeout: 246 seconds]
dionysus69 has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 246 seconds]
bijan_ has joined #ruby
xorl has quit [Quit: xorlllllllllll]
bijan_ has quit [Ping timeout: 265 seconds]
poro has quit [Quit: Leaving]
stryek has quit [Quit: Connection closed for inactivity]
jenrzzz has joined #ruby
sgen has quit [Ping timeout: 260 seconds]
CommunistWolf has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jenrzzz has quit [Ping timeout: 264 seconds]
bijan_ has joined #ruby
CommunistWolf has joined #ruby
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bijan_ has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby
poro has joined #ruby