dvu has joined #rubygems
dvu has quit [Ping timeout: 255 seconds]
_whitelogger has joined #rubygems
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
workmad3 has joined #rubygems
workmad3 has quit [Ping timeout: 264 seconds]
workmad3 has joined #rubygems
samkottler has quit [Ping timeout: 256 seconds]
samkottler has joined #rubygems
workmad3 has quit [Ping timeout: 256 seconds]
workmad3 has joined #rubygems
havenwood has joined #rubygems
bffff_ has quit [Quit: Connection closed for inactivity]
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 255 seconds]
jamo_ has quit [Ping timeout: 256 seconds]
jamo_ has joined #rubygems
havenwood has quit [Ping timeout: 246 seconds]
djbkd has quit [Quit: My people need me...]
workmad3 has quit [Ping timeout: 252 seconds]
houhoulis has joined #rubygems
havenwood has joined #rubygems
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 276 seconds]
workmad3 has joined #rubygems
workmad3 has quit [Ping timeout: 256 seconds]
djbkd has joined #rubygems
workmad3 has joined #rubygems
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 255 seconds]
petems_ has joined #rubygems
petems has quit [Ping timeout: 250 seconds]
drizz has quit [Ping timeout: 250 seconds]
petems_ has quit [Changing host]
petems_ has joined #rubygems
drizz has joined #rubygems
petems_ is now known as petems
dvu has joined #rubygems
dvu has quit [Ping timeout: 265 seconds]
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 244 seconds]
_whitelogger has joined #rubygems
dvu has quit [Ping timeout: 265 seconds]
huoxito has joined #rubygems
houhoulis has quit [Remote host closed the connection]
huoxito has quit [Ping timeout: 244 seconds]
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
rikkipitt has joined #rubygems
dvu has joined #rubygems
rikkipit_ has joined #rubygems
rikkipitt has quit [Ping timeout: 248 seconds]
dvu has quit [Ping timeout: 256 seconds]
rikkipitt has joined #rubygems
rikkipit_ has quit [Ping timeout: 265 seconds]
rikkipitt has quit [Ping timeout: 264 seconds]
rikkipitt has joined #rubygems
rikkipitt has quit [Client Quit]
djbkd has quit [Quit: My people need me...]
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 256 seconds]
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 265 seconds]
dvu has joined #rubygems
dvu has quit [Ping timeout: 246 seconds]
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 250 seconds]
silverdust has quit [*.net *.split]
silverdust has joined #rubygems
silverdust is now known as Guest77924
_whitelogger has joined #rubygems
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 276 seconds]
avdi has quit []
avdi has joined #rubygems
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 246 seconds]
dvu has joined #rubygems
dvu has quit [Ping timeout: 255 seconds]
headius has joined #rubygems
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 264 seconds]
kenods-kenlen has joined #rubygems
dvu has joined #rubygems
thoraxe has joined #rubygems
<thoraxe> sorry, asked in #ruby: if my Gemfile does not specify rubygems.org, and I do not want to use rubygems.org, how do I blacklist it? I have a Gemfile with only one source specified but it still pulled from rubygems.org
<kenods-kenlen> Hi
<kenods-kenlen> Is there a way to have the complete informations about a gem when we call /api/v1/versions/ ?
<thoraxe> i'm going into an environment where rubygems.org wont' be available and I'm trying to validate hosting my own gems, but this behavior of bundler is confusing me
<kenods-kenlen> I want to read all version of a gem, and all dependencies of each versions, but I don't find a way to do it. I can have all this info for the gurrent version with /api/v1/gem/, but how to do it for previous versions ?
havenwood has joined #rubygems
<thoraxe> alright, gem server
<thoraxe> when I look at my server /gems I basically don't see any of my gems, and I'm not sure why
<thoraxe> they all show up in the list at / but there's noting in /gems, I think this is some kind of cache issue?
kenods-kenlen has quit [Quit: Konversation terminated!]
<havenwood> thoraxe: What do you get for?: gem env gemdir
dvu has quit [Ping timeout: 252 seconds]
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 255 seconds]
<thoraxe> havenwood: hold pls. rvm issues
<thoraxe> havenwood: /usr/local/share/gems
<thoraxe> and there are gems there
<thoraxe> but /gems is empty
<thoraxe> actually right now /gems is not found even
<havenwood> thoraxe: It seems you have a Multi-User installation of RVM (a Single-User installation is recommended). It likely means you installed RVM as the root use or with sudo. When you say `/gems` do you mean `/usr/local/share/gems` or `/gems`?
<havenwood> thoraxe: On a call, back in a min.
<thoraxe> havenwood: np.
<thoraxe> not sure what is up with my personal user, but running gem server as root worked
<thoraxe> when I run it as my personal user, the gemdir is "/home/thoraxe/.rvm/gems/ruby-2.1.2" and that definitely has a huge pile of gems
<thoraxe> it's not an selinux issue
<thoraxe> gem server just reports a 404
<thoraxe> i believe that my rvm installation is "single user"
<havenwood> thoraxe: Show output from?: rvm info
<havenwood> thoraxe: If it's in ~/.rvm you're all good.
<havenwood> thoraxe: When you use `sudo` it drop the RVM env so consider `rvmsudo`.
<thoraxe> AHA
<havenwood> thoraxe: Yeah, you're right - this is a nice single-user install. :)
<thoraxe> ok, i notice something
<thoraxe> there is a folder "/home/thoraxe/.rvm/gems/ruby-2.1.2@global" referenced in the rvm info
<thoraxe> THAT folder doesn't have a lot of gems
<thoraxe> but that's also not the env from "gem info gemdir" or whatever
<havenwood> mm, gemsets
<havenwood> thoraxe: You might want to query in RVM. I'll be in there after i get off this call. Back in a few!
<thoraxe> kk
<havenwood> #rvm channel I mean*
<thoraxe> the interesting thing is that /quick/Marshal.4.8/sinatra-1.4.6.gemspec.rz works
<thoraxe> but /gems/sinatra-1.4.6.gem doesn't
<thoraxe> i think there's some weird process that makes gems actually available via /gems
<thoraxe> ok, even when using the system ruby/system gem, I'm still having issues
<thoraxe> like, no rvm
<thoraxe> ok, it works now with system ruby. but not rvm
dvu has joined #rubygems
_whitelogger has quit [Ping timeout: 252 seconds]
_whitelogger has joined #rubygems
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 264 seconds]
workmad3 has quit [Ping timeout: 264 seconds]
dvu has quit [Ping timeout: 246 seconds]
huoxito has joined #rubygems
samkottler has quit []
samkottler has joined #rubygems
dvu has joined #rubygems
dvu has quit [Ping timeout: 248 seconds]
cstrahan has quit []
cstrahan has joined #rubygems
havenwood has quit [Ping timeout: 265 seconds]
dvu has joined #rubygems
dvu has quit [Ping timeout: 252 seconds]
houhoulis has joined #rubygems
_whitelogger has joined #rubygems
Guest77924 has quit [Ping timeout: 252 seconds]
silverdust has joined #rubygems
silverdust is now known as Guest59510
havenwood has joined #rubygems
workmad3 has joined #rubygems
jhass has quit [Quit: Bye]
workmad3 has quit [Ping timeout: 248 seconds]
jhass has joined #rubygems
workmad3 has joined #rubygems
djbkd has joined #rubygems
djbkd has quit [Quit: My people need me...]
huoxito has quit [Remote host closed the connection]
havenwood has quit [Ping timeout: 244 seconds]
djbkd has joined #rubygems
JSharp has quit [Ping timeout: 252 seconds]
JSharp has joined #rubygems
workmad3 has quit [Ping timeout: 256 seconds]