havenwood has quit [Remote host closed the connection]
IteratorP has joined #bundler
IteratorP has quit [Remote host closed the connection]
IteratorP has joined #bundler
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
pothibo has joined #bundler
<tmoore>
postmodern: I'm guessing it only prompts if it thinks it's connected to a terminal
ixti has quit [Quit: WeeChat 0.4.3]
houhoulis has joined #bundler
<postmodern>
tmoore, yeah, sounds like a git problem
<postmodern>
tmoore, does `bundle config` allow specifying the user/password for any host?
<postmodern>
tmoore, or just gem sources?
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
<tmoore>
postmodern: sorry, was afk for a while... good question actually it might only be gem sources
<postmodern>
tmoore, ah that sucks
<postmodern>
tmoore, seems like bundler should omit credentials from the Gemfile.lock
<postmodern>
tmoore, and instead store them in .bundle/
<postmodern>
tmoore, also would be cool to support encrypting the credentials
<postmodern>
tmoore, so you'd have one master password or something
<tmoore>
postmodern: let me check the source on the git question
<tmoore>
all good ideas
<postmodern>
will probably write up a blog post on the state of credentials and heroku
<tmoore>
yeah so it doesn't handle credentials for git directly in any way that I see
<postmodern>
ouch
<tmoore>
it just shells out to git with whatever URL it has
<postmodern>
also noticed you upcase the KEY in .bundler/config
<postmodern>
kind of seems shoe-hornish
<postmodern>
tmoore, hmm i suppose one could write a method to add credentials to git URLs
robbyoconnor has quit [Quit: Konversation terminated!]
r0bby_ has joined #bundler
r0bby_ has quit [Client Quit]
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
Authenticator has quit [Quit: leaving]
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
axl_ has quit [Client Quit]
axl_ has joined #bundler
houhoulis has quit [Remote host closed the connection]
r0bby_ has joined #bundler
r0bby_ is now known as robbyoconnor
axl_ has quit [Quit: axl_]
postmodern has quit [Quit: Leaving]
Pupeno has quit [*.net *.split]
Jamo has quit [*.net *.split]
jlsuttles has quit [*.net *.split]
jlsuttles has joined #bundler
Pupeno has joined #bundler
Jamo has joined #bundler
tbuehlmann has joined #bundler
hqm42 has joined #bundler
<hqm42>
Hi! Every time I execute `bundle install` bundler will download one gem, install it and fails while trying to download the next gem with `Errno::ECONNREFUSED`. Any suggestions?