x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #rubygems
x1337807x has quit [Read error: Connection reset by peer]
x1337807x has joined #rubygems
<bbrowning> drbrain: well, you can as long as you have a conditional in your .gemspec and publish the gem using both MRI and JRuby, right?
dknox has quit [Ping timeout: 245 seconds]
<bbrowning> kaawee: similar to https://github.com/headius/thread_safe/blob/master/thread_safe.gemspec#L13 except you just want the conditional on dependencies instead of files
<bbrowning> kaawee: you'll just have to publish two versions of that gem, one with gem.platform set to 'java' as in that thread_safe gemspec example
<bbrowning> that means building the .gem under MRI and JRuby
dvu has joined #rubygems
lsegal has joined #rubygems
dvu has quit [Ping timeout: 245 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kaawee has quit [Ping timeout: 252 seconds]
yakko has joined #rubygems
tenderlove has joined #rubygems
yakko is now known as james_the_rubist
x1337807x has joined #rubygems
josh-k_ has quit [Remote host closed the connection]
josh-k has joined #rubygems
dvu has joined #rubygems
avdi has quit [Ping timeout: 252 seconds]
josh-k has quit [Ping timeout: 252 seconds]
dvu has quit [Ping timeout: 276 seconds]
avdi has joined #rubygems
josh-k has joined #rubygems
tenderlove has quit [Quit: Leaving...]
tmoore has quit [Read error: Connection reset by peer]
tmoore has joined #rubygems
josh-k has quit [Remote host closed the connection]
yakko_ has joined #rubygems
james_the_rubist has quit [Ping timeout: 255 seconds]
seanlinsley has joined #rubygems
josh-k has joined #rubygems
hakunin has quit [Remote host closed the connection]
hakunin has joined #rubygems
hakunin has quit [Ping timeout: 240 seconds]
newUser1234 has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #rubygems
x1337807x has quit [Ping timeout: 260 seconds]
Atttwww has joined #rubygems
newUser1234 has joined #rubygems
josh-k has quit [Remote host closed the connection]
josh-k has joined #rubygems
bbrowning has quit [Ping timeout: 276 seconds]
x1337807x has joined #rubygems
avdi has quit [Ping timeout: 252 seconds]
johnmwilliams___ has quit [Ping timeout: 252 seconds]
johnmwilliams___ has joined #rubygems
jesser has quit [Ping timeout: 252 seconds]
guilleiguaran_ has quit [Ping timeout: 252 seconds]
davidjrice___ has quit [Ping timeout: 252 seconds]
imslavko has quit [Ping timeout: 252 seconds]
nz______ has quit [Ping timeout: 252 seconds]
davidjrice___ has joined #rubygems
imslavko has joined #rubygems
jesser has joined #rubygems
avdi has joined #rubygems
guilleiguaran_ has joined #rubygems
nz______ has joined #rubygems
josh-k has quit [Remote host closed the connection]
josh-k has joined #rubygems
josh-k has quit [Ping timeout: 255 seconds]
newUser1234 has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #rubygems
x1337807x has quit [Ping timeout: 252 seconds]
tbuehlmann has joined #rubygems
zachrab has joined #rubygems
zachrab has quit [Client Quit]
paultingle_away is now known as paultingle
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #rubygems
JPascal has joined #rubygems
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #rubygems
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 255 seconds]
Atttwww has quit [Ping timeout: 264 seconds]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
kaawee has joined #rubygems
hakunin has joined #rubygems
josh-k has joined #rubygems
elia has joined #rubygems
kaawee has quit [Ping timeout: 252 seconds]
kaawee 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.]
bbrowning has joined #rubygems
kaawee has quit [Ping timeout: 252 seconds]
kaawee has joined #rubygems
elia has joined #rubygems
kaawee has quit [Ping timeout: 252 seconds]
tcopeland has joined #rubygems
dvu has joined #rubygems
kaawee has joined #rubygems
josh-k_ has joined #rubygems
josh-k has quit [Ping timeout: 252 seconds]
JPascal has quit []
kaawee has quit [Ping timeout: 252 seconds]
JPascal has joined #rubygems
JPascal has quit [Client Quit]
kaawee has joined #rubygems
JPascal has joined #rubygems
niska has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
niska has joined #rubygems
kaawee has quit [Quit: Konversation terminated!]
kaawee_ has joined #rubygems
kaawee_ has quit [Ping timeout: 252 seconds]
JPascal has quit []
dwknoxy has joined #rubygems
dwknoxy has quit [Client Quit]
bbrowning is now known as bbrowning_away
seanlinsley has quit [Quit: seanlinsley]
josh-k_ has quit [Remote host closed the connection]
josh-k has joined #rubygems
pglombardo has joined #rubygems
elia has quit [Quit: Computer has gone to sleep.]
josh-k has quit [Ping timeout: 252 seconds]
dwknoxy has joined #rubygems
seanlinsley has joined #rubygems
newUser1234 has joined #rubygems
paultingle is now known as paultingle_away
kaawee_ has joined #rubygems
bbrowning_away is now known as bbrowning
kai3x5 has quit [Quit: Textual IRC Client: www.textualapp.com]
kai3x5 has joined #rubygems
elia has joined #rubygems
<kaawee_> Hello! How can I specify in a .gemspec that for JRuby platforms, a certain gem is needed as dependency, while for non-JRuby-platforms a different gems is needed as dependency?
huoxito has joined #rubygems
huoxito_ has joined #rubygems
huoxito has quit [Ping timeout: 265 seconds]
<dwradcliffe> kaawee_: they answered your question yesterday http://irclog.whitequark.org/rubygems/2014-06-04
<bbrowning> kaawee_: also first part of http://irclog.whitequark.org/rubygems/2014-06-05 :)
<pglombardo> kaawee_: The unf gem is a good example using JRuby conditionals in the gemspec: https://github.com/knu/ruby-unf/blob/master/unf.gemspec
workmad3_ has joined #rubygems
workmad3 has quit [Disconnected by services]
workmad3_ is now known as workmad3
elia has quit [Quit: Computer has gone to sleep.]
kaawee_ has quit [Read error: Connection reset by peer]
x1337807x has joined #rubygems
tbuehlmann has quit [Quit: Leaving]
kaawee_ has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #rubygems
x1337807x has quit [Ping timeout: 245 seconds]
siruf has quit [Remote host closed the connection]
tbuehlmann has joined #rubygems
pglombardo has quit []
workmad3 has quit [Ping timeout: 240 seconds]
kaawee_ has quit [Ping timeout: 252 seconds]
jaimef has quit [Excess Flood]
tbuehlmann has quit [Remote host closed the connection]
jaimef has joined #rubygems
newUser1234 has quit [Remote host closed the connection]
josh-k has joined #rubygems
havenwood has joined #rubygems
josh-k has quit [Ping timeout: 265 seconds]
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubygems
Atttwww has joined #rubygems
huoxito_ has quit [Remote host closed the connection]
huoxito has joined #rubygems
jaimef has quit [Excess Flood]
ddd has quit [Ping timeout: 252 seconds]
jaimef has joined #rubygems
ddd has joined #rubygems
pglombardo has joined #rubygems
kai3x5 has quit [Quit: Textual IRC Client: www.textualapp.com]
x1337807x has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jaimef has quit [Excess Flood]
jaimef has joined #rubygems
elia has joined #rubygems
kaawee_ has joined #rubygems
workmad3 has joined #rubygems
kaawee_ has quit [Ping timeout: 260 seconds]
huoxito has quit [Remote host closed the connection]
x1337807x has joined #rubygems
kaawee_ has joined #rubygems
havenwood has quit [Remote host closed the connection]
kaawee_ has quit [Ping timeout: 260 seconds]
havenwood has joined #rubygems
kaawee_ has joined #rubygems
kai3x5 has joined #rubygems
huoxito has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #rubygems
kaawee_ has quit [Quit: Konversation terminated!]
kW_ has joined #rubygems
bbrowning is now known as bbrowning_away
workmad3 has quit [Read error: Connection reset by peer]
workmad3 has joined #rubygems
kW_ has quit [Quit: Konversation terminated!]
_kW has joined #rubygems
_kW is now known as Guest89553
huoxito has quit [Remote host closed the connection]
Guest89553 has quit [Ping timeout: 252 seconds]
Guest89553 has joined #rubygems
workmad3 has quit [Ping timeout: 252 seconds]
jstr has joined #rubygems
huoxito has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Guest89553 has quit [Ping timeout: 260 seconds]
bbrowning_away has quit [Quit: Leaving]
Guest89553 has joined #rubygems
x1337807x has joined #rubygems
workmad3 has joined #rubygems
kaawee has joined #rubygems
Guest89553 has quit [Ping timeout: 260 seconds]
kaawee has quit [Read error: Connection reset by peer]
kaawee has joined #rubygems
josh-k_ has joined #rubygems
kaawee has quit [Ping timeout: 260 seconds]
dwknoxy has quit [Ping timeout: 252 seconds]
kaawee has joined #rubygems
seanlinsley has quit [Quit: seanlinsley]
huoxito has quit [Remote host closed the connection]
dvu has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kaawee_ has joined #rubygems
x1337807x has joined #rubygems
kaawee has quit [Ping timeout: 260 seconds]
pglombardo has quit []
elia has quit [Quit: Computer has gone to sleep.]
kaawee_ has quit [Ping timeout: 260 seconds]
kaawee_ has joined #rubygems
huoxito has joined #rubygems
josh-k_ has quit [Remote host closed the connection]
josh-k has joined #rubygems
kaawee_ has quit [Read error: Connection reset by peer]
kaawee_ has joined #rubygems
josh-k has quit [Ping timeout: 240 seconds]
huoxito has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 276 seconds]