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
znz_jp0 has quit [Remote host closed the connection]
znz_jp has joined #ruby-core
rafaelfranca has quit [Ping timeout: 244 seconds]
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Read error: Connection reset by peer]
xlegoman has joined #ruby-core
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Changing host]
rafaelfranca has joined #ruby-core
unreal has quit [Read error: Connection reset by peer]
unreal has joined #ruby-core
shinnya has quit [Ping timeout: 260 seconds]
<znz_jp> biff: [ruby-changes:43064] shyouhei:r55138 (trunk): * common.mk : sort lines, and add missing dependencies suggested - http://mla.n-z.jp/?ruby-changes=43064
<znz_jp> biff: [ruby-changes:43065] svn:r55139 (trunk): * 2016-05-24 - http://mla.n-z.jp/?ruby-changes=43065
xlegoman has quit [Quit: Textual IRC Client: www.textualapp.com]
knu has quit [Read error: Connection reset by peer]
knu has joined #ruby-core
knu has quit [Read error: Connection reset by peer]
knu has joined #ruby-core
knu has quit [Read error: Connection reset by peer]
wycats has quit [Ping timeout: 260 seconds]
wycats has joined #ruby-core
zzak___ has quit [Ping timeout: 260 seconds]
zzak___ has joined #ruby-core
knu has joined #ruby-core
deepak has quit [Ping timeout: 260 seconds]
deepak has joined #ruby-core
knu has quit [Quit: Reboot...]
knu has joined #ruby-core
<znz_jp> biff: [ruby-changes:43066] nobu:r55140 (trunk): fix __error__ and __warning__ attribute checks - http://mla.n-z.jp/?ruby-changes=43066
<znz_jp> biff: [ruby-changes:43067] nobu:r55141 (trunk): fix missing argument - http://mla.n-z.jp/?ruby-changes=43067
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:43068] naruse:r55142 (trunk): * configure.in (ruby_cflags): separate from optflags [Bug #12409] - http://mla.n-z.jp/?ruby-changes=43068
<znz_jp> biff: [ruby-changes:43069] nobu:r55143 (trunk): defines.h: fallback ERRORFUNC and WARNINGFUNC - http://mla.n-z.jp/?ruby-changes=43069
madgen has quit [Ping timeout: 260 seconds]
knu has quit [Ping timeout: 244 seconds]
knu has joined #ruby-core
knu has quit [Quit: Reboot...]
knu has joined #ruby-core
<znz_jp> biff: [ruby-changes:43070] nobu:r55144 (trunk): ruby.h: rb_scan_args_verify - http://mla.n-z.jp/?ruby-changes=43070
nokada_ has quit [Quit: Leaving...]
hsbt_away is now known as hsbt
nokada has joined #ruby-core
madgen has joined #ruby-core
tax has quit [Read error: Connection reset by peer]
madgen has quit [Ping timeout: 252 seconds]
madgen has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
<zzak> [apeiros, irc.freenode.net] functions don't have namespaces :-p
<zzak> [apeiros, irc.freenode.net] of a method - depends, do you have a Method or an UnboundMethod instance?
<zzak> [apeiros, irc.freenode.net] oh, actually both support .owner
<zzak> [Michelle -miss houdini- Winters, irc.freenode.net] I think it is bound, but I would need some help in figuring that out :)
<zzak> [Michelle -miss houdini- Winters, irc.freenode.net] let me try owner
<zzak> [apeiros, irc.freenode.net] so: see Method/UnboundMethod#owner
hsbt is now known as hsbt_away
<zzak> [Jonne Haß, irc.freenode.net] and see Object#method
<zzak> [apeiros, irc.freenode.net] and Module#instance_method
<zzak> [apeiros, irc.freenode.net] though I assumed you already had gone that far.
<zzak> [Jonne Haß, irc.freenode.net] click on the paste :P
<zzak> [apeiros, irc.freenode.net] ze paste?
<zzak> [Jonne Haß, irc.freenode.net] yeh!
<zzak> [apeiros, irc.freenode.net] wher's ze paste?
<zzak> [apeiros, irc.freenode.net] oh, this is a follow-up question?
<zzak> [dark, irc.freenode.net] why do the headers from `ri -T String` contain backspaces? is it so you can't grep them?
<zzak> [KVIrc 4.2.0 Equilibrium http://kvirc.net/, irc.freenode.net] Darkwater: the commit messages for this is: "Prevent Darkwater from grepping strings on 24.May.2016".... the commit is one year old though Oo
<zzak> [dark, irc.freenode.net] lmao
<zzak> [dns.vodovod-st.hr/212.15.169.29, irc.freenode.net] hi all
<zzak> [dns.vodovod-st.hr/212.15.169.29, irc.freenode.net] using whenever gem to create crons, it works fine if i have only one app per server. If i host multiple apps on one server i rewrites crons so only last app deployed has crons in crontab
<zzak> [Jonne Haß, irc.freenode.net] systemd timers time!
<zzak> [Jonne Haß, irc.freenode.net] scnr
<zzak> [Jonne Haß, irc.freenode.net] netcho: run your apps as different users? probably a good idea either way
<zzak> [dns.vodovod-st.hr/212.15.169.29, irc.freenode.net] not an option
<zzak> [dns.vodovod-st.hr/212.15.169.29, irc.freenode.net] all apps are ran as the same user
<zzak> [dark, irc.freenode.net] append to cron
<zzak> [dark, irc.freenode.net] or rather replace the correct one
<zzak> [dark, irc.freenode.net] as in, the corerct line(s)
<zzak> [Jonne Haß, irc.freenode.net] "are" != "must"
<zzak> [lxsameer, irc.freenode.net] is there any alternative for redcarpet gem for jruby ?
<zzak> [dns.vodovod-st.hr/212.15.169.29, irc.freenode.net] jhass: it is not my call :D
<znz_jp> biff: [ruby-changes:43071] rhe:r55145 (trunk): openssl: avoid deprecated M_ASN1_* macros - http://mla.n-z.jp/?ruby-changes=43071
<znz_jp> biff: [ruby-changes:43072] rhe:r55146 (trunk): openssl: make Cipher#key= and #iv= reject too long values - http://mla.n-z.jp/?ruby-changes=43072
hsbt_away is now known as hsbt
enebo has joined #ruby-core
nagachika has joined #ruby-core
madgen has quit [Ping timeout: 252 seconds]
<znz_jp> biff: [ruby-changes:43073] kazu:r55147 (trunk): Remove a space [ci skip] - http://mla.n-z.jp/?ruby-changes=43073
madgen has joined #ruby-core
rafaelfranca has quit [*.net *.split]
wycats has quit [*.net *.split]
knu has quit [Read error: Connection reset by peer]
hsbt is now known as hsbt_away
knu has joined #ruby-core
<znz_jp> biff: [ruby-changes:43074] nobu:r55148 (trunk): configure.in: merge ruby_cflags to XCFLAGS - http://mla.n-z.jp/?ruby-changes=43074
<znz_jp> biff: [ruby-changes:43075] svn:r55149 (trunk): * 2016-05-25 - http://mla.n-z.jp/?ruby-changes=43075
<znz_jp> biff: [ruby-changes:43076] nobu:r55150 (trunk): ruby.h: optimize rb_scan_args_set - http://mla.n-z.jp/?ruby-changes=43076
knu has quit [Read error: Connection reset by peer]
madgen has quit [Ping timeout: 252 seconds]
wycats has joined #ruby-core
knu_ has joined #ruby-core
rafaelfranca has joined #ruby-core
hsbt_away is now known as hsbt
knu_ has quit [*.net *.split]
rafaelfranca has quit [*.net *.split]
knu_ has joined #ruby-core
rafaelfranca has joined #ruby-core
hsbt is now known as hsbt_away
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:43077] rhe:r55151 (trunk): openssl: rename EC#generate_key to EC#generate_key! - http://mla.n-z.jp/?ruby-changes=43077
<znz_jp> biff: [ruby-changes:43078] rhe:r55152 (trunk): openssl: add EC.generate - http://mla.n-z.jp/?ruby-changes=43078
Aethenelle has joined #ruby-core
shinnya has joined #ruby-core
nagachika has quit [Remote host closed the connection]
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
rafaelfr_ has joined #ruby-core
rafaelfranca has quit [Ping timeout: 258 seconds]
hsbt is now known as hsbt_away
shinnya has quit [Ping timeout: 260 seconds]
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
madgen has quit [Ping timeout: 260 seconds]
enebo has quit [Quit: enebo]
unreal has quit [Read error: Connection reset by peer]
unreal has joined #ruby-core
hsbt is now known as hsbt_away
Aethenelle has quit [Quit: Aethenelle]
hsbt_away is now known as hsbt
charliesome has joined #ruby-core
<znz_jp> biff: [ruby-changes:43079] duerst:r55153 (trunk): * enc/unicode.c: Fix flag error for switch from titlecase to lowercase. - http://mla.n-z.jp/?ruby-changes=43079
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…]
xlegoman has joined #ruby-core