closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
madgen has quit [Ping timeout: 260 seconds]
Aethenelle has joined #ruby-core
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shinnya has joined #ruby-core
zzak has quit [Remote host closed the connection]
zzak has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
toretore has joined #ruby-core
shinnya has quit [Ping timeout: 244 seconds]
charliesome has joined #ruby-core
shinnya has joined #ruby-core
tax has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
madgen has joined #ruby-core
charliesome has joined #ruby-core
<zzak> [shevy, irc.freenode.net] long live ruby!
<zzak> [c-73-162-234-90.hsd1.ca.comcast.net/73.162.234.90, irc.freenode.net] uhh
<zzak> [c-73-162-234-90.hsd1.ca.comcast.net/73.162.234.90, irc.freenode.net] Weird...
<zzak> [c-73-162-234-90.hsd1.ca.comcast.net/73.162.234.90, irc.freenode.net] Why is it that when I escape a backslash in a string, then print it, it shows \\ instead of the \ I wanted?
tax has quit [Ping timeout: 260 seconds]
<zzak> [c-73-162-234-90.hsd1.ca.comcast.net/73.162.234.90, irc.freenode.net] oh
<zzak> [c-73-162-234-90.hsd1.ca.comcast.net/73.162.234.90, irc.freenode.net] nevermind
<zzak> [c-73-162-234-90.hsd1.ca.comcast.net/73.162.234.90, irc.freenode.net] needed a forward slash anyways
charliesome has quit [Ping timeout: 244 seconds]
shinnya has quit [Ping timeout: 260 seconds]
zzak has quit [*.net *.split]
headius has quit [*.net *.split]
eregon_ has joined #ruby-core
zzak has joined #ruby-core
headius has joined #ruby-core
nokada_ has joined #ruby-core
michal_papis has joined #ruby-core
knu has quit [*.net *.split]
nokada has quit [*.net *.split]
mpapis has quit [*.net *.split]
unreal has quit [*.net *.split]
eregon has quit [*.net *.split]
mame3 has quit [*.net *.split]
michal_papis is now known as mpapis
<zzak> [The Thought That One Day The Mouse Will get The Ch, irc.freenode.net] woah
knu has joined #ruby-core
unreal has joined #ruby-core
nokada_ has quit [Ping timeout: 260 seconds]
<zzak> [Realname, irc.freenode.net] There is this http://www.rubydoc.info/gems/http/HTTP/Chainable but cannot get it running
<zzak> [shevy, irc.freenode.net] yeah that is a gem
dbussink has quit [Ping timeout: 264 seconds]
<zzak> [Realname, irc.freenode.net] I do not care about particular gem.
<zzak> [Realname, irc.freenode.net] Just want to read a streaming http get response by line.
<zzak> [Realname, irc.freenode.net] shevy Got any idea how? The only way I got idea is read_body with block and somehow detect new line.
<zzak> [Realname, irc.freenode.net] Me got two ideas. a) raw TCP and gets, b) make api put records by line to the pipe
dbussink has joined #ruby-core
nokada has joined #ruby-core
eregon_ has quit [Remote host closed the connection]
mame3 has joined #ruby-core
<zzak> [The Thought That One Day The Mouse Will get The Ch, irc.freenode.net] now that i had to re install my OS i dont have ruby 2.3 anymore D:
<zzak> [The Thought That One Day The Mouse Will get The Ch, irc.freenode.net] how do i install it cause i dont have it writen down
<zzak> [The Thought That One Day The Mouse Will get The Ch, irc.freenode.net] pls help
madgen has quit [Ping timeout: 276 seconds]
eregon has joined #ruby-core
eregon has quit [Remote host closed the connection]
eregon has joined #ruby-core
<zzak> [shevy, irc.freenode.net] TheCubeLord wget ftp://ftp.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.xz; compile it into a prefix like your home directory if you want to; alternatively use one of the handholding solutions that do these things for you like rvm or chruby and follow the instructions
<zzak> [The Thought That One Day The Mouse Will get The Ch, irc.freenode.net] k
<zzak> [The Thought That One Day The Mouse Will get The Ch, irc.freenode.net] umm how do i install rvm
<zzak> [The Thought That One Day The Mouse Will get The Ch, irc.freenode.net] noob here
<zzak> [shevy, irc.freenode.net] did you try the instruction yet?
<zzak> [shevy, irc.freenode.net] lol I just tried and it failed
<zzak> [shevy, irc.freenode.net] gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
<zzak> [shevy, irc.freenode.net] \curl -sSL https://get.rvm.io | bash -s stable
<zzak> [shevy, irc.freenode.net] curl: (23) Failed writing body (0 != 15611)
<zzak> [shevy, irc.freenode.net] ok this one works https://rvm.io/rvm/security
<zzak> [shevy, irc.freenode.net] sorta... ./scripts/functions/utility: line 381: groupadd: command not found
<zzak> [shevy, irc.freenode.net] pretty messy
<zzak> [The Thought That One Day The Mouse Will get The Ch, irc.freenode.net] welp found it
<zzak> [The Thought That One Day The Mouse Will get The Ch, irc.freenode.net] thanks anyways
unya has joined #ruby-core
unya has quit [Ping timeout: 250 seconds]
madgen has joined #ruby-core
<zzak> [Adium User, irc.freenode.net] hey everyone. i've forked a gem, modified it slightly, and want to include it in my project, but I’m getting: LoadError: cannot load such file
<zzak> [Adium User, irc.freenode.net] I have followed the instructions here: http://collectiveidea.com/blog/archives/2011/04/11/bundler-makes-contributing-to-rubygems-easier/
<zzak> [Adium User, irc.freenode.net] This is what I have added to my Gemfile: gem 'mondo', :git => "https://github.com/ricburton/mondo-ruby.git"
<zzak> [Adium User, irc.freenode.net] When I run bundle install, everything seems to go well
<zzak> [Adium User, irc.freenode.net] but when I require 'mondo' the gem doesn't load
<zzak> [Adium User, irc.freenode.net] LoadError: cannot load such file -- mondo
toretore has quit [Ping timeout: 244 seconds]
Hobart has quit [Ping timeout: 244 seconds]
Hobart has joined #ruby-core
toretore has joined #ruby-core
<znz_jp> biff: [ruby-changes:42545] ktsj:r54619 (trunk): * array.c (rb_ary_sum): [DOC] fix typos. - http://mla.n-z.jp/?ruby-changes=42545
madgen has quit [Ping timeout: 260 seconds]
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:42546] nobu:r54620 (trunk): error.c: remove unused function - http://mla.n-z.jp/?ruby-changes=42546
madgen has quit [Ping timeout: 260 seconds]
madgen has joined #ruby-core
rafaelfranca has quit [Read error: Connection reset by peer]
rafaelfr_ has joined #ruby-core
madgen has quit [Ping timeout: 276 seconds]
madgen has joined #ruby-core
madgen has quit [Ping timeout: 260 seconds]
knu has quit [Ping timeout: 260 seconds]
knu has joined #ruby-core
madgen has joined #ruby-core
knu has quit [Ping timeout: 250 seconds]
knu has joined #ruby-core
madgen has quit [Ping timeout: 260 seconds]
nagachika has joined #ruby-core
shinnya has joined #ruby-core
rafaelfranca has joined #ruby-core
rafaelfr_ has quit [*.net *.split]
mame3 has quit [*.net *.split]
nagachika has quit [Remote host closed the connection]
travis-ci has joined #ruby-core
<travis-ci> The build is still failing. by @Kazuki Yamaguchi: See https://travis-ci.org/rhenium/ruby/builds/123732280
travis-ci has left #ruby-core [#ruby-core]
toretore has quit [Ping timeout: 250 seconds]
shinnya has quit [Ping timeout: 276 seconds]
matthewd has quit [Ping timeout: 276 seconds]
matthewd has joined #ruby-core
enebo has joined #ruby-core
madgen has joined #ruby-core
enebo_ has joined #ruby-core
enebo has quit [Ping timeout: 250 seconds]
enebo_ is now known as enebo
madgen_ has joined #ruby-core
madgen has quit [Ping timeout: 250 seconds]
enebo_ has joined #ruby-core
enebo has quit [Ping timeout: 244 seconds]
enebo_ is now known as enebo
madgen_ has quit [Ping timeout: 260 seconds]
madgen has joined #ruby-core
madgen_ has joined #ruby-core
nokada_ has joined #ruby-core
eregon_ has joined #ruby-core
enebo_ has joined #ruby-core
enebo__ has joined #ruby-core
madgen has quit [*.net *.split]
enebo has quit [*.net *.split]
eregon has quit [*.net *.split]
nokada has quit [*.net *.split]
dbussink has quit [*.net *.split]
enebo__ is now known as enebo
enebo_ has quit [Ping timeout: 276 seconds]
madgen_ has quit [Ping timeout: 244 seconds]
rafaelfranca has quit []
dbussink has joined #ruby-core
knu has quit [Ping timeout: 276 seconds]
knu has joined #ruby-core
enebo has quit [Quit: enebo]
enebo has joined #ruby-core
enebo has quit [Quit: enebo]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away