indirect changed the topic of #bundler to: Docs! http://bundler.io | Problems? http://bit.ly/bundler-issues | How to help: http://bit.ly/bundler-development | API Dashboard http://cl.ly/SBoH | #bundler logs: http://bit.ly/bundler-logs | Questions will be answered eventually, so hang out for a while
chouhoulis has joined #bundler
kfpratt has quit [Remote host closed the connection]
indirect1 has quit [Quit: Leaving.]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
pnorman has joined #bundler
iamjarvo has joined #bundler
<pnorman> I would like to set up bundler to install gems only locally, not system-wide. I'm not having much luck searching for a way, and I can't imagine it's that complex to do a local install. How do I do so?
<pnorman> gem env
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<pnorman> I added install: --user-install to .gemrc and now gem installs locally, but bundler errors on each gem
Cidan is now known as zz_Cidan
jxport has quit [Quit: leaving]
chouhoulis has quit [Remote host closed the connection]
<indirect> pnorman: depends on what you mean by "locally"
<indirect> I use "bundle install --path .bundle/gems" for basically all projects
havenwood has quit []
simi has quit [Ping timeout: 246 seconds]
kfpratt has joined #bundler
x1337807x has joined #bundler
x1337807x has quit [Max SendQ exceeded]
x1337807x has joined #bundler
x1337807x has quit [Max SendQ exceeded]
chouhoulis has joined #bundler
x1337807x has joined #bundler
houhoulis has joined #bundler
kfpratt has quit [Ping timeout: 252 seconds]
chouhoulis has quit [Ping timeout: 255 seconds]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
iamjarvo has joined #bundler
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
huoxito has quit [Remote host closed the connection]
iamjarvo has joined #bundler
iamjarvo has quit [Max SendQ exceeded]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
iamjarvo has joined #bundler
x1337807x has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
simi has joined #bundler
djbkd has quit [Quit: My people need me...]
livingstn has quit []
huoxito has joined #bundler
kangguru_away is now known as kangguru
huoxito has quit [Ping timeout: 256 seconds]
prime- has quit [Ping timeout: 252 seconds]
prime has joined #bundler
ta has joined #bundler
ta has quit [Remote host closed the connection]
ta has joined #bundler
ta has quit [Remote host closed the connection]
ta has joined #bundler
ta has quit [Read error: Connection reset by peer]
ta has joined #bundler
houhoulis has quit [Remote host closed the connection]
simi has quit [Ping timeout: 245 seconds]
kangguru is now known as kangguru_away
kangguru_away is now known as kangguru
ixti has joined #bundler
_ixti_ has quit [Ping timeout: 264 seconds]
houhoulis has joined #bundler
houhoulis has quit [Remote host closed the connection]
kangguru is now known as kangguru_away
kangguru_away is now known as kangguru
iamjarvo has joined #bundler
iamjarvo has quit [Client Quit]
ta has quit [Remote host closed the connection]
kfpratt has joined #bundler
ta has joined #bundler
ta has quit [Remote host closed the connection]
huoxito has joined #bundler
chouhoulis has joined #bundler
arup_r has joined #bundler
iamjarvo has joined #bundler
chouhoulis has quit [Ping timeout: 245 seconds]
sonne has joined #bundler
sonne_ is now known as sonne
sonne has quit [Changing host]
livingstn has joined #bundler
chouhoulis has joined #bundler
havenwood has joined #bundler
jamo_ has quit [Ping timeout: 265 seconds]
jamo_ has joined #bundler
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
iamjarvo has joined #bundler
iamjarvo has quit [Client Quit]
kangguru is now known as kangguru_away
huoxito_ has joined #bundler
huoxito has quit [Ping timeout: 264 seconds]
ta has joined #bundler
ta has quit [Ping timeout: 256 seconds]
chouhoul_ has joined #bundler
chouhoulis has quit [Ping timeout: 256 seconds]
djbkd has joined #bundler
iamjarvo has joined #bundler
djbkd has quit [Remote host closed the connection]
djbkd has joined #bundler
djbkd has quit [Remote host closed the connection]
huoxito has joined #bundler
huoxito_ has quit [Ping timeout: 256 seconds]
djbkd has joined #bundler
zz_Cidan is now known as Cidan
ereslibre has joined #bundler
ereslibre has joined #bundler
ereslibre has quit [Changing host]
chouhoul_ has quit [Remote host closed the connection]
kangguru_away is now known as kangguru
chouhoulis has joined #bundler
chouhoulis has quit [Remote host closed the connection]
preyalone has joined #bundler
<preyalone> Does Bundler have a flag to install gems globally, like npm install -g ?
<preyalone> ah, --system
huoxito has quit [Remote host closed the connection]
huoxito has joined #bundler
huoxito has quit [Remote host closed the connection]
chouhoulis has joined #bundler
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
x1337807x has joined #bundler
<indirect> preyalone: people usually use “gem install” like "npm install -g” and “bundle install” like “npm install"
<preyalone> Yes, but "usually" isn't my use case
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<indirect> I have no idea what that means :D
x1337807x has joined #bundler
x1337807x has quit [Read error: Connection reset by peer]
djbkd has quit [Remote host closed the connection]
djbkd has joined #bundler
kangguru is now known as kangguru_away
arup_r has quit [Quit: ChatZilla 0.9.91.1 [Firefox 36.0/2015022000]]
iamjarvo has quit [Quit: Textual IRC Client: www.textualapp.com]
iamjarvo has joined #bundler
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #bundler
ducklobster has joined #bundler
<ducklobster> I am trying to use bundle install and have some :git repositories in my Gemfile, however, I keep getting an Errno::EISDIR error
havenwood has quit []
<ducklobster> Ok related question I guess, what user does Bundler execute its commands as?
<indirect> you, unless you don’t have permission to copy files to the place you have asked bundler to install to
<indirect> then it tries sudo
<ducklobster> The "spec" in lib/bundler/source/path/installer.rb refers to the imported Gemspec?
<ducklobster> Unrelated problem it seems but, my .gemspec file has s.executables = ''
<ducklobster> but it doesn't seem like #generate_bin is returning
<indirect> I have no idea how generate bin will handle an executable of ""
<indirect> that doesn't seem like a valid value
<ducklobster> this suggests that it will return if nil or empty
<ducklobster> which ''.empty? returns true
<ducklobster> not my actual problem it seems, but something I noticed
<indirect> try an empty array
<indirect> arrays and strings are not interchangeable in ruby
<indirect> (but maybe that's not the problem)
<indirect> yeah
<ducklobster> that seems to have fixed that problem but I will test with an actual executable requirement (since it was complaining about the directory originally)
<ducklobster> i wasn't aware that entries in the specfile (at least files, executables, ...) needed to be in array format
<ducklobster> thanks for info :)
<ducklobster> @indirect: thanks for the help, turns out I don't know how to write a .gemspec properly
<ducklobster> to my defense, the rubygems documentation doesn't explicitly mention it needs to be in an array format
<ducklobster> but I guess a "list" would imply that
<indirect> in Ruby, yeah
<ducklobster> not sure if this is the right place to ask but
<ducklobster> what is the difference between having a spec.add_runtime_dependency vs just including it in Gemfile
<indirect> one puts it in the gemspec?
<indirect> it was basically to ease transition for existing gems
<indirect> oh wait
<indirect> you said _runtime_ dependency
<indirect> sorry, I thought you said development dependency
<indirect> only gems listed in the gemspec will be installed when that gem is used elsewhere
<indirect> like, in another project
<ducklobster> gotcha, thanks
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]