x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
woollyams has joined #rubygems
woollyams has quit [Read error: Connection reset by peer]
woollyams has joined #rubygems
havenwood has quit []
havenwood has joined #rubygems
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubygems
havenwood has quit [Remote host closed the connection]
quazimodo has joined #rubygems
<quazimodo>
yo
<quazimodo>
what's the general solution to s.add_dependency "bar", git: 'git:github.com/vemv/bar.git' in a gemspec?
<quazimodo>
is the only option to simply wait for the gem to be updated?
<quazimodo>
nvm I'm a dumbhead
quazimodo has left #rubygems [#rubygems]
josh-k has quit [Remote host closed the connection]
josh-k has joined #rubygems
josh-k has quit [Ping timeout: 240 seconds]
kai3x5 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
havenwood has joined #rubygems
josh-k has joined #rubygems
josh-k has quit [Remote host closed the connection]
huoxito has quit [Remote host closed the connection]
denym_OFF is now known as denym_
quazimodo has joined #rubygems
<quazimodo>
So I've installed the guard gem in several of my rails apps using the Gemfile. Now I see that guard is a binary that I can execute anywhere outside of a rails app
<quazimodo>
the problem that Im having is that in a specic ruby project I wish to include Guard and an updated guard-spin from my own repo. Guard, however, seems to be using a guard spin that is located elsewhere in rubygems.
<quazimodo>
I am using rvm
<mpapis>
quazimodo, did you try bundle exec guard ?
<quazimodo>
mpapis: perhaps that is my issue, i never thought of that
<quazimodo>
does doing that lock the gemset down to the ones in the Gemfile?
denym_ is now known as denym_OFF
<quazimodo>
mpapis: now guard is complaining about a missing plugin. If I use bundle exec guard list, shouldn't it be scoped to the guard version in my guard file, and any other gems in this current gem set?
<quazimodo>
why should it complain about a non existant plugin
<quazimodo>
oh finally for fucks sake
* quazimodo
kisses mpapis
<mpapis>
:)
<mpapis>
quazimodo, so it works?
<quazimodo>
mpapis: yeah but I am a little confused/disappointed. When guard is added via bundler why does it exist outside of that bundle?
<quazimodo>
i can call guard anywhere. And it'll load plugins that I've installed (who knows where, or what versio0
<mpapis>
quazimodo, you can tell the new rubygems to behave like bundle exec (load only gems from Gemfile)
<quazimodo>
mpapis: I'd love to make that
<quazimodo>
because it seems to me like stuff I can call anywhere ought to be in a global gemset, and if it's not there it must be loaded with a call to that gemset, something I presume bundle does
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubygems
havenwood has quit [Ping timeout: 264 seconds]
<quazimodo>
why would s.add_dependency "whatever" in a gemspec cause this error rubygems/request_set/lockfile.rb:438:in `parse_PATH': undefined method `add_dependency' for ".":String