<shevy>
some other fruits have not been taken yet :)
shevy has left #rubygems ["I'll be back ... maybe"]
graphex has quit [Ping timeout: 248 seconds]
mkristian has joined #rubygems
<tbuehlmann>
I like the peach website
tcopeland has quit [Quit: Leaving.]
coder_neo has quit [Quit: This computer has gone to sleep]
coder_neo has joined #rubygems
Elhu has quit [Quit: Computer has gone to sleep.]
josh-k has quit [Remote host closed the connection]
imperator2 has joined #rubygems
Elhu has joined #rubygems
graphex has joined #rubygems
graphex has quit [Ping timeout: 248 seconds]
imperator2 has quit [Quit: Leaving]
tcopeland has joined #rubygems
aalmenar has quit [Quit: No Ping reply in 180 seconds.]
aalmenar has joined #rubygems
aalmenar has joined #rubygems
aalmenar has quit [Changing host]
dvu has joined #rubygems
bbrowning_away is now known as bbrowning
Juc1 has quit [Ping timeout: 240 seconds]
coder_neo has quit [Ping timeout: 252 seconds]
coder_neo has joined #rubygems
graphex has joined #rubygems
huoxito has joined #rubygems
huoxito_ has joined #rubygems
dvu has quit [Read error: Connection reset by peer]
huoxito has quit [Ping timeout: 248 seconds]
aalmenar has quit [Quit: No Ping reply in 180 seconds.]
ereslibre has quit [Quit: No Ping reply in 180 seconds.]
aalmenar has joined #rubygems
aalmenar has joined #rubygems
aalmenar has quit [Changing host]
ereslibre has joined #rubygems
ereslibre has quit [Changing host]
ereslibre has joined #rubygems
seanlinsley has quit [Quit: …]
ZachBeta has joined #rubygems
jfelchner has quit [Read error: Connection reset by peer]
jfelchner has joined #rubygems
jfelchner has quit [Read error: Connection reset by peer]
bbrowning_ has joined #rubygems
jfelchner has joined #rubygems
bbrowning has quit [Ping timeout: 246 seconds]
bbrowning_ is now known as bbrowning
jfelchner has quit [Read error: Connection reset by peer]
jfelchner has joined #rubygems
jfelchner has quit [Read error: Connection reset by peer]
jfelchner has joined #rubygems
hgmnz has joined #rubygems
jfelchner has quit [Read error: Connection reset by peer]
jfelchner has joined #rubygems
jfelchner has quit [Read error: Connection reset by peer]
jfelchner has joined #rubygems
seanlinsley has joined #rubygems
jfelchner has quit [Read error: Connection reset by peer]
jfelchner has joined #rubygems
mattwynn_ has joined #rubygems
mattwynne has quit [Ping timeout: 252 seconds]
coder_neo has quit [Read error: Connection reset by peer]
jfelchner has quit [Read error: Connection reset by peer]
jfelchner has joined #rubygems
jfelchner has quit [Read error: Connection reset by peer]
jfelchner has joined #rubygems
tbuehlmann has quit [Quit: Konversation terminated!]
Juc1 has joined #rubygems
hgmnz has quit [Remote host closed the connection]
jfelchner has quit [Read error: Connection reset by peer]
jfelchner has joined #rubygems
coder_neo has joined #rubygems
coder_neo has quit [Read error: Connection reset by peer]
dvu has joined #rubygems
huoxito_ has quit [Remote host closed the connection]
dvu has quit [Ping timeout: 252 seconds]
dvu_ has joined #rubygems
Elhu has quit [Quit: Computer has gone to sleep.]
huoxito has joined #rubygems
jfelchner has quit [Read error: Connection reset by peer]
jfelchner has joined #rubygems
bbrowning_ has joined #rubygems
indirect_ has joined #rubygems
bbrowning has quit [Ping timeout: 272 seconds]
havenwood has joined #rubygems
hgmnz has joined #rubygems
bbrowning_ is now known as bbrowning
ZachBeta has quit [Quit: Computer has gone to sleep.]
luislavena has joined #rubygems
jwinter1 has joined #rubygems
jwinter1 has left #rubygems [#rubygems]
ereslibre has quit [Remote host closed the connection]
aalmenar has quit [Remote host closed the connection]
ereslibre has joined #rubygems
aalmenar has joined #rubygems
aalmenar has quit [Changing host]
aalmenar has joined #rubygems
x1337807x has joined #rubygems
luislave_ has joined #rubygems
luislavena has quit [Ping timeout: 260 seconds]
hgmnz has quit [Remote host closed the connection]
luislavena has joined #rubygems
hgmnz has joined #rubygems
hgmnz has left #rubygems [#rubygems]
workmad3 has quit [Read error: Operation timed out]
luislave_ has quit [Ping timeout: 264 seconds]
mkristian has quit [Quit: bye]
coder_neo has joined #rubygems
coder_neo has quit [Read error: Connection reset by peer]
josh-k has joined #rubygems
Caleb has joined #rubygems
Caleb is now known as Guest20145
arohner has joined #rubygems
Guest20145 has quit [Client Quit]
ZachBeta has joined #rubygems
arohner has quit [Remote host closed the connection]
jwinter1 has joined #rubygems
jwinter1 has quit [Client Quit]
jfelchner has quit [Ping timeout: 240 seconds]
arohner has joined #rubygems
sLi- has joined #rubygems
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jfelchner has joined #rubygems
graphex has quit [Ping timeout: 248 seconds]
tbuehlmann has joined #rubygems
huoxito has quit [Remote host closed the connection]
jrochkind has joined #rubygems
<jrochkind>
I want to express a dependency in a gemspec such that it will allow version 5.0.0.pre2 of SomeGem, as well as other 5.x, but not 6.0. How do I do this? Having trouble getting it to allow 5.0.0.pre2, since that seems to NOT be > 5.0?
<jrochkind>
Do I really need to do ">= 5.0.0.pre1", "< 6"? Is that right?
x1337807x has joined #rubygems
<drbrain>
↑ looks right
<drbrain>
well, > 5.0.0.pre2
<drbrain>
err, >=
<drbrain>
(not .pre1)
tbuehlmann has quit [Remote host closed the connection]
luislavena has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<jrochkind>
okay, thanks.
<jrochkind>
I thought there should be a way to specify "5.x pre-release versions of any kind", without having to specifically say ".pre2". But if there is, I can't find it. i guess 5.0.0.pre2 is < "5" according to rubygems? I am confused about how rubygems orders version strings.
<drbrain>
jrochkind: to say "5.x prereleases of any kind" do ">= 5.0.0.a"
<drbrain>
evan: ↑
<drbrain>
jrochkind: prereleases come between regular releases in rubygems
tcopeland has quit [Quit: Leaving.]
<drbrain>
so 5.0.0.pre.2 is after 4.9.9.9…. and before 5.0
<jrochkind>
drbrain: cool, that works, thanks. Might be a good FAQ somewhere. So to say "from 5.x prereleases through all 5.x but not 6", I need to say: ">= 5.0.0.a", "< 6", yes?
<jrochkind>
At one point I imagined that rubygems would consider 5.0.0.pre after "5" but before "5.0", so I could say "> 5", but I guess that was just a fantasy. :)
<drbrain>
jrochkind: there's a note at the top of Gem::Version, but no explicit example. I'll add one
<drbrain>
jrochkind: rubygems assumes infinite zeros, so 5 and 5.0 and 5.0.0.0.0.0 are equal
<jrochkind>
Do you recommend I terminate the range with "< 6", or "< 6.0"… ah, so those are exactly the same thing, per your last comment? Okay then, doesn't matter.
<drbrain>
yep
x1337807x has joined #rubygems
<jrochkind>
thanks a lot.
<drbrain>
the only place the number of zeros matter is for ~>
<jrochkind>
and there's no good way to use ~> for "all 5.x, pre-releases as well as final releases", true? pre-releases kind of break the use case for ~>.
<drbrain>
correct, there isn't a way to use ~> for that purpose
<jrochkind>
okeydoke, thanks.
<drbrain>
I tried a couple times to change that, but it ends up confusing in a different way
workmad3 has joined #rubygems
<jrochkind>
yeah, this stuff can definitely get confusing, I believe it.