houhoulis has joined #rubygems
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bffff_ has joined #rubygems
workmad3 has joined #rubygems
workmad3 has quit [Ping timeout: 260 seconds]
closer has quit [Ping timeout: 272 seconds]
closer has joined #rubygems
shazaum has quit [Quit: Leaving]
choke has joined #rubygems
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
huoxito has quit [Remote host closed the connection]
djbkd has joined #rubygems
djbkd has quit [Ping timeout: 244 seconds]
houhoulis has quit [Remote host closed the connection]
havenwood has joined #rubygems
djbkd has joined #rubygems
choke has joined #rubygems
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
UtkarshRay has joined #rubygems
workmad3 has joined #rubygems
Motoservo has quit [Quit: Shhh. I'm trying to get some sleep here.]
workmad3 has quit [Ping timeout: 256 seconds]
c0m0 has joined #rubygems
workmad3 has joined #rubygems
UtkarshRay has quit [Ping timeout: 244 seconds]
unreal_ has quit [Ping timeout: 244 seconds]
spk has quit [Ping timeout: 246 seconds]
spk has joined #rubygems
unreal has joined #rubygems
jrgifford has quit [Ping timeout: 246 seconds]
bffff_ has quit [Ping timeout: 246 seconds]
drbrain has quit [Ping timeout: 246 seconds]
guilleiguaran__ has quit [Ping timeout: 246 seconds]
huoxito has joined #rubygems
cstrahan has quit [Ping timeout: 246 seconds]
davidjrice______ has quit [Ping timeout: 246 seconds]
jrgifford has joined #rubygems
samkottler has quit [Ping timeout: 246 seconds]
cstrahan has joined #rubygems
samkottler has joined #rubygems
guilleiguaran__ has joined #rubygems
drbrain has joined #rubygems
davidjrice______ has joined #rubygems
bffff_ has joined #rubygems
huoxito_ has joined #rubygems
huoxito has quit [Ping timeout: 240 seconds]
bbrowning has joined #rubygems
UtkarshRay has joined #rubygems
bffff_ has quit [Quit: Connection closed for inactivity]
havenwood has joined #rubygems
imperator has joined #rubygems
swills has quit [Quit: leaving]
UtkarshRay has quit [Ping timeout: 246 seconds]
imperator2 has joined #rubygems
imperator has quit [Ping timeout: 260 seconds]
bffff_ has joined #rubygems
imperator2 is now known as imperator
<tubbo> hey i'm a little confused on how ~> works...i just want the highest version of my gem between 0.10 and 0.11...thought doing ~> 0.10.0 would do that, but it didn't. i had to specify 0.10.5 explicitly
<jhass> tubbo: ~> 0.10.0 is >= 0.10.0, < 0.11, so that should've worked, maybe you just missed to bundle update foo? http://guides.rubygems.org/patterns/#pessimistic-version-constraint
<tubbo> jhass: no i ran `bundle update foo` and it installed 0.10.0
<jhass> can you reproduce that with a minimal Gemfile, eg. gem "foo", "0.10.0"; bundle install; edit to gem "foo", "~> 0.10.0"; bundle update foo; bundle show foo ?
whooza_ has quit [Quit: Ex-Chat]
dvu has joined #rubygems
workmad3 has quit [Ping timeout: 240 seconds]
dvu has quit [Remote host closed the connection]
dvu has joined #rubygems
c0m0 has quit [Ping timeout: 250 seconds]
dvu has quit [Ping timeout: 260 seconds]
dvu has joined #rubygems
_djbkd has joined #rubygems
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
kentaro has quit [Ping timeout: 240 seconds]
Motoservo has joined #rubygems
kentaro has joined #rubygems
dvu has quit [Remote host closed the connection]
choke has joined #rubygems
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
<drbrain> tubbo: can you reproduce it with `gem install my_gem -v '~> 0.10.0'`
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
_djbkd has joined #rubygems
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
alejo has joined #rubygems
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
Motoservo has quit [Quit: Shhh. I'm trying to get some sleep here.]
choke has joined #rubygems
Motoservo has joined #rubygems
alejo has quit [Quit: Leaving]
Motoservo has quit [Quit: Shhh. I'm trying to get some sleep here.]
dvu has joined #rubygems
havenwood has joined #rubygems
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
_djbkd has quit [Remote host closed the connection]
dvu has quit [Remote host closed the connection]
choke has joined #rubygems
TheMoonMaster is now known as blake
rikkipitt has joined #rubygems
dvu has joined #rubygems
_djbkd has joined #rubygems
havenwood has quit [Ping timeout: 240 seconds]
bbrowning is now known as bbrowning_away
imperator has quit [Quit: Leaving]
dvu has quit [Remote host closed the connection]
dvu has joined #rubygems
sacarlson has joined #rubygems
rikkipitt has quit [Quit: Leaving...]
<sacarlson> any idea why I get these https://gist.github.com/sacarlson/bae9ce656325acc99b31 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/common.rb:67: [BUG] Segmentation fault at 0x00000000000018
<sacarlson> is there a way to recompile all my gems ?
<sacarlson> I get that error just by rake -v
<sacarlson> gem pristine --all did nothing still fails the same
<drbrain> gem pristine json doesn't fix it?
<sacarlson> no but deleteing ~/.bundle file and bundle install seems to get my past the seg fault problem
<sacarlson> oh gem prestine json I didn't try that
<sacarlson> I think it has something to do with when I tried bundle install the first time it hit some problem needing me to install apt-get some-dev after I installed it I ran bundle install again and it seemed to install ok
<sacarlson> but I guess no having the *-dev available the first time mest up something?
<sacarlson> not available
<drbrain> I didn't think json needed C libraries installed before it could compile
<drbrain> might have been some other issue?
<sacarlson> it wasn't something that json needed that it stuck the first time but it messed up something, not sure what
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
workmad3 has joined #rubygems
choke has joined #rubygems
sacarlson has left #rubygems [#rubygems]
workmad3 has quit [Ping timeout: 255 seconds]
workmad3 has joined #rubygems
dvu has quit [Remote host closed the connection]
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
havenwood has joined #rubygems
dvu has joined #rubygems
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
_djbkd has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 245 seconds]
_djbkd has joined #rubygems
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #rubygems
fidothe has quit [Read error: Connection reset by peer]
fidothe has joined #rubygems
huoxito_ has quit [Remote host closed the connection]
workmad3 has joined #rubygems
dvu has quit [Remote host closed the connection]
dvu has joined #rubygems