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
tax has joined #ruby-core
charliesome has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hsbt is now known as hsbt_away
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
xlegoman has quit [Quit: Textual IRC Client: www.textualapp.com]
Aethenelle has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Aethenelle has quit [Ping timeout: 246 seconds]
<znz_jp> biff: [ruby-changes:43080] naruse:r55155 (trunk): * regcomp.c: remove condition for debug output because prelude - http://mla.n-z.jp/?ruby-changes=43080
<znz_jp> biff: [ruby-changes:43081] naruse:r55154 (trunk): * regcomp.c (compile_length_tree): return error code immediately - http://mla.n-z.jp/?ruby-changes=43081
charliesome has joined #ruby-core
<znz_jp> biff: [ruby-changes:43082] nobu:r55156 (trunk): fake.rb: buildlibdir - http://mla.n-z.jp/?ruby-changes=43082
<znz_jp> biff: [ruby-changes:43083] nobu:r55157 (trunk): regcomp.c: fix debug conditionals - http://mla.n-z.jp/?ruby-changes=43083
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
madgen has joined #ruby-core
madgen has quit [Ping timeout: 264 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
madgen has joined #ruby-core
charliesome has joined #ruby-core
<znz_jp> biff: [ruby-changes:43084] nobu:r55158 (trunk): ruby.h: rb_scan_args_validate - http://mla.n-z.jp/?ruby-changes=43084
<znz_jp> biff: [ruby-changes:43085] nobu:r55159 (trunk): class.c: simplify - http://mla.n-z.jp/?ruby-changes=43085
rafaelfr_ has quit [Ping timeout: 260 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
madgen has quit [Ping timeout: 244 seconds]
<znz_jp> biff: [ruby-changes:43086] rhe:r55160 (trunk): openssl: remove check of OPENSSL_FIPS macro in extconf.rb - http://mla.n-z.jp/?ruby-changes=43086
<znz_jp> biff: [ruby-changes:43087] rhe:r55161 (trunk): openssl: remove unnecessary 'extern "C"' blocks from local headers - http://mla.n-z.jp/?ruby-changes=43087
<znz_jp> biff: [ruby-changes:43088] rhe:r55162 (trunk): openssl: drop OpenSSL 0.9.6/0.9.7 support - http://mla.n-z.jp/?ruby-changes=43088
madgen has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<znz_jp> biff: [ruby-changes:43089] naruse:r55163 (trunk): * regparse.c (fetch_token_in_cc): raise error if given octal escaped - http://mla.n-z.jp/?ruby-changes=43089
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
<znz_jp> biff: [ruby-changes:43090] duerst:r55164 (trunk): * enc/unicode.c: Handle DOTLESS_i by hand because it isn't involved in folding. - http://mla.n-z.jp/?ruby-changes=43090
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
Laos has joined #ruby-core
<znz_jp> biff: [ruby-changes:43091] naruse:r55165 (trunk): * re.c (unescape_nonascii): scan hex up to only 3 characters. - http://mla.n-z.jp/?ruby-changes=43091
madgen has quit [Ping timeout: 276 seconds]
Laos has quit [Ping timeout: 264 seconds]
Laos has joined #ruby-core
Laos has quit [Read error: Connection reset by peer]
<zzak> [Caerus, irc.freenode.net] see ya later #ruby
Laos has joined #ruby-core
Laos has quit [Client Quit]
<zzak> [wolfedale, irc.freenode.net] Hi :-)
<zzak> [apeiros, irc.freenode.net] hi wolfedale
<zzak> [wolfedale, irc.freenode.net] There is a simply way to send an e-mail from ruby using mail-source-file ?
<zzak> [apeiros, irc.freenode.net] the mail gem can do that
<zzak> [wolfedale, irc.freenode.net] I did few tests with mikel/mail gem but it's changing my headers.
<zzak> [wolfedale, irc.freenode.net] So I cannot really use it now.
<zzak> [apeiros, irc.freenode.net] do you have an example demonstrating said change of headers?
<zzak> [wolfedale, irc.freenode.net] apeiros: yes, just added comment to the bug list: https://github.com/mikel/mail/issues/919
<zzak> [apeiros, irc.freenode.net] ok, that sounds like an actual issue and not just a misunderstanding of how the gem or mail in general works
<zzak> [wolfedale, irc.freenode.net] And I'm trying to avoid of saving each STDIN content of my e-mail to the temp file and use sendmail for it :(
<zzak> [apeiros, irc.freenode.net] I guess you could use Net::SMTP, but I don't think that's going to be simple
<zzak> [wolfedale, irc.freenode.net] is it possible to use sendmail from ruby like: IO.popen('sendmail') { |proc| ... ?
<zzak> [apeiros, irc.freenode.net] should be, yes
<zzak> [wolfedale, irc.freenode.net] if I have my e-mail in STDIN.read, well some variable?
enebo has joined #ruby-core
<zzak> [Cork, irc.freenode.net] hmm running fork in a thin server causes the pid file for the server to be removed when the fork ends
<zzak> [Cork, irc.freenode.net] anyone have an idea how to get around that?
<zzak> [Jonne Haß, irc.freenode.net] probably and at_exit handler
<zzak> [Jonne Haß, irc.freenode.net] try quitting the fork with Kernel#exit!
<zzak> [Cork, irc.freenode.net] jhass: yup that worked
<zzak> [Cork, irc.freenode.net] jhass: is there a way to remove the at_exit hook?
<zzak> [Jonne Haß, irc.freenode.net] didn't notice any obvious one
<zzak> [Cork, irc.freenode.net] jhass: ok, this works so thx for the help
<zzak> [wolfedale, irc.freenode.net] apeiros: ok I did it :P
<zzak> [wolfedale, irc.freenode.net] apeiros: https://gist.github.com/wolfedale/8f32d6db91ce1b7362d353a440d6ff2a
<zzak> [wolfedale, irc.freenode.net] that was actually easy.
<zzak> [Echo ohce, irc.freenode.net] hello - when using associative arrays what is the following symbol called? "=>"
nagachika has joined #ruby-core
<zzak> [Echo ohce, irc.freenode.net] Eg:grades = { "Jane Doe" => 10, "Jim Doe" => 6 }
<zzak> [Shannon, irc.freenode.net] NorthernHorse: It's called a "Hash" in Ruby and those are "Hash rockets"
<zzak> [Realname, irc.freenode.net] Is that a rocket in my pocket?
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
madgen has joined #ruby-core
madgen has quit [Ping timeout: 252 seconds]
nagachika has quit [Quit: Leaving...]
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 252 seconds]
rafaelfranca has joined #ruby-core
rafaelfr_ has joined #ruby-core
rafaelfranca has quit [Read error: Connection reset by peer]
shinnya has joined #ruby-core
charliesome has joined #ruby-core
madgen has joined #ruby-core
shinnya has quit [Ping timeout: 264 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Aethenelle has joined #ruby-core
febuiles has joined #ruby-core
<znz_jp> biff: [ruby-changes:43092] eregon:r55166 (trunk): * class.c (rb_define_class): Fix documentation. - http://mla.n-z.jp/?ruby-changes=43092
<znz_jp> biff: [ruby-changes:43093] svn:r55167 (trunk): * 2016-05-26 - http://mla.n-z.jp/?ruby-changes=43093
travis-ci has joined #ruby-core
<travis-ci> The build has errored. by @svn: See https://travis-ci.org/ruby/ruby/builds/132943238
travis-ci has left #ruby-core [#ruby-core]
madgen has quit [Ping timeout: 246 seconds]
charliesome has joined #ruby-core
shinnya has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
Aethenelle has joined #ruby-core
enebo has quit [Quit: enebo]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Aethenelle has quit [Quit: Aethenelle]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
charliesome has joined #ruby-core
hsbt is now known as hsbt_away
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]