jpfuentes2 has joined #rubygems
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
seanlinsley has joined #rubygems
jpfuentes2 has joined #rubygems
jpfuentes2 has quit [Read error: Connection reset by peer]
jpfuentes2 has joined #rubygems
josh-k has joined #rubygems
jaimef has quit [Excess Flood]
jaimef has joined #rubygems
josh-k has quit [Remote host closed the connection]
josh-k has joined #rubygems
josh-k has quit [Read error: Connection reset by peer]
woollyams has quit [Ping timeout: 272 seconds]
woollyams has joined #rubygems
kspooner_home has joined #rubygems
<kspooner_home> Hey everyone.
woollyams has quit [Ping timeout: 272 seconds]
woollyams has joined #rubygems
woollyams has quit [Ping timeout: 272 seconds]
woollyams has joined #rubygems
mdub has joined #rubygems
woollyams has quit [Ping timeout: 272 seconds]
blowmage has quit [Ping timeout: 264 seconds]
blowmage has joined #rubygems
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lsegal has joined #rubygems
kai3x5 has joined #rubygems
kai3x5 has quit [Client Quit]
josh-k has joined #rubygems
josh-k has quit [Ping timeout: 244 seconds]
jstr has quit [Quit: Computer has gone to sleep.]
mdub has quit [Ping timeout: 272 seconds]
woollyams has joined #rubygems
zoraj has joined #rubygems
x1337807x has joined #rubygems
josh-k has joined #rubygems
tbuehlmann has joined #rubygems
josh-k_ has joined #rubygems
josh-k has quit [Read error: Connection reset by peer]
woollyams has quit [Ping timeout: 272 seconds]
josh-k_ has quit [Remote host closed the connection]
holden247 has joined #rubygems
elia has joined #rubygems
elia has quit [Client Quit]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elia has joined #rubygems
workmad3 has joined #rubygems
zoraj has quit [Remote host closed the connection]
zoraj has joined #rubygems
zoraj_ has joined #rubygems
zoraj has quit [Ping timeout: 244 seconds]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
tcopeland has quit [Ping timeout: 244 seconds]
elia has quit [Quit: Computer has gone to sleep.]
zoraj has joined #rubygems
zoraj_ has quit [Ping timeout: 240 seconds]
elia has joined #rubygems
tcopeland has joined #rubygems
zoraj has quit [Read error: Connection reset by peer]
zoraj has joined #rubygems
zoraj has quit [Read error: Connection reset by peer]
zoraj has joined #rubygems
zoraj has quit [Read error: Connection reset by peer]
zoraj has joined #rubygems
zoraj has quit [Read error: Connection reset by peer]
zoraj has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
tcopeland has quit [Ping timeout: 244 seconds]
zoraj has quit [Read error: Connection reset by peer]
zoraj has joined #rubygems
redmenace has quit [Read error: Connection reset by peer]
redmenace has joined #rubygems
kspooner_home has quit [Ping timeout: 246 seconds]
zoraj_ has joined #rubygems
zoraj has quit [Ping timeout: 264 seconds]
uncleBob has joined #rubygems
zoraj_ has quit [Read error: Connection reset by peer]
zoraj has joined #rubygems
uncleBob has left #rubygems [#rubygems]
zoraj has quit [Ping timeout: 264 seconds]
zoraj has joined #rubygems
zoraj_ has joined #rubygems
zoraj has quit [Ping timeout: 264 seconds]
workmad3 has quit [Ping timeout: 244 seconds]
elia has joined #rubygems
tbuehlmann has quit [Quit: Leaving]
bbrowning_away is now known as bbrowning
jpfuentes2 has joined #rubygems
<kspooner> Morning everyone.
<dwradcliffe> morning :)
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
seanlinsley has quit [Quit: seanlinsley]
workmad3 has joined #rubygems
josh-k has joined #rubygems
josh-k has quit [Read error: No route to host]
josh-k has joined #rubygems
dwknoxy has joined #rubygems
josh-k_ has joined #rubygems
josh-k has quit [Ping timeout: 255 seconds]
josh-k has joined #rubygems
josh-k_ has quit [Ping timeout: 264 seconds]
josh-k_ has joined #rubygems
josh-k has quit [Ping timeout: 240 seconds]
<kspooner> Anyone on familiar with Tiny_TDS?
jpfuente_ has joined #rubygems
jpfuentes2 has quit [Ping timeout: 240 seconds]
seanlinsley has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
holden247 has quit [Quit: Leaving.]
dwknoxy has quit [Quit: Computer has gone to sleep.]
kspooner has left #rubygems [#rubygems]
dwknoxy has joined #rubygems
tbuehlmann has joined #rubygems
zoraj_ has left #rubygems [#rubygems]
dwknoxy has quit [Quit: Computer has gone to sleep.]
soffio has joined #rubygems
<soffio> can a ruby contain compiled code?
<soffio> a gem, sorry. there is any policy on gems?
<dwradcliffe> soffio: does this help? http://guides.rubygems.org/gems-with-extensions/
<soffio> i'm a user
<soffio> i'm trying to figure out if using gems is safe
redmenace has quit [Read error: Connection reset by peer]
<dwradcliffe> soffio: whether its ruby or C, the code can still do unsafe things.
<dwradcliffe> just like any code/script/package anywhere
bbrowning has quit [Quit: Leaving]
dwknoxy has joined #rubygems
redmenace has joined #rubygems
bbrowning has joined #rubygems
<soffio> i see but, they may contain compiled code?
<soffio> dwradcliffe:
<dwradcliffe> soffio: it could contain anything
<soffio> so if a project ask you to run "gem something" yuou should care
<soffio> for example: http://jekyllrb.com/
<soffio> it ask me to 'gem install jekyll'
<dwradcliffe> yep
<dwradcliffe> you can view the code https://github.com/jekyll/jekyll
<dwradcliffe> or just look at the source and decide if you trust them
<soffio> the problem is not jekyll itself
<soffio> it is that it will require a lot of dep to install too
<soffio> dependences
<dwradcliffe> sure, by trusting jekyll you are trusting the deps they specify
<dwradcliffe> just like any other software
<bbrowning> soffio: if you're really worried about it, you can stick to libraries your OS provides (assuming it provides any - most major linux distros provide at least some)
<bbrowning> but that will greatly limit your library options and versions
pglombardo has joined #rubygems
jpfuentes2 has joined #rubygems
jpfuent__ has joined #rubygems
jpfuente_ has quit [Ping timeout: 245 seconds]
jpfuentes2 has quit [Ping timeout: 272 seconds]
elia has quit [Quit: Computer has gone to sleep.]
bbrowning has quit [Remote host closed the connection]
elia has joined #rubygems
bbrowning has joined #rubygems
pglombardo has quit [Ping timeout: 264 seconds]
elia has quit [Quit: Computer has gone to sleep.]
Stalkr^ has joined #rubygems
Stalkr^ has quit [Changing host]
Stalkr^ has joined #rubygems
elia has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
jaimef has quit [Excess Flood]
soffio has left #rubygems [#rubygems]
jaimef has joined #rubygems
bbrowning_ has joined #rubygems
bbrowning has quit [Ping timeout: 245 seconds]
bbrowning_ is now known as bbrowning
elia has joined #rubygems
elia has quit [Client Quit]
elia has joined #rubygems
workmad3 has quit [Ping timeout: 245 seconds]
kentaro has quit [Remote host closed the connection]
kentaro has joined #rubygems
x1337807x has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
jpfuent__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #rubygems
bbrowning_ has joined #rubygems
bbrowning has quit [Ping timeout: 245 seconds]
bbrowning_ is now known as bbrowning
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #rubygems
imperator has joined #rubygems
josh-k_ has quit [Remote host closed the connection]
jpfuentes2 has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bbrowning is now known as bbrowning_away
pothibo has joined #rubygems
x1337807x has joined #rubygems
pothibo has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has quit [Remote host closed the connection]
tbuehlmann has quit [Remote host closed the connection]
jpfuentes2 has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
josh-k has joined #rubygems
x1337807x has joined #rubygems
josh-k has quit [Ping timeout: 245 seconds]
elia has joined #rubygems
josh-k has joined #rubygems
josh-k_ has joined #rubygems
josh-k has quit [Ping timeout: 240 seconds]
elia has quit [Quit: Computer has gone to sleep.]
imperator has quit [Quit: Valete!]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elia has joined #rubygems
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
redmenace has quit [Ping timeout: 245 seconds]
x1337807x has joined #rubygems
redmenace has joined #rubygems
seanlinsley has quit [Quit: seanlinsley]
sbeam has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #rubygems
jstr has joined #rubygems
josh-k_ has quit [Remote host closed the connection]
dwknoxy has quit [Quit: Textual IRC Client: www.textualapp.com]
seanlinsley has joined #rubygems
havenwood has joined #rubygems