Can't add an owner
Hey guys, I can't add an owner to a gem I own. Here's my output:
`jroes pantheon.master$ gem owner -a [email blocked] pantheon-0.0.1.gem -V --debug
Exception `NameError' at /Users/jroes/.rbenv/versions/1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:177 - uninitialized constant Gem::Commands::OwnerCommand
Pushing gem to https://rubygems.org...
POST https://rubygems.org/api/v1/gems/pantheon-0.0.1.gem/owners
Exception `OpenSSL::SSL::SSLError' at /Users/jroes/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/openssl/buffering.rb:174 - read would block
Exception `OpenSSL::SSL::SSLError' at /Users/jroes/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/openssl/buffering.rb:174 - read would block
404 Not Found
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link href="/stylesheets/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/960.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/humanmsg.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if IE 7]>
<link href="/stylesheets/ie7.css" media="screen" rel="stylesheet" type="text/css" />
<![endif]-->
<title>page not found | RubyGems.org</title>
</head>
<body>
<div class="container_12">
<div class="prefix_1 grid_4 header">
<h1><a href="/" title="Home">RubyGems.org</a></h1>
</div>
<div class="grid_6 suffix_1 nav">
<div id="nav-cap">
<div id="nav">
<ul id="signed_out">
<li id="all-gems"><a href="/gems">all gems</a></li>
<li id="sign-in"><a href="/sign_in">sign in</a></li>
<li id="sign-up"><a href="/sign_up">sign up</a></li>
</ul>
</div>
</div>
<form action="/search" id="main-search" method="get">
<input id="query" name="query" type="text" value="Search gems…" />
<input id="search_submit" type="submit" value="Search" />
</form>
</div>
<div class="prefix_1 grid_10 suffix_1 main">
<div class="info">
<div class="title">
<h2>Page not found.</h2>
<h3>It will be mine. Oh yes. It will be mine.</h3>
</div>
<p>I'm not really sure what you were looking for, but it's not here anymore. Sorry!</p>
</div>
</div>
</div>
<script src="/javascripts/jquery.js" type="text/javascript"></script>
<script src="/javascripts/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="/javascripts/humanmsg.js" type="text/javascript"></script>
<script src="/javascripts/application.js" type="text/javascript"></script>
</body>
</html>
jroes pantheon.master$ `
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Jon Roes on 20 Aug, 2012 08:12 PM
Sorry for the horrible formatting.
jroes pantheon.master$ gem owner -a [email blocked] pantheon-0.0.1.gem -V --debug
Exception `NameError' at /Users/jroes/.rbenv/versions/1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:177 - uninitialized constant Gem::Commands::OwnerCommand
Pushing gem to https://rubygems.org...
POST https://rubygems.org/api/v1/gems/pantheon-0.0.1.gem/owners
Exception `OpenSSL::SSL::SSLError' at /Users/jroes/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/openssl/buffering.rb:174 - read would block
Exception `OpenSSL::SSL::SSLError' at /Users/jroes/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/openssl/buffering.rb:174 - read would block
404 Not Found
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link href="/stylesheets/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/960.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/humanmsg.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if IE 7]>
<link href="/stylesheets/ie7.css" media="screen" rel="stylesheet" type="text/css" />
<![endif]-->
<title>page not found | RubyGems.org</title>
</head>
<body>
<div class="container_12">
<div class="prefix_1 grid_4 header">
<h1><a href="/" title="Home">RubyGems.org</a></h1>
</div>
<div class="grid_6 suffix_1 nav">
<div id="nav-cap">
<div id="nav">
<ul id="signed_out">
<li id="all-gems"><a href="/gems">all gems</a></li>
<li id="sign-in"><a href="/sign_in">sign in</a></li>
<li id="sign-up"><a href="/sign_up">sign up</a></li>
</ul>
</div>
</div>
<form action="/search" id="main-search" method="get">
<input id="query" name="query" type="text" value="Search gems…" />
<input id="search_submit" type="submit" value="Search" />
</form>
</div>
<div class="prefix_1 grid_10 suffix_1 main">
<div class="info">
<div class="title">
<h2>Page not found.</h2>
<h3>It will be mine. Oh yes. It will be mine.</h3>
</div>
<p>I'm not really sure what you were looking for, but it's not here anymore. Sorry!</p>
</div>
</div>
</div>
<script src="/javascripts/jquery.js" type="text/javascript"></script>
<script src="/javascripts/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="/javascripts/humanmsg.js" type="text/javascript"></script>
<script src="/javascripts/application.js" type="text/javascript"></script>
</body>
</html>
jroes pantheon.master$
Support Staff 3 Posted by Nick Quaranto on 07 Sep, 2012 03:28 AM
Ah ha! You're running:
gem owner -a [email blocked] pantheon-0.0.1.gem -V --debugYou need to run:
gem owner -a [email blocked] pantheonDoes that help?
4 Posted by Jonathan Roes on 07 Sep, 2012 03:29 AM
Hahah! That was totally it. Thanks! :)
Support Staff 5 Posted by Nick Quaranto on 07 Sep, 2012 03:33 AM
Woot!
Nick Quaranto closed this discussion on 07 Sep, 2012 03:33 AM.