huoxito has quit [Remote host closed the connection]
djbkd has quit [Remote host closed the connection]
choke has joined #rubygems
workmad3 has joined #rubygems
workmad3 has quit [Ping timeout: 246 seconds]
huoxito has joined #rubygems
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
huoxito has quit [Ping timeout: 240 seconds]
choke has joined #rubygems
workmad3 has joined #rubygems
houhoulis has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 255 seconds]
c0m0 has joined #rubygems
Motoservo has quit [Quit: Motoservo]
Motoservo has joined #rubygems
farukaydin has joined #rubygems
farukaydin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Motoservo has quit [Quit: Shhh. I'm trying to get some sleep here.]
Motoservo has joined #rubygems
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 260 seconds]
choke has joined #rubygems
choke has quit [Client Quit]
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 260 seconds]
Gidogeek has joined #rubygems
farukaydin has joined #rubygems
thomasfedb has joined #rubygems
workmad3 has joined #rubygems
farukaydin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 256 seconds]
baphled has joined #rubygems
baphled has quit [Client Quit]
imperator has joined #rubygems
swills has quit [Quit: leaving]
workmad3 has quit [Ping timeout: 244 seconds]
huoxito has joined #rubygems
unreal_ has joined #rubygems
unreal has quit [Ping timeout: 252 seconds]
Gidogeek has quit [Quit: (null)]
workmad3 has joined #rubygems
havenwood has joined #rubygems
havenwood has quit [Ping timeout: 255 seconds]
bffff_ has quit [Quit: Connection closed for inactivity]
UtkarshRay has joined #rubygems
tenderlove has joined #rubygems
c0m0 has quit [Ping timeout: 260 seconds]
djbkd has joined #rubygems
djbkd has quit [Remote host closed the connection]
djbkd has joined #rubygems
imperator has quit [Quit: Leaving]
djbkd_ has joined #rubygems
djbkd_ has quit [Ping timeout: 252 seconds]
imperator has joined #rubygems
workmad3 has quit [Ping timeout: 246 seconds]
choke has joined #rubygems
imperator has quit [Quit: This computer has gone to sleep]
imperator has joined #rubygems
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
choke has joined #rubygems
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
choke has joined #rubygems
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
choke has joined #rubygems
UtkarshRay has quit [Quit: Leaving]
Nyunyunyu has joined #rubygems
Nyunyunyu has quit [Changing host]
Nyunyunyu has joined #rubygems
<Nyunyunyu>
i’m getting an error when I try to do anything with rubygems. specifically, trying to check which version I have installed gives this: /usr/local/Cellar/ruby/2.2.0/lib/ruby/2.2.0/rubygems/stub_specification.rb:75:in `initialize': Permission denied @ rb_sysopen - /usr/local/lib/ruby/gems/2.2.0/specifications/activesupport-4.2.0.gemspec (Errno::EACCES)
<Nyunyunyu>
should I try to just uninstall and reinstall?
<tubbo>
Nyunyunyu: that typically happens to me when `gem` is confused about what ruby interpreter it's supposed to be on
<tubbo>
because os x already comes with ruby installed
<Nyunyunyu>
tubbo: yeah I’m running on OSX and had RVM installed but I uninstalled it because it was giving me issues with rubygems.
postmodern has joined #rubygems
<postmodern>
should gems include a .rdoc_options file to set the title?
<tubbo>
postmodern: that would be cool :) but i typically set it in the Rake task
<postmodern>
tubbo, i assume .rdoc_options is better, since rubygems invokes rdoc, instead of `rake doc`?
<tubbo>
postmodern: yeah that would make sense. does that work?
<tubbo>
postmodern: hey are you the same guy who made chruby/ruby-install?
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<postmodern>
tubbo, yeah
<tubbo>
postmodern: thanks :) i use it all the time
<postmodern>
tubbo, i'm also trying to improve ore, a gem project generator
<postmodern>
it's super configurable, so wanted to know the best way to configure the rdoc template
<tubbo>
postmodern: that seems like the least brittle approach, at the end of the day RDoc *does* look at that file...does ruby-install have any way to "hook in" to when a ruby is installed? like say i want to run `gem install rails bundler` after each ruby installation automatically..
<postmodern>
tubbo, not really
<postmodern>
tubbo, you could do `/path/to/ruby -S gem install ...` as some sort of post-install option
<postmodern>
tubbo, but that would use the default gem dir
choke has joined #rubygems
<tubbo>
postmodern: yeah that's true. i'd have to actually do chruby-exec $VERSION -- gem install bundler or something
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
choke has joined #rubygems
<postmodern>
tubbo, also i thought bundler was going to be phased out, with the new Gemfile support in rubygems?
<tubbo>
postmodern: yeah right :P
<tubbo>
postmodern: bundler has had like several minor version releases since they announced that. there's "Gemfile support" but it's not like Bundler