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 quit [Ping timeout: 272 seconds]
patcon has joined #bundler
patcon has quit [Remote host closed the connection]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
patcon_ has joined #bundler
patcon_ has quit [Remote host closed the connection]
patcon has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 272 seconds]
patcon has quit [Read error: Connection reset by peer]
patcon_ has joined #bundler
patcon_ has quit [Ping timeout: 240 seconds]
<indirect> Gate: not sure
<indirect> it's supposed to work
<indirect> so probably check https://github.com/carlhuda/bundler/blob/master/ISSUES.md and then file a ticet
<indirect> ticket
havenwood has joined #bundler
patcon has joined #bundler
havenwood has quit [Ping timeout: 240 seconds]
robbyoconnor has quit [Read error: Connection reset by peer]
robbyoconnor has joined #bundler
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #bundler
havenwood has joined #bundler
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon_ has joined #bundler
patcon has quit [Read error: Connection reset by peer]
deepender has joined #bundler
<deepender> @indirect" ?
g0bl1n has quit [Ping timeout: 264 seconds]
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #bundler
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #bundler
robbyoconnor has quit [Ping timeout: 252 seconds]
patcon_ has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Ping timeout: 240 seconds]
robbyoconnor has joined #bundler
<indirect> deepender: hey there
<deepender> yes
<deepender> did you got time to see the patch?
<deepender> indirect:
patcon has joined #bundler
<indirect> deepender: I think using global variables is probably not the way to go in this particular case
<indirect> or really any cases, to be honest
<indirect> deepender: commented with some next steps: https://github.com/bundler/bundler/pull/2775
deepender has quit [Ping timeout: 240 seconds]
deepender has joined #bundler
<deepender> okey
<deepender> indirect:
<deepender> I will do it with an instance variable
<deepender> will that is be alright
<deepender> indirect:
<deepender> there?
yan_ has left #bundler [#bundler]
Who has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
robbyoconnor has quit [Read error: Connection reset by peer]
robbyoconnor has joined #bundler
robbyoconnor has quit [Read error: Connection reset by peer]
robbyoconnor has joined #bundler
lmarburger has quit [Ping timeout: 246 seconds]
lmarburger has joined #bundler
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Ping timeout: 272 seconds]
r0bby_ has joined #bundler
robbyoconnor has quit [Ping timeout: 240 seconds]
patcon has joined #bundler
Who has quit [Quit: Page closed]
<ckrailo> deepender: i’d imagine so, similar to post_install_messages.
<ckrailo> at least, that’d be much better than globals.
<deepender> yes
<deepender> I am doing the sam
<deepender> same
<deepender> but still have one doubt
<deepender> for bundle --verbose
<deepender> ckrailo: )Basically you want to verbose mode to have this "Using therubyracer (0.12.0) from /home/deepender/.rvm/gems/ruby-2.0.0-p247/specifications/therubyracer-0.12.0.gemspec" like this which is in version 1.3 or simply "using somegem 1.0.0" Kindly clarify as in the current version 2.0 of bundler the last one is output.
<ckrailo> i’d go with —verbose shouldn’t change behavior as it exists today on the 2.0 branch
<ckrailo> (which definitely means don’t revert back to 1.3 style)
patcon has quit [Ping timeout: 246 seconds]
retro|cz has joined #bundler
havenwood has quit [Remote host closed the connection]
<deepender> as on 2.0
<deepender> it is similar to bundler only
havenwood has joined #bundler
<deepender> so you are saying bundler will give using x gems and installing full lines
<deepender> and verbose will give using some_gem 1.3.4 , installing some_gem 2.3.4
<deepender> ckrailo:
<indirect> deepender: it should look like the 1.5 beta does in verbose mode
<indirect> I haven't merged master into 2-0-dev for a while
<indirect> if you want to, you can develop your patch against master and then we can merge it to 2-0-dev after I get master merged in
<indirect> (that probably makes more sense since it looks like the 2-0-dev branch is out of date right now
<deepender> indirect:
<deepender> Let me try 1.5 bets first
<deepender> beta first
<deepender> to see its output
havenwood has quit [Ping timeout: 240 seconds]
<deepender> indirect: can you tell how I can use 1.5 beta branch
<deepender> for development
<indirect> deepender: it's in the DEVELOPMENT.md file
<deepender> indirect: was not able to find it.
<indirect> the branch is named 1-5-stable
<deepender> cool
<indirect> the bash alias in the DEVELOPMENT file explains how to use bundler directly from your cloned copy
<deepender> yes
<deepender> I am doing that
<deepender> only
<deepender> dbundle
<deepender> indirect: 1.5 beta gave the same output of verbose as 2.0 was giving
<indirect> okay, might as well just go with 2.0 then
<deepender> indirect: just a very simple question
<deepender> correct if I am wrong
<deepender> with bundle we want that
<deepender> we get that : Installing any_gem 2.3.3 and in end using 23 already gems
<deepender> and with bundler --verbose some thing like this:
<indirect> "Using 23 already installed gems", yeah
<deepender> Using unicorn (4.6.3)
<deepender> Your bundle is complete!
<deepender> Using unicorn-rails (1.1.0)
<deepender> Use `bundle show [gemname]` to see where a bundled gem is installed.
<deepender> so with just bundle we don't want Using some_gem
<deepender> where we want that in verbose
<indirect> which version were you seeing the extra "from /some/path/to/gem" in?
<deepender> 1.3
<indirect> right... without verbose, just "Using 23 already installed gems" at the end
<deepender> Bundler version 1.3.5
r0bby_ has quit [Ping timeout: 260 seconds]
<indirect> yes
<indirect> verobse should also include the other things it does now
<deepender> cool
<indirect> sounds good
<deepender> so in short verbose should remain same as in 2.0 whereas bundler should change
<deepender> indirect:
<deepender> I have a doubt what was the difference between bundler and verbose in 2.0
<deepender> as I don't find any
<indirect> deepender: you could try DEBUG=1 bundle install
<indirect> we added --verbose as an alias to DEBUG=1 later
<deepender> with DEBUG= 1 I get this ouput in 1.5
<deepender> 0: unicorn-rails (1.1.0) from /home/deepender/.rvm/gems/ruby-2.0.0-p247/specifications/unicorn-rails-1.1.0.gemspec
<deepender> which is different from bundler --verbose how it is alias
<deepender> in 1.4
<deepender> in 1.3
<deepender> I agree it is alias
<deepender> indirect:
<deepender> basically in the current version -- verbose seem as an alias of bundler
<deepender> only
<deepender> indirect: there?
retro|cz has quit [Ping timeout: 272 seconds]
deepender has quit [Read error: Connection reset by peer]
r0bby_ has joined #bundler
deepender has joined #bundler
retro|cz has joined #bundler
r0bby_ has quit [Ping timeout: 248 seconds]
r0bby_ has joined #bundler
r0bby_ has quit [Read error: Connection reset by peer]
r0bby_ has joined #bundler
r0bby_ has quit [Remote host closed the connection]
r0bby_ has joined #bundler
r0bby_ has quit [Ping timeout: 252 seconds]
r0bby_ has joined #bundler
samphippen has joined #bundler
zebardy has quit [Quit: This computer has gone to sleep]
imarcusthis has joined #bundler
<imarcusthis> Hey. Is it possible with gemfiles to specify optional dependencies? I'm writing integration tests using capybara-webkit now, but I don't want to force the designers to install a huge QT package, so I'd rather they just skip those tests.
retro|cz has quit [Ping timeout: 246 seconds]
zebardy has joined #bundler
akerl has quit [Ping timeout: 246 seconds]
deepender has quit [Read error: Connection reset by peer]
akerl has joined #bundler
retro|cz has joined #bundler
Olipro has quit [Ping timeout: 260 seconds]
Olipro has joined #bundler
deepender has joined #bundler
denysonique has quit [Ping timeout: 246 seconds]
patcon has joined #bundler
Guest12088 has joined #bundler
Olipro_ has joined #bundler
patcon has quit [Ping timeout: 264 seconds]
jaimef_ has joined #bundler
RichardBronosky_ has joined #bundler
Olipro_ has quit [Excess Flood]
adam- has joined #bundler
Olipro has quit [*.net *.split]
adam12 has quit [*.net *.split]
RichardBronosky has quit [*.net *.split]
jaimef has quit [*.net *.split]
RichardBronosky_ is now known as RichardBronosky
retro|cz has quit [Ping timeout: 256 seconds]
Olipro has joined #bundler
zebardy has quit [Quit: This computer has gone to sleep]
zebardy has joined #bundler
<deepender> indirect: there?
patcon has joined #bundler
chouhoulis has joined #bundler
havenwood has joined #bundler
zebardy has quit [Ping timeout: 264 seconds]
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Ping timeout: 248 seconds]
g0bl1n has joined #bundler
g0bl1n has quit [Ping timeout: 246 seconds]
deepender has quit [Ping timeout: 272 seconds]
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
Andy has joined #bundler
Andy has left #bundler [#bundler]
havenwood has quit []
retro|cz has joined #bundler
patcon has joined #bundler
patcon has quit [Remote host closed the connection]
patcon_ has joined #bundler
patcon_ has quit [Remote host closed the connection]
patcon has joined #bundler
<ckrailo> imarcusthis: http://bundler.io/v1.5/bundle_install.html if they’re in the test group, couldn’t they run `bundle install --without test`?
travis-ci has joined #bundler
<travis-ci> [travis-ci] rmetzler/bundler#1 (master - ef66cda : Andre Arko): The build passed.
travis-ci has left #bundler [#bundler]
<travis-ci> [travis-ci] Build details : http://travis-ci.org/rmetzler/bundler/builds/15942676
<indirect> imarcusthis: groups is the only way to make gems optional
<indirect> you could put that into an "integration_tests" group and then have the designers run install --without integration_tests
<indirect> basically what ckrailo said :P
<ckrailo> ^_^
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Read error: Connection reset by peer]
patcon has joined #bundler