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 joined #bundler
aweis has joined #bundler
aweis has quit [Ping timeout: 264 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
houhoulis has joined #bundler
robbyoconnor has joined #bundler
robbyoconnor has joined #bundler
robbyoconnor has quit [Changing host]
jrafanie has joined #bundler
Pupeno has joined #bundler
Pupeno_ has quit [Ping timeout: 256 seconds]
x1337807x has joined #bundler
aweis has joined #bundler
aweis has quit [Ping timeout: 246 seconds]
_djbkd has quit [Remote host closed the connection]
djbkd has joined #bundler
jrafanie has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
iamjarvo has joined #bundler
djbkd has quit [Quit: My people need me...]
arup_r has joined #bundler
aweis has joined #bundler
aweis has quit [Ping timeout: 250 seconds]
djbkd 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…]
x1337807x has joined #bundler
chouhoulis has quit [Remote host closed the connection]
houhoulis has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cha1tanya has joined #bundler
cha1tanya has quit [Read error: Connection reset by peer]
arup_r has quit [Quit: ChatZilla 0.9.91.1 [Firefox 38.0.1/2015051400]]
x1337807x has joined #bundler
aweis has joined #bundler
aweis has quit [Ping timeout: 248 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
chouhoulis has joined #bundler
chouhoulis has quit [Ping timeout: 252 seconds]
huoxito has quit [Remote host closed the connection]
djbkd has quit [Quit: My people need me...]
aweis has joined #bundler
aweis has quit [Ping timeout: 272 seconds]
lele has quit [Ping timeout: 250 seconds]
postmodern has quit [Quit: Leaving]
lele has joined #bundler
aweis has joined #bundler
aweis has quit [Ping timeout: 265 seconds]
aweis has joined #bundler
aweis has quit [Ping timeout: 265 seconds]
atom3 has quit [Ping timeout: 276 seconds]
atom3 has joined #bundler
chouhoulis has joined #bundler
chouhoulis has quit [Ping timeout: 255 seconds]
aweis has joined #bundler
aweis has quit [Ping timeout: 272 seconds]
jrafanie has joined #bundler
chouhoulis has joined #bundler
iamjarvo has joined #bundler
iamjarvo has quit [Client Quit]
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
huoxito has joined #bundler
iamjarvo has joined #bundler
axl__ has joined #bundler
huoxito has quit [Remote host closed the connection]
aweis has joined #bundler
aweis has quit [Ping timeout: 252 seconds]
chouhoul_ has joined #bundler
finisherr has joined #bundler
chouhoulis has quit [Ping timeout: 250 seconds]
<finisherr> Has anyone tried to specify an unpacked gem in the current directory as gem gemname, path: ‘.’
<finisherr> it works on my mac but does not work in Travis CI for some reason
<jhass> perhaps you want the gemspec call?
<finisherr> what is that?
<finisherr> sorry
<finisherr> i do have a gemspec file
<finisherr> jhass: ^
<finisherr> Thanks
<finisherr> I’ll look into that
<finisherr> jhass: Crap. Same error unfortunately
<jhass> link?
mhi^ has left #bundler [#bundler]
<finisherr> jhass: ^
<jhass> first of all you would remove line 14, the gemspec call replaces it
atom3 has quit [Ping timeout: 276 seconds]
<jhass> but I doubt that'll fix your issue
atom3 has joined #bundler
<jhass> there's some odd null byte somewhere
r0bby_ has joined #bundler
<finisherr> I’m gonna wipe the file and create a new one
<finisherr> maybe this corrupt or somethin
r0bby_ has quit [Client Quit]
huoxito has joined #bundler
<jhass> mmh
<jhass> it seems to fail on the git ls-files call
robbyoconnor has quit [Ping timeout: 272 seconds]
<jhass> gem build vbinfo.gemspec works on your machine?
<jhass> oh, I see
<jhass> where did you get the spec.files line from?
<finisherr> Ohhh, yeah, i borrowed that from another vagrant plugin when I was troubleshooting
<finisherr> a different issue
<finisherr> earlier
<jhass> weird that it works for them
<jhass> git -
<jhass> er
<jhass> git ls-files -z separates input by null bytes
<jhass> .split($/) splits on the default record separator, which is "\n"
huoxito_ has joined #bundler
huoxito has quit [Ping timeout: 255 seconds]
<finisherr> Okay
<finisherr> I’m gonna change that back
<finisherr> I have a feeling this might do it
<finisherr> jhass: Will try
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aweis has joined #bundler
aweis has quit [Ping timeout: 250 seconds]
cha1tanya has joined #bundler
atom3 has quit [Ping timeout: 275 seconds]
atom3 has joined #bundler
iamjarvo has joined #bundler
<finisherr> jhass: Worked when i did bundle install instead of bundler install
<finisherr> locally
<jhass> weird
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
iamjarvo has joined #bundler
<finisherr> jhass: unfortunately the bundle install command didn’t work in travis
<finisherr> but works local
<jhass> finisherr: you could try fixing the issue I pointed out
<finisherr> Yeah, I tried changing to “\n”
<finisherr> that didn’t work
<jhass> yes
<jhass> it doesn't
<finisherr> then i looked at the default
<finisherr> Ya
<finisherr> that’s what I added
<finisherr> Gonna double check
<jhass> it's not
<finisherr> yeah
<finisherr> I just updated develop
<finisherr> I’m working on the develop branch
dstarh has joined #bundler
<finisherr> Fied
<finisherr> fixed
<finisherr> jhass: I removed the TODO sections in the gemspec file
<finisherr> it was giving me warnings locally
<finisherr> when I put actual content there teh warnings went away and it got further in the travis ci build
<finisherr> also, your addition
atom3 has quit [Ping timeout: 277 seconds]
<jhass> https://travis-ci.org/miroswan/vbinfo/builds/68193618 actually already got past it
atom3 has joined #bundler
<finisherr> Yeah, now I have to figure out the best way to install virtualbox
<finisherr> but my bundler issues are gone
<finisherr> which is great thanks for your help
<finisherr> pebcak
<finisherr> jhass: again, thanks for the help. Signing off for now.
finisherr has quit [Quit: finisherr]
aweis has joined #bundler
aweis has quit [Ping timeout: 256 seconds]
cha1tanya has quit [Ping timeout: 250 seconds]
aweis has joined #bundler
dstarh has quit [Read error: Connection reset by peer]
ixti has joined #bundler
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…]
huoxito_ has quit [Remote host closed the connection]
NeedHelp has joined #bundler
<NeedHelp> Hi everybody
<NeedHelp> Is anybody available to help me debug a problem real quick?
<NeedHelp> Essentially my Capistrano script does a "bundle install --deployment", and I get this error message:
<NeedHelp> The --deployment flag requires a Gemfile.lock. Please make sure you have checked your Gemfile.lock into version control before deploying.
<NeedHelp> I definitely have my Gemfile.lock checked into source control
<NeedHelp> What else can that error message mean?
atom3 has quit [Ping timeout: 276 seconds]
atom3 has joined #bundler
jrafanie has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jrafanie has joined #bundler
chouhoul_ has quit [Remote host closed the connection]
chouhoulis has joined #bundler
huoxito has joined #bundler
huoxito has quit [Ping timeout: 255 seconds]
jrafanie has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<NeedHelp> Actually, I'm sorry - I may have identified the issue
<NeedHelp> It's not related to Bundler
<NeedHelp> Thanks anyways!
huoxito has joined #bundler