robotblake has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
redmenace has joined #rubygems
workmad3 has joined #rubygems
jhass is now known as jhass|off
postmodern has quit [Quit: Leaving]
drbrain has quit [Ping timeout: 255 seconds]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
drbrain has joined #rubygems
felix__ has quit [Ping timeout: 245 seconds]
felix__ has joined #rubygems
jhass|off is now known as jhass
huoxito has joined #rubygems
huoxito has quit [Remote host closed the connection]
dgheath21 has joined #rubygems
huoxito has joined #rubygems
felix__ has quit [Ping timeout: 272 seconds]
bbrowning_away is now known as bbrowning
ReSam has quit [Ping timeout: 255 seconds]
tcopeland has quit [*.net *.split]
tcopeland has joined #rubygems
felix__ has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
kai3x5_ has joined #rubygems
workmad3 has quit [Ping timeout: 255 seconds]
tcopeland has quit [Ping timeout: 252 seconds]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
rmichael has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
workmad3 has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
elia has quit [Client Quit]
felix__ has quit [Ping timeout: 255 seconds]
elia has joined #rubygems
sleepee has joined #rubygems
<electrical>
Good day all. Is there a way to fake an installed gem? for our application we build plugins are rubygems which have a version dependency on our application. Since our application is not a gem we currently build an empty one to be installed so we can validate the version.. Is there a way to fake the details of that gem before calling ::Gem.install ?
<electrical>
hope my question makes any sense :-)
<electrical>
what we would like to achieve is avoiding building an empty gem to be installed in our application everytime the version changes.
dwknoxy has joined #rubygems
<electrical>
if we could dynamically build a fake one we can fetch the version out of our application
tcopeland has joined #rubygems
alextheger has joined #rubygems
<electrical>
Anyone have any idea if its possible?
ReSam has joined #rubygems
ReSam has quit [Ping timeout: 264 seconds]
havenwood has joined #rubygems
felix__ has joined #rubygems
tbuehlmann has quit [Quit: Leaving]
ReSam has joined #rubygems
dvu has quit [Remote host closed the connection]
davispuh has joined #rubygems
felix__ has quit [Ping timeout: 252 seconds]
alextheger has quit [Quit: alextheger]
seanlinsley has joined #rubygems
dvu has joined #rubygems
robotblake has joined #rubygems
dgheath21 has quit [Quit: dgheath21]
dwknoxy is now known as dknox_afk
elia has quit [Quit: Computer has gone to sleep.]
mkristian has joined #rubygems
workmad3 has quit [Ping timeout: 272 seconds]
weeb1e has quit [Quit: No Ping reply in 180 seconds.]
dknox_afk is now known as dknox
weeb1e has joined #rubygems
weeb1e has quit [Quit: No Ping reply in 180 seconds.]
dvu_ has joined #rubygems
dvu has quit [Read error: Connection reset by peer]
dvu has joined #rubygems
dvu_ has quit [Remote host closed the connection]
dvu has quit [Ping timeout: 245 seconds]
dvu has joined #rubygems
siruf has quit [Remote host closed the connection]
dvu has quit [Remote host closed the connection]
siruf has joined #rubygems
thumpba has quit [Remote host closed the connection]
bbrowning has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubygems
elia has joined #rubygems
havenwood has quit [Ping timeout: 264 seconds]
bbrowning has joined #rubygems
havenwood has joined #rubygems
dknox is now known as dknox-lunch
thumpba has joined #rubygems
thumpba has quit [Ping timeout: 255 seconds]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #rubygems
elia has quit [Client Quit]
thumpba has joined #rubygems
bbrowning is now known as bbrowning_away
elia has joined #rubygems
<drbrain>
electrical: that is probably the easiest way to fake it
dvu has joined #rubygems
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubygems
havenwood has quit [Remote host closed the connection]
rmichael has quit [Quit: Leaving...]
<electrical>
drbrain: forgot to post it here, i found a way to fake a gem in the meantime.