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
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ari-_-e has joined #bundler
<ari-_-e> indirect: did you see the comment I made yesterday?
charypar has joined #bundler
charypar has quit [Ping timeout: 260 seconds]
briangonzalez has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Pupeno_ has joined #bundler
Pupeno has quit [Ping timeout: 252 seconds]
jipiboily_ has quit [Read error: Connection reset by peer]
jipiboily_ has joined #bundler
hagabaka has quit [Ping timeout: 260 seconds]
hagabaka has joined #bundler
jipiboily_ has quit [Read error: Connection reset by peer]
jipiboily_ has joined #bundler
Radar has quit [Quit: ZNC - http://znc.in]
Radar has joined #bundler
r0bby has quit [Quit: Konversation terminated!]
robbyoconnor has joined #bundler
psacrifice|away has joined #bundler
psacrifice|away has quit [Quit: PanicBNC - https://PanicBNC.net]
promethsacrifice has joined #bundler
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
kgerman_ has joined #bundler
baburdick1 has joined #bundler
baburdick has quit [Read error: Connection reset by peer]
baburdick1 has quit [Ping timeout: 265 seconds]
ari-_-e has quit [Read error: Connection reset by peer]
kgerman_ has quit [Quit: kgerman_]
promethsacrifice is now known as psacrifice|away
ari-_-e has joined #bundler
charypar has joined #bundler
charypar has quit [Remote host closed the connection]
woollyams has joined #bundler
baburdick has joined #bundler
woollyams has quit [Ping timeout: 272 seconds]
charypar has joined #bundler
alextheger has joined #bundler
<alextheger> Hi There
<alextheger> How do I install a local gem into a custom bundle path folder?
baburdick has quit [Quit: Leaving.]
cek has left #bundler [#bundler]
samphippen has joined #bundler
alextheger has quit [Quit: alextheger]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
retro|cz has quit [Ping timeout: 240 seconds]
alextheger has joined #bundler
alextheger has quit [Client Quit]
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
ohwhoa has joined #bundler
ohwhoa has quit [Client Quit]
Pupeno_ has quit [Read error: Connection reset by peer]
Pupeno has joined #bundler
samphippen has joined #bundler
kgerman_ has joined #bundler
kgerman_ has quit [Quit: kgerman_]
retro|cz has joined #bundler
havenwood has quit [Remote host closed the connection]
kgerman_ has joined #bundler
ari-_-e has quit [Quit: Leaving]
jipiboily_ has quit [Read error: Connection reset by peer]
jipiboily_ has joined #bundler
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #bundler
igitoor has quit [Ping timeout: 252 seconds]
igitoor has joined #bundler
igitoor has quit [Changing host]
igitoor has joined #bundler
Who has joined #bundler
chutwig has joined #bundler
<Who> hey
havenwood has joined #bundler
<chutwig> hello bundler friends, i created a local repo with a gem in it that isn't available from rubygems with gem generate_index and added the path as a source line in my Gemfile
<chutwig> gem list -r --source file:////path/to/dir works as expected
<chutwig> but bundler explodes with this gist
<Who> chutwig: is it a git repo?
<chutwig> it's not git
<Who> did you spcify as source?
<chutwig> the source is specified as source "file:////#{File.join(File.expand_path('.'), 'vendor', 'f5-icontrol')}"
<Who> this is how you specify single path for a gem
<Who> source assumes it’s a bundler-api server
<Who> like this gem 'extracted_library', :path => './vendor/extracted_library' *
<chutwig> ah
<chutwig> i have all the dependencies laid out in the gemspec, do i need to redeclare the gem outside the Gem::Specification block?
<Who> I think you can add gemspec in Gemfile
<Who> if those dependencies are same as your dev ones
<Who> using you gem(
havenwood has quit [Ping timeout: 264 seconds]
havenwood has joined #bundler
briangonzalez has joined #bundler
pusewicz__ is now known as pusewicz
<chutwig> ahhhh, almost there
<chutwig> one last question: when running bundle install, this happens: https://gist.github.com/anonymous/57cac80017b1d9a9192b
<chutwig> not sure why it's trying to install the gem that i'm creating
<Who> did you add it as a depdency somewhere?
<Who> that could be the only reason
<Who> like some gemfile have bundler as a dependency
<chutwig> in the gemspec there's a require 'mechanic/version' that brings in the Mechanic::VERSION constant, would that do it
<Who> actually Gemfile.lock
<Who> always writer the bundler version
<Who> that should not do it
<chutwig> this is the Gemfile and gemspec i'm working with: https://gist.github.com/anonymous/93405a1d3e1008292079
<Who> f5-icontrol is working fine right?
<chutwig> yeah, that works now, it gets found and pulled in
<Who> that doesn’t happen for me, can you comment out f5-icontrol gem form gemspec?
<Who> I commented it out
<Who> and things worked fine
<Who> okay, wait goet an issue
<chutwig> i think i know what it is
<chutwig> i think it's the spec.files line
<chutwig> somebody else added that in and it's null terminated
pothibo has joined #bundler
<Who> this line #spec.files = `git ls-files -z`.split('\x0')
<chutwig> yes
<Who> yeah
<Who> that’s the issue
<chutwig> yeah
<chutwig> changed it to `git ls-files`.split("\n") and now it works
<chutwig> thanks!
Who has quit [Quit: Who]
chutwig has quit []
kgerman_ has quit [Quit: kgerman_]
kgerman_ has joined #bundler
jipiboily_ has quit [Quit: Computer has gone to sleep.]
kgerman_ has quit [Quit: kgerman_]
ixti has joined #bundler
pglombardo has joined #bundler
briangonzalez has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jipiboily_ has joined #bundler
sdelmore has joined #bundler
<sdelmore> I am running some tests with and without bundle exec and find they take 1 second without bundle exec and 3 seconds with it. Is this normal overhead for bundle exec or should I be troubleshooting my install?
Who has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
pothibo has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
retro|cz has quit [Ping timeout: 276 seconds]
pglombardo_ has joined #bundler
pglombardo has quit [Ping timeout: 260 seconds]
Who has quit [Ping timeout: 240 seconds]
chouhoulis has joined #bundler
Who has joined #bundler
baburdick has joined #bundler
pglombardo has joined #bundler
pglombardo_ has quit [Ping timeout: 252 seconds]
charypar has quit [Remote host closed the connection]
baburdick1 has joined #bundler
baburdick has quit [Read error: Connection reset by peer]
havenwood has quit [Ping timeout: 264 seconds]
kgerman_ has joined #bundler
Who has quit [Quit: Who]
havenwood has joined #bundler
kgerman_ has quit [Quit: kgerman_]
charypar has joined #bundler
jblancett has quit [*.net *.split]
jamo__ has quit [*.net *.split]
jamo_ has quit [*.net *.split]
jamo__ has joined #bundler
jamo_ has joined #bundler
jblancett has joined #bundler
ixti has quit [Ping timeout: 260 seconds]
samphippen has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
Pupeno_ has joined #bundler
Pupeno has quit [Ping timeout: 252 seconds]
havenwood has quit [Ping timeout: 264 seconds]
pglombardo has quit [*.net *.split]
jaimef has quit [*.net *.split]
braidn has quit [*.net *.split]
jaimef has joined #bundler
x1337807x has joined #bundler
pglombardo has joined #bundler
braidn has joined #bundler
kgerman_ has joined #bundler
pglombar_ has joined #bundler
pglombar_ is now known as pglombardo_
pglombardo has quit [Ping timeout: 260 seconds]
jipiboily_ has quit [Quit: Computer has gone to sleep.]
robbyoconnor has quit [Excess Flood]
cconsta|work has joined #bundler
robbyoconnor has joined #bundler
havenwood has joined #bundler
jipiboily_ has joined #bundler
ixti has joined #bundler
jipiboily_ has quit [Quit: Computer has gone to sleep.]
cconsta|work has quit [Remote host closed the connection]
pothibo has joined #bundler
pglombardo_ has quit []
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
retro|cz has joined #bundler
kgerman_ has quit [Quit: kgerman_]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
x1337807x has quit [Client Quit]
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #bundler
woollyams has joined #bundler