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
adaleigh has quit [Remote host closed the connection]
adaleigh has joined #bundler
adaleigh_ has joined #bundler
adaleigh has quit [Ping timeout: 256 seconds]
adaleigh_ has quit [Ping timeout: 240 seconds]
abargnesi has joined #bundler
chouhoulis has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bffff_ has joined #bundler
chouhoulis has quit [Remote host closed the connection]
Guest92729 is now known as samkottler
samkottler has joined #bundler
samkottler has quit [Changing host]
havenwood has quit []
chouhoulis has joined #bundler
r0bby has quit [Ping timeout: 250 seconds]
chouhoulis has quit [Ping timeout: 250 seconds]
robbyoconnor has joined #bundler
robbyoconnor has quit [Quit: Konversation terminated!]
robbyoconnor has joined #bundler
robbyoconnor has quit [Remote host closed the connection]
robbyoconnor has joined #bundler
<abargnesi> hi folks, i'm hitting an issue with "bundle package --all". If I declare a Gemfile with a git-sourced gem and rubygems.org sourced gem then a "bundle package --all" will fail to locate the git-sourced gem if "Bundler.setup" is called twice.
<abargnesi> gist: http://git.io/4PK86A
<indirect> abargnesi: I don't recall that being a known problem, so please see bit.ly/bundler-issues for info on reporting issues
<abargnesi> it looks a bit like https://github.com/bundler/bundler/issues/3009
<tmoore> abargnesi: you can probably work around that by wrapping the call to system inside a Bundler.with_clean_env { system... }
<abargnesi> tmoore: ah I see that wacks away RUBYOPT...yeah that did fix it for me
<abargnesi> thanks
<abargnesi> is the gist example useful in issue #3009?
<tmoore> yeah I think so
<abargnesi> i opened #3100 and referred it to #3009...didn't want to pollute the comments
<tmoore> great thanks!
<abargnesi> sure np, i'll debug this further
hesco has quit [Ping timeout: 246 seconds]
adaleigh has joined #bundler
robbyoconnor has quit [Ping timeout: 240 seconds]
adaleigh has quit [Remote host closed the connection]
adaleigh has joined #bundler
havenwood has joined #bundler
adaleigh has quit [Ping timeout: 256 seconds]
x1337807x has joined #bundler
x1337807x has quit [Read error: Connection reset by peer]
x1337807x has joined #bundler
abargnesi has quit [Ping timeout: 250 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tzero_ has joined #bundler
tzero has quit [Read error: Connection reset by peer]
tzero_ has quit [Ping timeout: 250 seconds]
Pupeno has quit [Remote host closed the connection]
Pupeno has joined #bundler
hagabaka has quit [Quit: No Ping reply in 180 seconds.]
hagabaka has joined #bundler
axl_ has joined #bundler
axl_ has quit [Client Quit]
axl_ has joined #bundler
axl_ has quit [Client Quit]
axl_ has joined #bundler
axl_ has quit [Client Quit]
robbyoconnor has joined #bundler
havenwood has quit [Remote host closed the connection]
robbyoconnor has quit [Ping timeout: 264 seconds]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 264 seconds]
shtirlic has joined #bundler
dwradcliffe has quit [Ping timeout: 240 seconds]
dwradcliffe has joined #bundler
Pupeno_ has joined #bundler
Pupeno has quit [Ping timeout: 255 seconds]
axl_ has joined #bundler
abargnesi has joined #bundler
axl_ has quit [Client Quit]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 264 seconds]
Pupeno_ has quit [Ping timeout: 245 seconds]
bourke has joined #bundler
<bourke> Does bundler have anything equivalent to the idea of SNAPSHOT builds in maven? It seems I have to bump the version and run 'bundle update' everytime I want to test a change to a gem...
Pupeno has joined #bundler
<abargnesi> bourke: you could source the gem from a git repository/branch (e.g. gem 'x', :git => 'github...', :branch => 'development') or local path (e.g. gem 'x', :path => './libs/x')
<bourke> abargnesi: it seems for a git repo I need to do a commit each time though? and still run bundler update in the implementing project
<bourke> essentially right now Im finding I would have to change the requires in my implementing project to 'require_relative' while developing. and then switch them back before releasing. which clearly doesn't feel right
<abargnesi> bourke: ok maybe using :path => './other-gem' is the way to go...bundler will require from :path every time without the need for 'bundle update'
<abargnesi> you could have a development Gemfile using deps like "gem 'x', :path => './gems/x'"; set BUNDLE_GEMFILE=Gemfile.dev
havenwood has joined #bundler
havenwood has quit [Ping timeout: 264 seconds]
<bourke> abargnesi: it seems even the path approach doesn't work without a version bump of the gem
<abargnesi> it worked for me, i'll send a small test
<abargnesi> bourke: http://git.io/QpQ7Nw
<bourke> abargnesi: aha, I needed to use 'bundle exec ruby foo.rb'
<bourke> thanks very much :)
<abargnesi> np
havenwood has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
bourke has quit [Quit: leaving]
x1337807x has joined #bundler
x1337807x has quit [Client Quit]
x1337807x has joined #bundler
x1337807x has quit [Ping timeout: 250 seconds]
shtirlic has quit [Ping timeout: 240 seconds]
shtirlic has joined #bundler
shtirlic has quit [Client Quit]
shtirlic has joined #bundler
shtirlic has quit [Ping timeout: 240 seconds]
shtirlic has joined #bundler
shtirlic has quit [Client Quit]
abargnesi has quit [Remote host closed the connection]
shtirlic has joined #bundler
abargnesi has joined #bundler
x1337807x has joined #bundler
havenwood has quit [Remote host closed the connection]
shtirlic has quit [Ping timeout: 240 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shtirlic has joined #bundler
samkottler has quit []
adaleigh has joined #bundler
abargnesi has quit [Quit: WeeChat 0.4.0]
jaimef has quit [Excess Flood]
shtirlic has quit [Quit: ZNC - http://znc.in]
shtirlic has joined #bundler
x1337807x has joined #bundler
jaimef has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler