<bousquet>
it's xml-ish at least but not actually xml. it's block of metadata that is used in pdf documents. maybe I'll just generate with nokogiri then gsub out the first tag name, etc
<wallerdev>
ah
<wallerdev>
well good luck :)
Cakey has joined #ruby-lang
chouhoulis has quit [Ping timeout: 260 seconds]
chouhoulis has joined #ruby-lang
tkuchiki has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
saarinen has quit [Quit: saarinen]
saarinen has joined #ruby-lang
RobertBirnie has joined #ruby-lang
jdecuirm has quit [Ping timeout: 264 seconds]
jdecuirm has joined #ruby-lang
saarinen has quit [Client Quit]
djbkd has joined #ruby-lang
saarinen has joined #ruby-lang
chouhoulis has quit [Read error: Connection reset by peer]
amerine has joined #ruby-lang
hellangel7 has joined #ruby-lang
chouhoulis has joined #ruby-lang
hellangel7 has quit [Remote host closed the connection]
torrieri has joined #ruby-lang
amerine has quit [Ping timeout: 245 seconds]
nofxx__ has quit [Ping timeout: 246 seconds]
nisstyre has quit [Quit: WeeChat 0.4.3]
jbardin has quit [Quit: jbardin]
nisstyre has joined #ruby-lang
rcvalle has quit [Quit: rcvalle]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
amclain has joined #ruby-lang
yatish27 has joined #ruby-lang
bousquet has quit [Remote host closed the connection]
djbkd has quit [Quit: My people need me...]
findchris has quit [Quit: Leaving.]
yatish27_ has joined #ruby-lang
anvilmutant has joined #ruby-lang
arBmind1 has joined #ruby-lang
necro has joined #ruby-lang
anvilmutant has quit [Excess Flood]
yatish27 has quit [Ping timeout: 245 seconds]
arBmind has quit [Ping timeout: 260 seconds]
dm78 has quit []
yatish27 has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
yatish27_ has quit [Ping timeout: 246 seconds]
Lewix has quit [Read error: Connection reset by peer]
Lewix has joined #ruby-lang
yatish27_ has joined #ruby-lang
yfeldblum has quit [Ping timeout: 272 seconds]
bousquet has joined #ruby-lang
bousquet has quit [Remote host closed the connection]
yatish27 has quit [Ping timeout: 268 seconds]
chouhoul_ has joined #ruby-lang
chouhoulis has quit [Read error: Connection reset by peer]
wallerdev has quit [Quit: wallerdev]
yatish27 has joined #ruby-lang
shinnya has quit [Ping timeout: 240 seconds]
nofxx__ has joined #ruby-lang
yatish27_ has quit [Ping timeout: 240 seconds]
arooni-mobile has joined #ruby-lang
Lewix has quit [Read error: Connection reset by peer]
Lewix has joined #ruby-lang
omosoj has quit [Read error: Connection reset by peer]
amystephen has quit [Quit: amystephen]
chouhoulis has joined #ruby-lang
emmesswhy has joined #ruby-lang
chouhoul_ has quit [Ping timeout: 252 seconds]
chouhoul_ has joined #ruby-lang
jgpawletko has quit [Quit: jgpawletko]
amerine has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
nathanstitt has quit [Quit: I growing sleepy]
chouhoulis has quit [Ping timeout: 264 seconds]
ItSANgo has quit [Quit: Leaving...]
amerine has quit [Ping timeout: 252 seconds]
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
chouhoulis has joined #ruby-lang
yatish27_ has joined #ruby-lang
chouhoul_ has quit [Ping timeout: 246 seconds]
arooni-mobile has quit [Ping timeout: 260 seconds]
toastynerd has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
toastynerd has joined #ruby-lang
yfeldblu_ has quit [Ping timeout: 272 seconds]
toastynerd has quit [Remote host closed the connection]
ItSANgo has joined #ruby-lang
Lewix has joined #ruby-lang
toastynerd has joined #ruby-lang
<necro>
is it acceptable to apply a default value to a method with variable length arguments?
chouhoul_ has quit [Ping timeout: 240 seconds]
<necro>
def method(*args = 0) ?
yatish27_ has joined #ruby-lang
yatish2__ has joined #ruby-lang
gix has quit [Ping timeout: 265 seconds]
yatish27 has quit [Ping timeout: 264 seconds]
gix has joined #ruby-lang
yatish27_ has quit [Ping timeout: 252 seconds]
chouhoulis has joined #ruby-lang
karamazov has quit [Remote host closed the connection]
Meta5 has joined #ruby-lang
<whitequark>
no
Meta5 has quit [Client Quit]
<necro>
is there an alternative way to do this ?
<necro>
since...this way doesn't work at all
allomov has joined #ruby-lang
<charliesome>
necro: def method(*args); args = [1, 2, 3] if args.empty?; ....; end
<necro>
thank you
dabradley has quit [Ping timeout: 246 seconds]
Mon_Ouie has quit [Ping timeout: 268 seconds]
allomov has quit [Ping timeout: 252 seconds]
saarinen has quit [Quit: saarinen]
Cakey has quit [Ping timeout: 260 seconds]
bsvineeth has quit [Remote host closed the connection]
chouhoulis has quit [Ping timeout: 268 seconds]
chouhoulis has joined #ruby-lang
arooni-mobile has quit [Ping timeout: 245 seconds]
kgrz has joined #ruby-lang
dabradley has joined #ruby-lang
havenwood has joined #ruby-lang
Miphix has joined #ruby-lang
charliesome has quit [Quit: zzz]
hahuang65 has joined #ruby-lang
<harly>
necro: and if you use hashed arguments, you can do something like def method(foo: 'default', bar: 5); and if you call method(foo: "this") inside the method foo == "this" and bar == 5 will be true.
mistym has quit [Remote host closed the connection]
yatish2__ is now known as yatish27
AKASkip has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
kgrz has joined #ruby-lang
yatish27 has quit [Ping timeout: 245 seconds]
ruby-lang396 has joined #ruby-lang
<ruby-lang396>
Has anyone used mixlib gem?
_Kerber0s_ has joined #ruby-lang
drbrain has joined #ruby-lang
Kerber0s has quit [Read error: Connection reset by peer]
spuk has quit [Read error: Connection reset by peer]
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #ruby-lang
charliesome has joined #ruby-lang
spuk has joined #ruby-lang
<ruby-lang396>
Anyone familiar with mixlib?
AKASkip has quit [Ping timeout: 268 seconds]
koderok has joined #ruby-lang
koderok has quit [Client Quit]
chouhoulis has quit [Ping timeout: 252 seconds]
mistym has joined #ruby-lang
bsvineeth has joined #ruby-lang
bsvineeth has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
|jemc| has quit [Quit: WeeChat 0.4.3]
amclain has quit [Quit: Leaving]
spuk has quit [Ping timeout: 255 seconds]
spuk has joined #ruby-lang
ta_ has quit [Remote host closed the connection]
kyb3r_ has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
skade has joined #ruby-lang
haraoka has joined #ruby-lang
solars has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
yfeldblum has quit [Ping timeout: 272 seconds]
spuk has quit [Read error: Connection reset by peer]
yfeldblu_ has quit [Ping timeout: 268 seconds]
ruby-lang396 has quit [Quit: Page closed]
spuk has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
Mon_Ouie has quit [Changing host]
Mon_Ouie has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
[spoiler] has joined #ruby-lang
_ht has joined #ruby-lang
arooni-mobile has joined #ruby-lang
kgrz has joined #ruby-lang
havenwood has joined #ruby-lang
koderok has joined #ruby-lang
spastorino has quit [Quit: Connection closed for inactivity]
kwd has joined #ruby-lang
chouhoulis has joined #ruby-lang
symm- has joined #ruby-lang
arooni-mobile has quit [Ping timeout: 264 seconds]
skade_ has joined #ruby-lang
symm- has quit [Quit: Leaving...]
havenwood has quit [Remote host closed the connection]
robbyoconnor has joined #ruby-lang
skade has quit [Ping timeout: 240 seconds]
_ht has quit [Read error: Connection reset by peer]
_ht has joined #ruby-lang
saarinen has joined #ruby-lang
twe4ked has quit [Ping timeout: 260 seconds]
twe4ked has joined #ruby-lang
ramblinpeck_ has quit [Ping timeout: 260 seconds]
beawesomeinstead has quit [Ping timeout: 260 seconds]
Shoffner__ has quit [Ping timeout: 260 seconds]
womble has quit [Ping timeout: 260 seconds]
womble has joined #ruby-lang
Shoffner__ has joined #ruby-lang
mistym has quit [Remote host closed the connection]
ramblinpeck_ has joined #ruby-lang
beawesomeinstead has joined #ruby-lang
relix has joined #ruby-lang
_lexjm has joined #ruby-lang
allomov has joined #ruby-lang
relix_ has joined #ruby-lang
relix has quit [Ping timeout: 240 seconds]
sMecKs has quit [Read error: Connection reset by peer]
chouhoul_ has joined #ruby-lang
chouhoulis has quit [Read error: Connection reset by peer]
Sphynx has joined #ruby-lang
ryanuber has joined #ruby-lang
newsarpk92 has quit [Ping timeout: 246 seconds]
ZAJDAN has left #ruby-lang [#ruby-lang]
AKASkip has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
tomshacham has joined #ruby-lang
tomshacham has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
ianmcshane has quit [Remote host closed the connection]
ianmcshane has joined #ruby-lang
havenwood has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
saarinen has quit [Quit: saarinen]
ianmcshane has quit [Ping timeout: 245 seconds]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
benlovell has joined #ruby-lang
ta has joined #ruby-lang
ianmcshane has joined #ruby-lang
ta has quit [Client Quit]
havenwood has quit [Remote host closed the connection]
jhass|off is now known as jhass
charliesome has quit [Quit: zzz]
charliesome has joined #ruby-lang
mikecmpbll has joined #ruby-lang
ianmcshane has quit [Ping timeout: 276 seconds]
qba73 has joined #ruby-lang
ta has joined #ruby-lang
adphillips has joined #ruby-lang
Averna has quit [Quit: Leaving.]
yell0wgh0st has joined #ruby-lang
adphillips has quit [Client Quit]
elia has joined #ruby-lang
koderok has quit [Quit: koderok]
<yorickpeterse>
morning
emmesswhy has quit [Quit: This computer has gone to sleep]
allomov has quit [Remote host closed the connection]
skade_ has quit [Quit: Computer has gone to sleep.]
_Kerber0s_ has quit [Remote host closed the connection]
maximeshr has joined #ruby-lang
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #ruby-lang
solars has quit [Quit: WeeChat 0.4.1]
solars has joined #ruby-lang
maximeshr has quit [Quit: Leaving...]
michd is now known as MichD
maximeshr has joined #ruby-lang
ur5us has joined #ruby-lang
Forgetful_Lion has quit [Remote host closed the connection]
yell0wgh0st has quit [Quit: yell0wgh0st]
dangerousdave has joined #ruby-lang
ironhide_604 has joined #ruby-lang
newsarpk92 has joined #ruby-lang
<newsarpk92>
hello
kwd has quit [Read error: Connection reset by peer]
<newsarpk92>
I have a string that is formatted in an array of floating numbers like "(-27.461688, 153.02388199999996)"
<newsarpk92>
how can I parse this?
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #ruby-lang
kwd has joined #ruby-lang
<newsarpk92>
eval is giving an error
* yorickpeterse
likes slapping people and randomly picks newsarpk92 to slap
<yorickpeterse>
don't ever use eval for that
<yorickpeterse>
ever
<yorickpeterse>
You'll need to write an actual parser of some sort, in this case it would be simple enough that you can do it using regular expressions
<newsarpk92>
I did this updated_lat_long.split(",").map(&:to_i)
<newsarpk92>
does not work
<jhass>
newsarpk92: Please do not crosspost without at least telling so. Experience shows that people don't bother to inform the other channels of provided solutions, therefore it is considered rude.
<newsarpk92>
gives 0 and 153
robbyoconnor has joined #ruby-lang
<yorickpeterse>
newsarpk92: if your input includes anything other than what your parser handles you'll need to change that
<newsarpk92>
yourickpeterse that does not work
<yorickpeterse>
e.g. if the input contains "(" and ")" you'll need to handle that
<newsarpk92>
I am getting 0.0 and 153.something
<yorickpeterse>
read above
Kerber0s has joined #ruby-lang
Kerber0s has quit [Remote host closed the connection]
<newsarpk92>
"(-27.461688, 153.02388199999996)" that's the exact input
<newsarpk92>
When I type the variable name
Kerber0s has joined #ruby-lang
<newsarpk92>
that's what I get back
<newsarpk92>
in the evaluiation expressor
<newsarpk92>
*expression
<yorickpeterse>
newsarpk92: I already suggested what you should do
<newsarpk92>
Yeah I did what you said
<newsarpk92>
it does not work
jinie has joined #ruby-lang
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jhass>
yorickpeterse: bored or why are you spoonfeeding? :P
<yorickpeterse>
jhass: stubborn
<yorickpeterse>
but yeah, I might've gone a bit too far there
<yorickpeterse>
drbrain: ping
<yorickpeterse>
hm wait, probably asleep since it's the US
<yorickpeterse>
dang it
newsarpk92 has quit [Ping timeout: 246 seconds]
<yorickpeterse>
щ(゚д゚щ)
allomov has joined #ruby-lang
arBmind1 has quit [Quit: Leaving.]
arBmind has joined #ruby-lang
marr has joined #ruby-lang
charliesome has joined #ruby-lang
<apeiros>
ruby-lang, such emoticon source
diegoviola has quit [Remote host closed the connection]
antonishen has quit [Ping timeout: 240 seconds]
bcardarella_ has quit [Ping timeout: 245 seconds]
arBmind has quit [Client Quit]
antonishen_ has joined #ruby-lang
bcardarella__ has joined #ruby-lang
<yorickpeterse>
I have more
<apeiros>
go ahead!
<apeiros>
I love the punch emoticon :)
<yorickpeterse>
(͡° ͜ʖ ͡°)
<apeiros>
I think I learned that from you too
<yorickpeterse>
( `Д´)=◯)`ν°)
<apeiros>
ah no, that was reinh
<yorickpeterse>
I have a weechat plugin for this
<yorickpeterse>
go figure
<apeiros>
yeah, that one
relix_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
diegoviola has joined #ruby-lang
relix has joined #ruby-lang
robmiller has joined #ruby-lang
diegoviola has quit [Client Quit]
workmad3 has joined #ruby-lang
<yorickpeterse>
Hm, does Ruby make any guarantee that finalizers are actually executed when an objectis GC'd?
postmodern has quit [Quit: Leaving]
<yorickpeterse>
seems it doesn't do that until program termination
havenwood has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
kek has joined #ruby-lang
tbuehlmann has joined #ruby-lang
Benny1993 has quit [Quit: leaving]
Benny1992 has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
dangerousdave has joined #ruby-lang
<[spoiler]>
I use emojicons.com usually
<[spoiler]>
I think yorickpeterse linked me to it?
<whitequark>
yorickpeterse: when they are GC'd, yes
<whitequark>
however there is no guarantee that GC will ever run
Newbie0086 has quit [Quit: 离开]
zarubin has joined #ruby-lang
<yorickpeterse>
whitequark: right, but so if the GC runs then the finalizers _are_ executed?
<llakey>
what's the correct syntax for this? SANDBOX_IP is an IP address. i'm trying to expand the environment variable SANDBOX_IP like so: role :web, %w{ubuntu@ENV['SANDBOX_IP']}
stamina has joined #ruby-lang
<whitequark>
yorickpeterse: yes
<yorickpeterse>
whitequark: ok, great
<[spoiler]>
llakey, "ubuntu@#{ENV['SANDBOX_IP']}"
<llakey>
thanks! looking
<[spoiler]>
also %w will create an array of strings, llakey
<[spoiler]>
maybe you meant %Q
Lewix has quit [Remote host closed the connection]
amystephen has joined #ruby-lang
Lewix has joined #ruby-lang
newsarpk92 has joined #ruby-lang
<newsarpk92>
Hi
<newsarpk92>
How do I prevent nil values being written to a param?
<llakey>
[spoiler]: yep, i meant %Q thanks
<newsarpk92>
such as params[:some_val] = some_nil_val
Sgeo has quit [Read error: Connection reset by peer]
banister has joined #ruby-lang
sarkyniin has quit [Quit: Quitte]
charliesome has quit [Quit: zzz]
kek has quit [Ping timeout: 246 seconds]
havenwood has quit []
charliesome has joined #ruby-lang
torrieri has joined #ruby-lang
rolfb has joined #ruby-lang
torrieri has quit [Ping timeout: 264 seconds]
chills42 has joined #ruby-lang
Kerber0s has joined #ruby-lang
chills42 has quit [Remote host closed the connection]
nofxx__ has quit [Ping timeout: 252 seconds]
chills42 has joined #ruby-lang
chills42 has quit [Client Quit]
chills42 has joined #ruby-lang
koderok has joined #ruby-lang
sysrq147 has joined #ruby-lang
<sysrq147>
a= "Hello"
<sysrq147>
puts "#{a} everybody"
<yorickpeterse>
only 3 people in the office today
<yorickpeterse>
nice and quiet
<wnd>
perfect moment to get something done
<yorickpeterse>
sadly I'm watching Robert Downey Jr videos
<sysrq147>
alone in office :(
<yorickpeterse>
sysrq147: play loud music
<sysrq147>
Directors office next to me :/
DEac-_ has quit [Quit: leaving]
DEac- has joined #ruby-lang
dangerousdave has joined #ruby-lang
koderok has quit [Quit: koderok]
davispuh has joined #ruby-lang
sysrq147 has quit [Ping timeout: 246 seconds]
bhaak_ is now known as bhaak
ItSANgo has quit [Quit: Leaving...]
karamazov has joined #ruby-lang
<yorickpeterse>
play louder music
yfeldblum has joined #ruby-lang
Jamo_ is now known as Jamo
yfeldblu_ has joined #ruby-lang
Cakey has quit [Ping timeout: 252 seconds]
yfeldblum has quit [Ping timeout: 245 seconds]
yfeldblu_ has quit [Ping timeout: 272 seconds]
yfeldblum has joined #ruby-lang
haraoka has quit [Ping timeout: 252 seconds]
ItSANgo has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
elia has joined #ruby-lang
yfeldblum has quit [Ping timeout: 246 seconds]
kek has joined #ruby-lang
kek has quit [Remote host closed the connection]
kek has joined #ruby-lang
bsvineeth has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #ruby-lang
bsvineeth has quit [Remote host closed the connection]
wizonesolutions has joined #ruby-lang
<wizonesolutions>
Is `bundle install` inside of a rake task supposed to work, or do I have to do something magic in order to get the correct environment context?
<wizonesolutions>
trying to create a rake task that changes dir to another directory (which is a Git submodule and has its own Gemfile, etc.) and run build actions on it
workmad3 has quit [Ping timeout: 276 seconds]
bsvineeth has joined #ruby-lang
miqui has joined #ruby-lang
bsvineeth has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
banister has quit [Ping timeout: 268 seconds]
JoshuaPaling has joined #ruby-lang
dangerousdave has joined #ruby-lang
bhaak is now known as bhaad
vondruch has quit [Ping timeout: 240 seconds]
bhaad is now known as bhaak
malconis has joined #ruby-lang
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jhass>
wizonesolutions: I think it should work, are you having troubles?
<wizonesolutions>
jhass: I think I figured it out; it needed to be wrapped in Bundler.with_clean_env
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
yatish27 has quit [Ping timeout: 245 seconds]
rcvalle has joined #ruby-lang
sepp2k has joined #ruby-lang
yfeldblum has joined #ruby-lang
benlovell has quit [Ping timeout: 268 seconds]
[spoiler] has quit [Quit: Leaving]
banister has joined #ruby-lang
itsraining has joined #ruby-lang
yfeldblum has quit [Ping timeout: 245 seconds]
stamina has joined #ruby-lang
kek_ has joined #ruby-lang
kek has quit [Ping timeout: 245 seconds]
ta has quit [Remote host closed the connection]
jgpawletko has joined #ruby-lang
mnngfltg has joined #ruby-lang
torrieri has joined #ruby-lang
Missphoenix has joined #ruby-lang
workmad3 has joined #ruby-lang
wallerdev has joined #ruby-lang
Miphix has quit [Ping timeout: 264 seconds]
chouhoulis has joined #ruby-lang
shinnya has joined #ruby-lang
GBrawl has quit [Quit: Computer has gone to sleep.]
elico has left #ruby-lang [#ruby-lang]
emmesswhy has joined #ruby-lang
chouhoulis has quit [Ping timeout: 276 seconds]
kek_ has quit [Remote host closed the connection]
hellangel7 has quit [Remote host closed the connection]
kwd has quit [Quit: Sleeping now. ZZZzzz…]
Cakey has joined #ruby-lang
spastorino has joined #ruby-lang
cmhobbs has joined #ruby-lang
cmhobbs has quit [Client Quit]
Sphynx_ has joined #ruby-lang
cmhobbs has joined #ruby-lang
jayne_ has joined #ruby-lang
marr123 has joined #ruby-lang
marr123 has quit [Client Quit]
Kerber0s has quit [Read error: Connection reset by peer]
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
kek has quit [Ping timeout: 276 seconds]
kek_ has quit [Ping timeout: 252 seconds]
Sphynx_ has quit [Remote host closed the connection]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
apeiros has quit [Ping timeout: 245 seconds]
karamazov has joined #ruby-lang
karamazov has quit [Remote host closed the connection]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
_elia has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
elia has quit [Ping timeout: 268 seconds]
hellangel7 has joined #ruby-lang
bsvineeth has joined #ruby-lang
emmesswhy has joined #ruby-lang
karamazov has joined #ruby-lang
danijoo has quit [Read error: Connection reset by peer]
amsi has joined #ruby-lang
danijoo has joined #ruby-lang
shinnya has quit [Ping timeout: 240 seconds]
karamazov has quit [Remote host closed the connection]
karamazov has joined #ruby-lang
karamazov has quit [Remote host closed the connection]
toastynerd has quit [Remote host closed the connection]
charliesome has joined #ruby-lang
toastynerd has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
torrieri has joined #ruby-lang
amerine has joined #ruby-lang
karamazov has joined #ruby-lang
banister has joined #ruby-lang
ianmcshane has quit [Remote host closed the connection]
ianmcshane has joined #ruby-lang
apeiros has joined #ruby-lang
simoz1111117 has joined #ruby-lang
ianmcshane has quit [Ping timeout: 255 seconds]
wallerdev has joined #ruby-lang
yfeldblum has joined #ruby-lang
charliesome has quit [Quit: zzz]
amsi has quit [Quit: Leaving]
yfeldblum has quit [Ping timeout: 255 seconds]
bsvineeth has quit [Remote host closed the connection]
mistym has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
CaptainJet has quit [Ping timeout: 260 seconds]
bsvineeth has quit [Ping timeout: 252 seconds]
yfeldblum has joined #ruby-lang
ironhide_604 has quit [Ping timeout: 272 seconds]
RobertBirnie has joined #ruby-lang
djbkd has joined #ruby-lang
yfeldblum has quit [Ping timeout: 272 seconds]
qba73 has quit []
mnngfltg has quit [Remote host closed the connection]
charliesome has joined #ruby-lang
mikecmpbll has quit [Ping timeout: 245 seconds]
benlovell has quit [Ping timeout: 260 seconds]
mistym has joined #ruby-lang
mikecmpbll has joined #ruby-lang
toastynerd has joined #ruby-lang
relix_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
charliesome has quit [Quit: zzz]
bsvineeth has joined #ruby-lang
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
karamazov has quit [Remote host closed the connection]
AmBienCeD has joined #ruby-lang
AmBienCeD has quit [Changing host]
AmBienCeD has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
dwknoxy has joined #ruby-lang
mikecmpbll has quit [Quit: i've nodded off.]
karamazov has joined #ruby-lang
banister has joined #ruby-lang
mikecmpbll has joined #ruby-lang
saarinen has joined #ruby-lang
sarkyniin has joined #ruby-lang
_elia has quit [Quit: Computer has gone to sleep.]
DivineEntity has quit [Ping timeout: 268 seconds]
jbardin has joined #ruby-lang
DivineEntity has joined #ruby-lang
karamazov has quit []
jayne_ is now known as jayne
Cakey has quit [Ping timeout: 245 seconds]
vintik has joined #ruby-lang
djbkd has joined #ruby-lang
wallerdev has joined #ruby-lang
CaptainJet has joined #ruby-lang
loincloth has quit [Remote host closed the connection]
pabloh has joined #ruby-lang
Missphoenix has quit [Quit: Leaving]
wallerdev has quit [Quit: wallerdev]
mame0 has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
xtruder has joined #ruby-lang
yfeldblum has joined #ruby-lang
isale-eko has joined #ruby-lang
enkristoffer has joined #ruby-lang
wallerdev has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fusillicode has quit [Quit: Leaving.]
fusillicode has joined #ruby-lang
fusillicode1 has joined #ruby-lang
postmodern has joined #ruby-lang
loincloth has joined #ruby-lang
soahccc has joined #ruby-lang
chouhoul_ has joined #ruby-lang
fusillicode has quit [Ping timeout: 245 seconds]
michaeldeol has joined #ruby-lang
yfeldblum has joined #ruby-lang
seamon has joined #ruby-lang
chouhoulis has quit [Ping timeout: 260 seconds]
djbkd has quit [Remote host closed the connection]
yfeldblu_ has joined #ruby-lang
mikecmpbll has quit [Quit: i've nodded off.]
workmad3 has quit [Ping timeout: 276 seconds]
djbkd has joined #ruby-lang
yfeldblum has quit [Ping timeout: 246 seconds]
toertore is now known as toretore
yfeldblu_ has quit [Ping timeout: 240 seconds]
apeiros_ has joined #ruby-lang
apeiros has quit [Read error: Connection reset by peer]
apeiros_ is now known as apeiros
r0bby has quit [Ping timeout: 276 seconds]
r0bby has joined #ruby-lang
mikecmpbll has joined #ruby-lang
simoz1111117 has quit [Ping timeout: 255 seconds]
centrx has joined #ruby-lang
stamina has quit [Quit: WeeChat 0.4.3]
thagomizer has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
r0bby has quit [Ping timeout: 255 seconds]
ianmcshane has joined #ruby-lang
ianmcshane has quit [Remote host closed the connection]
ianmcshane has joined #ruby-lang
sharpmachine has quit [Remote host closed the connection]
ianmcshane has quit [Read error: Connection reset by peer]
allomov has quit [Remote host closed the connection]
Lewix has quit [Read error: Connection reset by peer]
chouhoul_ has quit [Read error: Connection reset by peer]
chouhoulis has joined #ruby-lang
Lewix has joined #ruby-lang
ianmcshane has joined #ruby-lang
ianmcshane has quit [Read error: Connection reset by peer]
ianmcshane has joined #ruby-lang
jdecuirm has quit [Ping timeout: 268 seconds]
banister has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
yatish27 has quit [Ping timeout: 240 seconds]
Cakey has joined #ruby-lang
banister has quit [Client Quit]
ianmcshane has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
ianmcshane has joined #ruby-lang
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
Cakey has quit [Ping timeout: 276 seconds]
jdecuirm has joined #ruby-lang
yfeldblum has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
ta has joined #ruby-lang
r0bby has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
ianmcshane has quit [Read error: Connection reset by peer]
ianmcshane has joined #ruby-lang
hahuang65 has joined #ruby-lang
isale-eko_ has joined #ruby-lang
isale-eko has quit [Ping timeout: 255 seconds]
isale-eko_ is now known as isale-eko
emmesswhy has quit [Quit: This computer has gone to sleep]
emmesswhy has joined #ruby-lang
RobertBirnie has quit [Read error: Connection reset by peer]
RobertBirnie has joined #ruby-lang
jeff_r has joined #ruby-lang
x0f has quit [Ping timeout: 276 seconds]
x0f_ has joined #ruby-lang
havenwood has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
itsraining has quit [Quit: itsraining]
pskosinski has joined #ruby-lang
ianmcshane has quit [Read error: Connection reset by peer]
mistym has quit [Quit: Leaving...]
torrieri has joined #ruby-lang
mistym has joined #ruby-lang
hahuang65 has quit [Quit: WeeChat 1.0]
AKASkip has joined #ruby-lang
relix has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
jkyle has joined #ruby-lang
r0bby has quit [Ping timeout: 272 seconds]
enkristoffer has quit [Quit: ❤]
<jkyle>
I have a weird parsing erorr in an librarian-ansible Ansiblefile. Should be same syntax as gemfiles and such. Basically, if I point a certain role to github it throws the error. here's a gist: https://gist.github.com/jameskyle/5de7a98e0764db3d8464
loincloth has quit [Remote host closed the connection]
<wallerdev>
i dont think thats valid ruby syntax?
loincloth has joined #ruby-lang
<wallerdev>
like the #path part, theres no comma before that
<wallerdev>
and #path: "something" isnt valid ruby syntax
<apeiros>
that'd be a comment
<wallerdev>
oh right llol
<apeiros>
but the error is psych.rb:370
<wallerdev>
nos yntax highlighting and im lost
<apeiros>
which sounds like you parse this as yaml
sharpmachine has joined #ruby-lang
<apeiros>
or which sounds like you're not showing the relevant code.
<apeiros>
(more likely, I'd expect this parsed as yaml to fail much earlier)
<jkyle>
yeah, just commented out
<jkyle>
it's liek a Gemfile, so no code of mine involved
<jkyle>
it's a librarian plugin that supports ansible. should be the same parser
hahuang65 has joined #ruby-lang
<jkyle>
weird thing is...if I remove that one reference (identical to me to the others) it works